Query Metrics
3
Database Queries
3
Different statements
10.37 ms
Query time
0
Invalid entities
22
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 9.46 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.name_prefix AS name_prefix_2, c0_.access_authenticated AS access_authenticated_3, c0_.slug AS slug_4, c0_.public AS public_5, c0_.description AS description_6, c0_.menus AS menus_7, c0_.template AS template_8, c0_.position AS position_9, c0_.nofollow AS nofollow_10, c0_.data AS data_11, c0_.type AS type_12, c0_.content_type AS content_type_13, c0_.url AS url_14, c0_.arguments AS arguments_15, c0_.content_options AS content_options_16, c0_.deleted_at AS deleted_at_17, c0_.created_at AS created_at_18, c0_.updated_at AS updated_at_19, c0_.root AS root_20, c0_.lvl AS lvl_21, c0_.lft AS lft_22, c0_.rgt AS rgt_23, c0_.parent_id AS parent_id_24, c0_.user_id AS user_id_25 FROM content_page c0_ WHERE c0_.public = 1 AND c0_.menus IS NOT NULL AND c0_.access_authenticated = 0 AND c0_.nofollow <> 1 ORDER BY c0_.position ASC
Parameters:
[] |
| 2 | 0.73 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.public AS public_2, c0_.draft AS draft_3, c0_.slug AS slug_4, c0_.type AS type_5, c0_.data AS data_6, c0_.published_at AS published_at_7, c0_.unpublished_at AS unpublished_at_8, c0_.position AS position_9, c0_.view_count AS view_count_10, c0_.deleted_at AS deleted_at_11, c0_.created_at AS created_at_12, c0_.updated_at AS updated_at_13, c0_.user_id AS user_id_14 FROM content_element c0_ LEFT JOIN content_element_category c2_ ON c0_.id = c2_.element_id LEFT JOIN content_category c1_ ON c1_.id = c2_.category_id WHERE (c0_.public = ? AND c0_.published_at <= ? AND ((c0_.unpublished_at > ? OR c0_.unpublished_at IS NULL))) AND (c0_.deleted_at IS NULL) ORDER BY c0_.published_at DESC
Parameters:
[ 1 "2026-04-30 11:52:30" "2026-04-30 11:52:30" ] |
| 3 | 0.18 ms |
SELECT t0.id AS id_1, t0.loc AS loc_2, t0.last_mod AS last_mod_3, t0.priority AS priority_4 FROM sitemap_url t0
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| Tigris\ContentBundle\Entity\Element | 17 |
| Tigris\ContentBundle\Entity\Page | 3 |
| App\Entity\User | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation | No errors. |
| Gedmo\Translatable\Entity\Translation | No errors. |
| Tigris\ContentBundle\Entity\Page | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Group | No errors. |
| Tigris\ContentBundle\Entity\Element | No errors. |
| Tigris\ContentBundle\Entity\Category | No errors. |
| Tigris\ContentBundle\Entity\Tag | No errors. |
| Tigris\BaseBundle\Entity\SitemapUrl | No errors. |