Query Metrics

7 Database Queries
7 Different statements
40.31 ms Query time
0 Invalid entities
13 Managed entities

Grouped Statements

Show all queries

Time Count Info
15.42 ms
(38.26%)
1
SELECT n0_.id AS id_0, n0_.slug AS slug_1, n0_.name AS name_2, n0_.newsCategory AS newsCategory_3, n0_.language AS language_4 FROM news_categories_contents n0_ INNER JOIN news_categories n1_ ON n0_.newsCategory = n1_.id INNER JOIN languages l2_ ON n0_.language = l2_.id WHERE l2_.id = ? AND n1_.isActive = 1 ORDER BY n1_.orderPosition ASC
Parameters:
[
  "ca"
]
8.34 ms
(20.69%)
1
SELECT t0.id AS id_1, t0.file AS file_2, t0.fieldOrder AS fieldOrder_3 FROM images t0 WHERE t0.id = ?
Parameters:
[
  1670
]
6.73 ms
(16.69%)
1
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.isPublished AS isPublished_3, t0.isOld AS isOld_4, t0.date AS date_5, t0.startPublishDate AS startPublishDate_6, t0.title AS title_7, t0.author AS author_8, t0.introduction AS introduction_9, t0.body AS body_10, t0.source AS source_11, t0.link AS link_12, t0.linkText AS linkText_13, t0.url AS url_14, t0.shareTitle AS shareTitle_15, t0.shareDescription AS shareDescription_16, t0.category AS category_17, t0.mainImage AS mainImage_18, t0.language AS language_19, t0.shareImage AS shareImage_20, t0.equipment_id AS equipment_id_21 FROM news t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "516"
]
5.97 ms
(14.80%)
1
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.title AS title_4, t0.subtitle AS subtitle_5, t0.intro AS intro_6, t0.body AS body_7, t0.metaTitle AS metaTitle_8, t0.metaDescription AS metaDescription_9, t0.metaKeywords AS metaKeywords_10, t0.bannerText AS bannerText_11, t0.redirect_url AS redirect_url_12, t0.is_external AS is_external_13, t0.bannerImage AS bannerImage_14, t0.page AS page_15, t0.language AS language_16 FROM pages_contents t0 WHERE t0.page = ?
Parameters:
[
  "noticies"
]
3.31 ms
(8.22%)
1
SELECT t0.id AS id_1, t0.active AS active_2, t0.orderPosition AS orderPosition_3, t0.opcionals AS opcionals_4, t0.fieldType AS fieldType_5, t0.pages_categories AS pages_categories_6, t0.bannerImage AS bannerImage_7 FROM pages t0 WHERE t0.id = ?
Parameters:
[
  "noticies"
]
0.33 ms
(0.81%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.orderPosition AS orderPosition_3, t0.isActive AS isActive_4, t0.parent AS parent_5, t0.image AS image_6 FROM news_categories t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.21 ms
(0.53%)
1
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.newsCategory AS newsCategory_4, t0.language AS language_5 FROM news_categories_contents t0 WHERE t0.newsCategory = ?
Parameters:
[
  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\NewsCategoryContent 3
App\Entity\NewsCategory 2
App\Entity\Language 2
App\Entity\PageContent 2
App\Entity\News 1
App\Entity\Image 1
App\Entity\Page 1
App\Entity\PageCategory 1

Entities Mapping

Class Mapping errors
App\Entity\News No errors.
App\Entity\NewsCategory No errors.
App\Entity\Image No errors.
App\Entity\Language No errors.
App\Entity\Equipment No errors.
App\Entity\MunicipalArea No errors.
App\Entity\Tag No errors.
App\Entity\Attached No errors.
App\Entity\NewsCategoryContent No errors.
App\Entity\Page No errors.
App\Entity\PageCategory No errors.
App\Entity\PageContent No errors.
App\Entity\ImageContent No errors.