Query Metrics
1
Database Queries
1
Different statements
0.93 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.93 ms |
SELECT b0_.id AS id_0, b0_.created_at AS created_at_1, b0_.updated_at AS updated_at_2, b0_.system_deleted_at AS system_deleted_at_3, COALESCE(t1_.content, b0_.title) AS title_4, b0_.code AS code_5, b0_.published AS published_6, b0_.description AS description_7, b0_.seo_no_index AS seo_no_index_8, b0_.seo_canonical AS seo_canonical_9, b0_.seo_h1 AS seo_h1_10, b0_.seo_title AS seo_title_11, b0_.seo_description AS seo_description_12, b0_.seo_keywords AS seo_keywords_13, COALESCE(t2_.content, b0_.content) AS content_14, b0_.created_by_id AS created_by_id_15, b0_.updated_by_id AS updated_by_id_16, b0_.deleted_by_id AS deleted_by_id_17 FROM buckler_content_page b0_ LEFT JOIN buckler_content_translation_page t1_ ON t1_.locale = 'en_US' AND t1_.field = 'title' AND t1_.object_id = b0_.id LEFT JOIN buckler_content_translation_page t2_ ON t2_.locale = 'en_US' AND t2_.field = 'content' AND t2_.object_id = b0_.id WHERE b0_.published = ? AND b0_.code = ? LIMIT 1
Parameters:
[ 1 "config.yml" ] |
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken | No errors. |
| Buckler\User\Entity\RefreshToken | No errors. |
| Buckler\Content\Entity\Page | No errors. |
| Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation | No errors. |
| Buckler\Content\Entity\Translation\TranslationPage | No errors. |
| Sonata\UserBundle\Entity\BaseUser | No errors. |
| Buckler\User\Entity\User | No errors. |