GET http://nazranatimes.com/public/classified/ads?category=4

Query Metrics

5 Database Queries
4 Different statements
2.82 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.77 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.icon AS icon_4 FROM classified_category t0
Parameters:
[]
2 0.83 ms
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.description AS description_2, c0_.full_description AS full_description_3, c0_.start_time AS start_time_4, c0_.end_time AS end_time_5, c0_.classified_category_id AS classified_category_id_6 FROM classified c0_ WHERE c0_.start_time <= ? AND c0_.end_time >= ? AND c0_.classified_category_id = ? ORDER BY c0_.id DESC
Parameters:
[
  "2026-03-24 22:59:30"
  "2026-03-24 22:59:30"
  4
]
3 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.icon AS icon_4 FROM classified_category t0
Parameters:
[]
4 0.52 ms
SELECT c0_.name AS name_0, c0_.value AS value_1 FROM color_theme c0_
Parameters:
[]
5 0.35 ms
SELECT COUNT(a.id)
             FROM advertisement a
             WHERE a.location = ?
               AND a.status = ?
               AND a.start_date <= ?
               AND a.end_date >= ?
Parameters:
[
  "mega_footer"
  "active"
  "2026-03-24"
  "2026-03-24"
]

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\ClassifiedCategory No errors.
App\Entity\Classified No errors.
App\Entity\ColorTheme No errors.
App\Entity\Advertisement No errors.