Query Metrics
224
Database Queries
14
Different statements
557.20 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
502.83 ms (0.00%) |
66 |
SELECT e0_.content AS content_0, e0_.field AS field_1, e0_.locale AS locale_2 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.object_class = ? ORDER BY e0_.locale ASC
Parameters:
[ 53 "App\Entity\Section" ] |
28.35 ms (0.00%) |
85 |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "1" "ja" "App\Entity\SeoPage" ] |
8.54 ms (0.00%) |
21 |
SELECT content FROM `ext_translations` WHERE `foreign_key` = :id AND `object_class` = :class AND `field` = :field AND `locale` = :locale
Parameters:
[ "id" => 1539 "class" => "App\Entity\Attachment" "field" => "caption" "locale" => "ja" ] |
7.44 ms (0.00%) |
22 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.caption AS caption_3, t0.path AS path_4, t0.size AS size_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.to_show AS to_show_8, t0.collection_id AS collection_id_9, t0.product_id AS product_id_10, t0.project_id AS project_id_11, t0.section_id AS section_id_12 FROM attachment t0 WHERE t0.section_id = ?
Parameters:
[
53
]
|
1.97 ms (0.00%) |
8 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.actif AS actif_4 FROM color t0 WHERE t0.id = ?
Parameters:
[
2
]
|
1.82 ms (0.00%) |
8 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.actif AS actif_4 FROM shape t0 WHERE t0.id = ?
Parameters:
[
8
]
|
1.65 ms (0.00%) |
7 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM kind_project t0 WHERE t0.id = ?
Parameters:
[
1
]
|
1.43 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.content AS content_4, t0.designation AS designation_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.url_video AS url_video_8, t9.id AS id_10, t9.name AS name_11, t9.caption AS caption_12, t9.path AS path_13, t9.size AS size_14, t9.created_at AS created_at_15, t9.updated_at AS updated_at_16, t9.to_show AS to_show_17, t9.collection_id AS collection_id_18, t9.product_id AS product_id_19, t9.project_id AS project_id_20, t9.section_id AS section_id_21, t0.seo_page_id AS seo_page_id_22 FROM section t0 LEFT JOIN attachment t9 ON t9.section_id = t0.id WHERE t0.seo_page_id = ?
Parameters:
[
25
]
|
1.42 ms (0.00%) |
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.index_google AS index_google_2, s0_.follow_google AS follow_google_3, s0_.slug AS slug_4, s0_.created_at AS created_at_5, s0_.updated_at AS updated_at_6, s0_.meta_title AS meta_title_7, s0_.meta_description AS meta_description_8, s0_.route_name AS route_name_9, s1_.id AS id_10, s1_.name AS name_11, s1_.slug AS slug_12, s1_.content AS content_13, s1_.designation AS designation_14, s1_.created_at AS created_at_15, s1_.updated_at AS updated_at_16, s1_.url_video AS url_video_17, s1_.seo_page_id AS seo_page_id_18 FROM seo_page s0_ LEFT JOIN section s1_ ON s0_.id = s1_.seo_page_id WHERE s0_.slug LIKE ?
Parameters:
[
"%home%"
]
|
0.46 ms (0.00%) |
1 |
SELECT c0_.id AS id_0 FROM color c0_ GROUP BY c0_.id ORDER BY c0_.name ASC
Parameters:
[] |
0.42 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.old_url AS old_url_2, t0.new_url AS new_url_3 FROM custom_redirection t0 WHERE t0.old_url = ? LIMIT 1
Parameters:
[
"/"
]
|
0.31 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.index_google AS index_google_3, t0.follow_google AS follow_google_4, t0.slug AS slug_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.meta_title AS meta_title_8, t0.meta_description AS meta_description_9, t0.route_name AS route_name_10 FROM seo_page t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"About our floors"
]
|
0.29 ms (0.00%) |
1 |
SELECT k0_.id AS id_0 FROM kind_project k0_ GROUP BY k0_.id ORDER BY k0_.name ASC
Parameters:
[] |
0.28 ms (0.00%) |
1 |
SELECT s0_.id AS id_0 FROM shape s0_ GROUP BY s0_.id ORDER BY s0_.name ASC
Parameters:
[] |
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\User | No errors. |
App\Entity\CustomRedirection | No errors. |
App\Entity\SeoPage | No errors. |
App\Entity\Section | No errors. |
App\Entity\Attachment | No errors. |
App\Entity\Collection | No errors. |
App\Entity\Product | No errors. |
App\Entity\Project | No errors. |
Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation | No errors. |
Gedmo\Translatable\Entity\Translation | No errors. |
App\Entity\Color | No errors. |
App\Entity\KindProject | No errors. |
App\Entity\Shape | No errors. |