Query Metrics
4
Database Queries
3
Different statements
4.52 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
2.27 ms (50.23%) |
2 |
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 "chrome-nav" "published" "block" ] |
||||||||||||||||||||||||||||||
|
1.14 ms (25.26%) |
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.11 ms (24.51%) |
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 "accessibility" "published" "block" ]
|
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 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Tlr\Symfony\Entity\Site | No errors. |
| Tlr\Symfony\Entity\CmsContent | No errors. |
| App\Entity\User | No errors. |