GET https://dev.petso.halisz.pl/blog/kot-kicha-co-zrobic-najczestsze-przyczyny-i-rozwiazania

Query Metrics

16 Database Queries
8 Different statements
16.05 ms Query time
1 Invalid entities
16 Managed entities

Grouped Statements

Show all queries

Time Count Info
3.54 ms
(22.06%)
2
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.slug AS slug_2, b0_.description AS description_3, b0_.content AS content_4, b0_.date_created_at AS date_created_at_5, b0_.date_updated_at AS date_updated_at_6, b0_.active AS active_7, b0_.is_featured AS is_featured_8, b0_.position AS position_9, b0_.title AS title_10, b0_.meta_title AS meta_title_11, b0_.meta_keywords AS meta_keywords_12, b0_.meta_description AS meta_description_13, b0_.image_id AS image_id_14, b0_.big_image_id AS big_image_id_15, b0_.author_id AS author_id_16 FROM blog b0_ WHERE b0_.id IN (?, ?, ?, ?, ?, ?, ?) ORDER BY RAND() ASC LIMIT 3
Parameters:
[
  18
  2
  5
  21
  14
  22
  16
]
3.27 ms
(20.36%)
4
SELECT t0.id AS id_1, t0.name AS name_2, t0.alt AS alt_3, t0.file AS file_4, t0.uuid AS uuid_5, t0.type AS type_6, t0.temp AS temp_7, t0.path AS path_8, t0.width AS width_9, t0.height AS height_10, t0.extension AS extension_11, t0.position AS position_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.owner_id AS owner_id_15 FROM image t0 WHERE t0.id = ?
Parameters:
[
  59
]
2.97 ms
(18.53%)
3
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.slug AS slug_2 FROM tag t0_ INNER JOIN tagging t1_ ON t0_.id = t1_.tag_id AND (t1_.resource_id = ? AND t1_.resource_type = ?) ORDER BY t0_.name ASC
Parameters:
[
  4
  "App\Entity\Blog"
]
1.75 ms
(10.90%)
2
SELECT t0_.resource_id AS resource_id_0 FROM tag t1_ INNER JOIN tagging t0_ ON t1_.id = t0_.tag_id WHERE t0_.resource_type = ? AND t1_.slug IN (?) ORDER BY RAND() ASC
Parameters:
[
  "App\Entity\Blog"
  "kot"
]
1.39 ms
(8.66%)
2
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.display_name AS display_name_7 FROM employee t0 WHERE t0.id = ?
Parameters:
[
  1
]
1.15 ms
(7.16%)
1
SELECT s0_.name AS name_0, s0_.value AS value_1 FROM setting s0_
Parameters:
[]
1.14 ms
(7.07%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.content AS content_5, t0.date_created_at AS date_created_at_6, t0.date_updated_at AS date_updated_at_7, t0.active AS active_8, t0.is_featured AS is_featured_9, t0.position AS position_10, t0.title AS title_11, t0.meta_title AS meta_title_12, t0.meta_keywords AS meta_keywords_13, t0.meta_description AS meta_description_14, t0.image_id AS image_id_15, t0.big_image_id AS big_image_id_16, t0.author_id AS author_id_17 FROM blog t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "kot-kicha-co-zrobic-najczestsze-przyczyny-i-rozwiazania"
]
0.84 ms
(5.25%)
1
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.location AS location_2, a0_.advert_height AS advert_height_3, a0_.advert_width AS advert_width_4, a0_.active AS active_5, a0_.max_quantity AS max_quantity_6 FROM advert_group a0_ WHERE a0_.location = ? AND a0_.active = ?
Parameters:
[
  "blog_single_content"
  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\Blog 6
App\Entity\Image 6
App\Entity\Employee 2
App\Entity\Tag 1
App\Entity\AdvertGroup 1

Entities Mapping

Class Mapping errors
App\Entity\Blog No errors.
App\Entity\Image No errors.
App\Entity\Employee No errors.
App\Entity\Tag No errors.
App\Entity\Tagging No errors.
App\Entity\Setting No errors.
App\Entity\User
  • The mappings App\Entity\User#plans and App\Entity\UserPlan#owner are inconsistent with each other.
App\Entity\AdvertGroup No errors.
App\Entity\Advert No errors.