GET http://nazranatimes.com/public/corporate/1-about-us.html

Query Metrics

6 Database Queries
6 Different statements
145.30 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
139.53 ms
(96.03%)
1
SELECT t0.id AS id_1, t0.path AS path_2, t0.uri AS uri_3, t0.date AS date_4, t0.hits AS hits_5, t0.unique_views AS unique_views_6, t0.mime_type AS mime_type_7, t0.language_id AS language_id_8 FROM hit_counter t0 WHERE t0.path = ? AND t0.date = ? AND t0.language_id IS NULL LIMIT 1
Parameters:
[
  "/corporate/1-about-us.html"
  "2026-03-24"
]
3.45 ms
(2.37%)
1
SELECT w0_.id AS id_0, w0_.type AS type_1, w0_.file_name AS file_name_2, w0_.file_type AS file_type_3 FROM web_image w0_ WHERE w0_.type = ? ORDER BY w0_.id DESC LIMIT 1
Parameters:
[
  "logo"
]
0.85 ms
(0.58%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.body AS body_3, t0.sorting_rank AS sorting_rank_4, t0.seo_description AS seo_description_5, t0.seo_keywords AS seo_keywords_6, t0.is_published AS is_published_7, t0.seo_title AS seo_title_8, t0.location AS location_9, t0.is_home AS is_home_10, t0.slug AS slug_11, t0.url AS url_12 FROM web_page t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
0.68 ms
(0.47%)
1
UPDATE hit_counter SET uri = ?, hits = ?, unique_views = ?, mime_type = ? WHERE id = ?
Parameters:
[
  "http://nazranatimes.com/public/corporate/1-about-us.html"
  2
  2
  "*/*"
  258340
]
0.54 ms
(0.37%)
1
"COMMIT"
Parameters:
[]
0.24 ms
(0.17%)
1
"START TRANSACTION"
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.

Entities Mapping

Class Mapping errors
App\Entity\HitCounter No errors.
App\Entity\Language No errors.
App\Entity\WebPage No errors.
App\Entity\WebImage No errors.