Query Metrics
3
Database Queries
3
Different statements
3.91 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.45 ms |
SELECT t0.id AS id_1, t0.`from` AS from_2, t0.`to` AS to_3, t0.created AS created_4, t0.creator AS creator_5, t0.modified AS modified_6, t0.modified_by AS modified_by_7 FROM redirect_404 t0 WHERE t0.`from` = ? LIMIT 1
Parameters:
[
"https://esorus-shop.woodenizr.com/en/page/terms-condition"
]
|
| 2 | 1.58 ms |
SELECT d0_.id AS id_0, d0_.title AS title_1, d0_.created AS created_2, d0_.creator AS creator_3, d0_.modified AS modified_4, d0_.modified_by AS modified_by_5, d1_.title AS title_6, p2_.content AS content_7, p2_.id AS id_8, p3_.content AS content_9, s4_.title AS title_10, s4_.slug AS slug_11, s4_.meta_description AS meta_description_12, s4_.focus_keyword AS focus_keyword_13, s4_.meta_keyword AS meta_keyword_14, s4_.meta_tags AS meta_tags_15, s4_.state AS state_16, s4_.last_modified AS last_modified_17, s4_.deleted AS deleted_18, s4_.id AS id_19, s5_.title AS title_20, s5_.slug AS slug_21, s5_.meta_description AS meta_description_22, s5_.focus_keyword AS focus_keyword_23, s5_.meta_keyword AS meta_keyword_24, s5_.meta_tags AS meta_tags_25, s5_.state AS state_26, d0_.seo_id AS seo_id_27, d0_.post_id AS post_id_28, d1_.translatable_id AS translatable_id_29, d1_.language_id AS language_id_30, p3_.translatable_id AS translatable_id_31, p3_.language_id AS language_id_32, s4_.seo_base_route_id AS seo_base_route_id_33, s5_.translatable_id AS translatable_id_34, s5_.language_id AS language_id_35 FROM dynamic_page d0_ LEFT JOIN dynamic_page_translations d1_ ON d0_.id = d1_.translatable_id LEFT JOIN post p2_ ON d0_.post_id = p2_.id LEFT JOIN post_translations p3_ ON p2_.id = p3_.translatable_id LEFT JOIN seo s4_ ON d0_.seo_id = s4_.id LEFT JOIN seo_translations s5_ ON s4_.id = s5_.translatable_id WHERE d0_.id = ? GROUP BY d0_.id LIMIT 1
Parameters:
[
1
]
|
| 3 | 0.89 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image_url AS image_url_4, t0.social_network AS social_network_5 FROM seo_social t0 INNER JOIN seo_seo_social ON t0.id = seo_seo_social.seo_social_id WHERE seo_seo_social.seo_id = ?
Parameters:
[
11
]
|
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 |
|---|---|
| PN\SeoBundle\Entity\Redirect404 | No errors. |
| App\CMSBundle\Entity\DynamicPage | No errors. |
| App\CMSBundle\Entity\Translation\DynamicPageTranslation | No errors. |
| PN\ContentBundle\Entity\Post | No errors. |
| App\ContentBundle\Entity\Post | No errors. |
| PN\ContentBundle\Entity\Translation\PostTranslation | No errors. |
| App\ContentBundle\Entity\Translation\PostTranslation | No errors. |
| App\SeoBundle\Entity\Seo | No errors. |
| PN\SeoBundle\Entity\Translation\SeoTranslation | No errors. |
| App\SeoBundle\Entity\Translation\SeoTranslation | No errors. |
| PN\LocaleBundle\Entity\Language | No errors. |
| PN\SeoBundle\Entity\SeoBaseRoute | No errors. |
| App\MediaBundle\Entity\Image | No errors. |
| PN\SeoBundle\Entity\SeoSocial | No errors. |