GET http://realitysvepomocne.weby-betechnik.cz/blog/rady-a-tipy

Query Metrics

9 Database Queries
7 Different statements
1.97 ms Query time
2 Invalid entities
34 Managed entities

Queries

Group similar statements

# Time Info
1 0.59 ms
SELECT t0.id AS id_1, t0.ipaddress AS ipaddress_2 FROM black_list_ip t0 WHERE t0.ipaddress = ? LIMIT 1
Parameters:
[
  "172.69.130.134"
]
2 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.seo_title AS seo_title_4, t0.seo_description AS seo_description_5 FROM blog_category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "rady-a-tipy"
]
3 0.22 ms
SELECT COUNT(*) FROM page t0 WHERE t0.is_blog = ? AND t0.is_visible = ? AND t0.blog_category_id = ?
Parameters:
[
  1
  1
  1
]
4 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.edited_at AS edited_at_6, t0.title AS title_7, t0.description AS description_8, t0.image AS image_9, t0.is_blog AS is_blog_10, t0.blog_preview AS blog_preview_11, t0.is_visible AS is_visible_12, t0.blog_category_id AS blog_category_id_13 FROM page t0 WHERE t0.is_blog = ? AND t0.is_visible = ? AND t0.blog_category_id = ? ORDER BY t0.created_at DESC
Parameters:
[
  1
  1
  1
]
5 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.seo_title AS seo_title_4, t0.seo_description AS seo_description_5 FROM blog_category t0
Parameters:
[]
6 0.15 ms
SELECT COUNT(*) FROM page t0 WHERE t0.is_blog = ? AND t0.is_visible = ? AND t0.blog_category_id = ?
Parameters:
[
  1
  1
  1
]
7 0.13 ms
SELECT COUNT(*) FROM page t0 WHERE t0.is_blog = ? AND t0.is_visible = ? AND t0.blog_category_id = ?
Parameters:
[
  1
  1
  2
]
8 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM advertisement_disposition t0
Parameters:
[]
9 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.seo_description AS seo_description_3, t0.seo_title AS seo_title_4, t0.description AS description_5 FROM property_type t0
Parameters:
[]

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\AdvertisementDisposition 13
App\Entity\PropertyType 11
App\Entity\Page 8
App\Entity\BlogCategory 2

Entities Mapping

Class Mapping errors
App\Entity\BlackListIp No errors.
App\Entity\BlogCategory No errors.
App\Entity\Page No errors.
App\Entity\AdvertisementDisposition
  • The association App\Entity\AdvertisementDisposition#watchDogs refers to the owning side field App\Entity\WatchDog#advertisementDisposition which does not exist.
App\Entity\Advertisement No errors.
App\Entity\WatchDog No errors.
App\Entity\PropertyType
  • The association App\Entity\PropertyType#watchDogs refers to the owning side field App\Entity\WatchDog#propertyType which does not exist.