Query Metrics

3 Database Queries
3 Different statements
3.40 ms Query time
0 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.33 ms
(38.99%)
1
SELECT s0_.id AS id_0, s0_.host AS host_1, s0_.aliases AS aliases_2, s0_.slug AS slug_3, s0_.label AS label_4, s0_.name AS name_5, s0_.locale_default AS locale_default_6, s0_.layout_template AS layout_template_7, s0_.theme AS theme_8, s0_.brand_domain AS brand_domain_9, s0_.brand_tld AS brand_tld_10, s0_.contact_email AS contact_email_11, s0_.sender_email AS sender_email_12, s0_.home_slug AS home_slug_13, s0_.og_image_default AS og_image_default_14, s0_.enabled AS enabled_15, s0_.is_primary AS is_primary_16, s0_.created_at AS created_at_17, s0_.updated_at AS updated_at_18 FROM site s0_ WHERE s0_.enabled = 1 ORDER BY s0_.is_primary DESC, s0_.label ASC
Parameters:
[]
1.23 ms
(36.14%)
1
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.excerpt AS excerpt_3, c0_.markdown AS markdown_4, c0_.status AS status_5, c0_.published_at AS published_at_6, c0_.updated_at AS updated_at_7, c0_.visibility AS visibility_8, c0_.type AS type_9, c0_.position AS position_10, c0_.noindex AS noindex_11, c0_.og_image AS og_image_12, c0_.layout AS layout_13, c0_.site_id AS site_id_14, c0_.author_id AS author_id_15 FROM cms_content c0_ WHERE c0_.site_id = ? AND c0_.slug = ? AND c0_.status = ? AND c0_.type <> ? LIMIT 1
Parameters:
[
  2
  "homepage"
  "published"
  "block"
]
0.85 ms
(24.87%)
1
SELECT t0.id AS id_1, t0.canonical_url AS canonical_url_2, t0.content_id AS content_id_3 FROM cms_content_seo t0 WHERE t0.content_id = ? LIMIT 1
Parameters:
[
  6
]

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
Tlr\Symfony\Entity\Site 1
Tlr\Symfony\Entity\CmsContent 1
App\Entity\User 1

Entities Mapping