GET https://beta.pretoriaescorts.co.za/contact

Query Metrics

12 Database Queries
5 Different statements
6.07 ms Query time
1 Invalid entities
84 Managed entities

Grouped Statements

Show all queries

Time Count Info
3.69 ms
(60.79%)
4
SELECT a0_.id AS id_0, a0_.priority AS priority_1, a0_.start_at AS start_at_2, a0_.end_at AS end_at_3, a0_.is_active AS is_active_4, a0_.created_at AS created_at_5, a0_.advert_id AS advert_id_6, a0_.ad_slot_id AS ad_slot_id_7 FROM ad_schedule a0_ INNER JOIN advert a1_ ON a0_.advert_id = a1_.id INNER JOIN ad_slot a2_ ON a0_.ad_slot_id = a2_.id WHERE a2_.page_type = ? AND a2_.slot_name = ? AND a2_.is_active = 1 AND a0_.is_active = 1 AND a1_.is_active = 1 AND ((a0_.start_at IS NULL OR a0_.start_at <= ?)) AND ((a0_.end_at IS NULL OR a0_.end_at >= ?)) ORDER BY a0_.priority DESC, a0_.created_at ASC
Parameters:
[
  "contact"
  "contact-top-landscape"
  "2026-06-03 09:10:20"
  "2026-06-03 09:10:20"
]
1.22 ms
(20.08%)
4
SELECT a0_.id AS id_0, a0_.page_type AS page_type_1, a0_.slot_name AS slot_name_2, a0_.display_name AS display_name_3, a0_.rotation_mode AS rotation_mode_4, a0_.allowed_formats AS allowed_formats_5, a0_.dimensions AS dimensions_6, a0_.is_active AS is_active_7, a0_.created_at AS created_at_8 FROM ad_slot a0_ WHERE a0_.page_type = ? AND a0_.slot_name = ? AND a0_.is_active = 1
Parameters:
[
  "contact"
  "contact-top-landscape"
]
0.70 ms
(11.48%)
2
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.position AS position_2, b0_.image_path AS image_path_3, b0_.link_url AS link_url_4, b0_.start_date AS start_date_5, b0_.end_date AS end_date_6, b0_.is_active AS is_active_7, b0_.click_count AS click_count_8, b0_.view_count AS view_count_9, b0_.sort_order AS sort_order_10, b0_.created_at AS created_at_11 FROM banner b0_ WHERE b0_.is_active = 1 AND ((b0_.start_date IS NULL OR b0_.start_date <= ?)) AND ((b0_.end_date IS NULL OR b0_.end_date >= ?)) AND b0_.position = ? ORDER BY b0_.sort_order ASC
Parameters:
[
  1780470620
  1780470620
  "header"
]
0.25 ms
(4.12%)
1
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.created_at AS created_at_3, s0_.updated_at AS updated_at_4 FROM service s0_ ORDER BY s0_.name ASC
Parameters:
[]
0.21 ms
(3.53%)
1
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.slug AS slug_2, a0_.created_at AS created_at_3, a0_.updated_at AS updated_at_4 FROM area a0_ ORDER BY a0_.name ASC
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\Area 76
App\Entity\Service 4
App\Entity\AdSlot 4

Entities Mapping

Class Mapping errors
App\Entity\Area No errors.
App\Entity\ProfileArea No errors.
App\Entity\Service No errors.
App\Entity\ProfileService No errors.
App\Entity\Banner No errors.
App\Entity\AdSlot No errors.
App\Entity\AdSchedule
  • The association App\Entity\AdSchedule#advert refers to the inverse side field App\Entity\Advert#schedules which does not exist.
  • The association App\Entity\AdSchedule#adSlot refers to the inverse side field App\Entity\AdSlot#schedules which does not exist.
App\Entity\Advert No errors.