Query Metrics
5
Database Queries
5
Different statements
3.43 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.48 ms |
SELECT COUNT(b0_.id) AS sclr_0 FROM book b0_ WHERE b0_.is_published = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||
| 2 | 1.05 ms |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.author AS author_2, b0_.description AS description_3, b0_.cover_image AS cover_image_4, b0_.edition AS edition_5, b0_.created_at AS created_at_6, b0_.updated_at AS updated_at_7, b0_.is_published AS is_published_8, c1_.id AS id_9, c1_.title AS title_10, c1_.content AS content_11, c1_.chapter_number AS chapter_number_12, c1_.created_at AS created_at_13, c1_.book_id AS book_id_14 FROM book b0_ LEFT JOIN chapter c1_ ON b0_.id = c1_.book_id WHERE b0_.is_published = ? ORDER BY b0_.title ASC, c1_.chapter_number ASC LIMIT 10
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||
| 3 | 0.64 ms |
SELECT s0_.id AS id_0, s0_.site_name AS site_name_1, s0_.site_domain AS site_domain_2, s0_.site_slogan AS site_slogan_3, s0_.site_logo AS site_logo_4, s0_.site_favicon AS site_favicon_5, s0_.primary_color AS primary_color_6, s0_.secondary_color AS secondary_color_7, s0_.accent_color AS accent_color_8, s0_.info_color AS info_color_9, s0_.pm_btn_color AS pm_btn_color_10, s0_.sd_btn_color AS sd_btn_color_11, s0_.sc_btn_color AS sc_btn_color_12, s0_.footer_content AS footer_content_13, s0_.home_description AS home_description_14, s0_.matomo_enabled AS matomo_enabled_15, s0_.matomo_url AS matomo_url_16, s0_.matomo_site_id AS matomo_site_id_17, s0_.matomo_custom_snippet AS matomo_custom_snippet_18, s0_.matomo_lock_non_prod AS matomo_lock_non_prod_19, s0_.home_banner_image AS home_banner_image_20, s0_.home_banner_color AS home_banner_color_21, s0_.updated_at AS updated_at_22, s0_.mailer_mode AS mailer_mode_23, s0_.mailer_from_email AS mailer_from_email_24, s0_.mailer_from_name AS mailer_from_name_25, s0_.smtp_host AS smtp_host_26, s0_.smtp_port AS smtp_port_27, s0_.smtp_encryption AS smtp_encryption_28, s0_.smtp_username AS smtp_username_29, s0_.smtp_password AS smtp_password_30, s0_.header_title_color AS header_title_color_31, s0_.header_subtitle_color AS header_subtitle_color_32, s0_.header_background_color AS header_background_color_33, s0_.footer_background_color AS footer_background_color_34 FROM site_settings s0_ ORDER BY s0_.id ASC LIMIT 1
Parameters:
[] |
||||||||||||||||||||||||||||||
| 4 | 0.66 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.content AS content_3, p0_.type AS type_4, p0_.is_published AS is_published_5, p0_.show_in_footer AS show_in_footer_6, p0_.show_in_menu AS show_in_menu_7, p0_.sort_order AS sort_order_8, p0_.meta_description AS meta_description_9, p0_.created_at AS created_at_10, p0_.updated_at AS updated_at_11, p0_.published_at AS published_at_12 FROM page p0_ WHERE p0_.is_published = ? AND p0_.show_in_menu = ? ORDER BY p0_.sort_order ASC
Parameters:
[ 1 1 ] |
||||||||||||||||||||||||||||||
| 5 | 0.60 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.content AS content_3, p0_.type AS type_4, p0_.is_published AS is_published_5, p0_.show_in_footer AS show_in_footer_6, p0_.show_in_menu AS show_in_menu_7, p0_.sort_order AS sort_order_8, p0_.meta_description AS meta_description_9, p0_.created_at AS created_at_10, p0_.updated_at AS updated_at_11, p0_.published_at AS published_at_12 FROM page p0_ WHERE p0_.is_published = ? AND p0_.show_in_footer = ? ORDER BY p0_.sort_order ASC
Parameters:
[ 1 1 ] |
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 |
|---|---|
| App\Entity\SiteSettings | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Book | No errors. |
| App\Entity\Chapter | No errors. |
| App\Entity\SiteSettings | No errors. |
| App\Entity\Page | No errors. |