Query Metrics
3
Database Queries
3
Different statements
282.36 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 278.86 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.compressed_image AS compressed_image_3, t0.document_number AS document_number_4, t0.locale AS locale_5, t0.letter_id AS letter_id_6, t0.template_id AS template_id_7, t0.created_at AS created_at_8, t0.is_show AS is_show_9, t0.is_print AS is_print_10, t0.user_id AS user_id_11 FROM gallery t0 WHERE t0.document_number = ? LIMIT 1
Parameters:
[
"THI11372020260903"
]
|
| 2 | 1.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.key_word AS key_word_3, t0.slug AS slug_4, t0.location AS location_5, t0.description AS description_6, t0.is_daily AS is_daily_7, t0.date AS date_8, t0.image AS image_9, t0.image_text AS image_text_10, t0.first_column_title AS first_column_title_11, t0.first_column_text AS first_column_text_12, t0.first_column_image AS first_column_image_13, t0.first_column_second_title AS first_column_second_title_14, t0.first_column_second_text AS first_column_second_text_15, t0.first_column_second_image AS first_column_second_image_16, t0.second_column_title AS second_column_title_17, t0.second_column_text AS second_column_text_18, t0.second_column_image AS second_column_image_19, t0.second_colum_second_title AS second_colum_second_title_20, t0.second_column_second_text AS second_column_second_text_21, t0.second_column_second_image AS second_column_second_image_22, t0.third_column_title AS third_column_title_23, t0.third_column_text AS third_column_text_24, t0.third_column_image AS third_column_image_25, t0.third_column_second_title AS third_column_second_title_26, t0.third_column_second_text AS third_column_second_text_27, t0.third_column_second_image AS third_column_second_image_28, t0.fourth_column_title AS fourth_column_title_29, t0.fourth_column_text AS fourth_column_text_30, t0.fourth_column_image AS fourth_column_image_31, t0.fourth_column_second_title AS fourth_column_second_title_32, t0.fourth_column_second_text AS fourth_column_second_text_33, t0.fourth_column_second_image AS fourth_column_second_image_34, t0.template_country AS template_country_35 FROM page t0 WHERE t0.id = ?
Parameters:
[
"202"
]
|
| 3 | 2.15 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM page_translation t0 WHERE t0.object_id = ?
Parameters:
[
202
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Gallery | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\UserTemplate | No errors. |
| App\Entity\FinancialPart | No errors. |
| Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation | No errors. |
| App\Entity\Translation\PageTranslation | No errors. |