GET http://nazranatimes.com/public/reporter/new

Query Metrics

5 Database Queries
5 Different statements
307.20 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 298.35 ms
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:
[
  "/reporter/new"
  "2026-03-24"
]
2 0.21 ms
"START TRANSACTION"
Parameters:
[]
3 4.24 ms
INSERT INTO hit_counter (path, uri, date, hits, unique_views, mime_type, language_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "/reporter/new"
  "http://nazranatimes.com/public/reporter/new"
  "2026-03-24"
  1
  1
  "*/*"
  null
]
4 0.65 ms
"COMMIT"
Parameters:
[]
5 3.74 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.type AS type_4, t0.options AS options_5, t0.dev AS dev_6 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "extra_fields"
]

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\Setting No errors.
App\Entity\Reporter No errors.