Query Metrics

22 Database Queries
6 Different statements
1132.96 ms Query time
2 Invalid entities
0 Cache hits
3 Cache misses
34 Cache puts

Grouped Statements

Show all queries

default connection

Time Count Info
708.82 ms
(62.56%)
15
SELECT t0.id AS id_1, t0.title AS title_2, t0.caption AS caption_3, t0.path AS path_4, t0.url AS url_5, t0.type AS type_6, t0.featured AS featured_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.synced_at AS synced_at_10, t0.index_at AS index_at_11 FROM media t0 INNER JOIN blog_media ON t0.id = blog_media.media_id WHERE blog_media.blog_id = ?
Parameters:
[
  22
]
123.59 ms
(10.91%)
2
SELECT b0_.id AS id_0, b0_.type AS type_1, b0_.created_at AS created_at_2, b0_.updated_at AS updated_at_3, b0_.synced_at AS synced_at_4, b0_.index_at AS index_at_5, b1_.id AS id_6, b1_.title AS title_7, b1_.slug AS slug_8, b1_.excerpt AS excerpt_9, b1_.content AS content_10, b1_.created_at AS created_at_11, b1_.updated_at AS updated_at_12, b1_.synced_at AS synced_at_13, b1_.index_at AS index_at_14, b1_.locale AS locale_15, b0_.category AS category_16, b1_.translatable_id AS translatable_id_17 FROM blog b0_ LEFT JOIN blog_translation b1_ ON b0_.id = b1_.translatable_id WHERE b1_.locale = ? AND b0_.type = ? ORDER BY b0_.created_at DESC OFFSET 1 ROWS FETCH NEXT 15 ROWS ONLY
Parameters:
[
  "sr"
  "photo"
]
107.38 ms
(9.48%)
2
SELECT t0.id AS id_1, t0.approved AS approved_2, t0.comment AS comment_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.synced_at AS synced_at_6, t0.index_at AS index_at_7, t0.blog_id AS blog_id_8, t0.author_id AS author_id_9 FROM blog_comment t0 WHERE t0.blog_id IN (?)
Parameters:
[
  [
    22
    21
    18
    17
    14
    11
    10
    9
    8
    3
    13
    4
    6
  ]
]
86.67 ms
(7.65%)
1
SELECT c0_.code AS code_0, c0_.name AS name_1, c0_.rate AS rate_2, c0_.created_at AS created_at_3, c0_.updated_at AS updated_at_4, c0_.synced_at AS synced_at_5, c0_.index_at AS index_at_6 FROM currency c0_ WHERE c0_.code = ?
Parameters:
[
  "RSD"
]
53.59 ms
(4.73%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.page_top AS page_top_5, t0.page_bottom AS page_bottom_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM page_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4
]
52.92 ms
(4.67%)
1
SELECT p0_.id AS id_0, p0_.home AS home_1, p0_.style AS style_2, p0_.created_at AS created_at_3, p0_.updated_at AS updated_at_4, p0_.synced_at AS synced_at_5, p0_.index_at AS index_at_6, p0_.parent AS parent_7 FROM page p0_ WHERE p0_.home = 1
Parameters:
[]

client_rel_management connection

No database queries were performed.

client_rel_web_management connection

No database queries were performed.

Database Connections

Name Service
default doctrine.dbal.default_connection
client_rel_management doctrine.dbal.client_rel_management_connection
client_rel_web_management doctrine.dbal.client_rel_web_management_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
client_rel_management doctrine.orm.client_rel_management_entity_manager
client_rel_web_management doctrine.orm.client_rel_web_management_entity_manager

Second Level Cache

0 Hits
3 Misses
34 Puts

Number of cache misses

Region Misses
public 3

Number of cache puts

Region Puts
public 34

Entities Mapping

default entity manager

Class Mapping errors
App\Entity\ECommerce\Currency No errors.
App\Entity\ECommerce\Depot No errors.
App\Entity\ECommerce\Client No errors.
App\Entity\ECommerce\Shipping No errors.
App\Entity\Content\Page No errors.
App\Entity\Content\PageTranslation No errors.
App\Entity\SEO\Seo No errors.
App\Entity\Media\Media No errors.
App\Entity\Content\Blog No errors.
App\Entity\Content\BlogTranslation No errors.
App\Entity\Content\BlogCategory No errors.
App\Entity\Content\Tag No errors.
App\Entity\Content\BlogComment
  • The association App\Entity\Content\BlogComment#author refers to the inverse side field App\Entity\App\User#blogComments which does not exist.
App\Entity\App\User No errors.
App\Entity\ECommerce\DepotProduct
  • The field 'App\Entity\ECommerce\DepotProduct#taxRate' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\ECommerce\DepotTranslation No errors.
App\Entity\ECommerce\ClientGroup No errors.
App\Entity\ECommerce\Cart No errors.
App\Entity\ECommerce\Firm No errors.
App\Entity\ECommerce\IndividualOrder No errors.

client_rel_management entity manager

No loaded entities.

client_rel_web_management entity manager

No loaded entities.