Query Metrics
5
Database Queries
5
Different statements
3.42 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.03 ms (30.18%) |
1 |
SELECT COUNT(*) FROM formation t0
Parameters:
[]
|
||||||||||||||||||||||||||
|
0.78 ms (22.84%) |
1 |
SELECT COUNT(*) FROM offers t0
Parameters:
[]
|
||||||||||||||||||||||||||
|
0.75 ms (21.99%) |
1 |
SELECT COUNT(*) FROM event t0
Parameters:
[]
|
||||||||||||||||||||||||||
|
0.45 ms (13.27%) |
1 |
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.description AS description_2, e0_.event_type AS event_type_3, e0_.event_date AS event_date_4, e0_.end_date AS end_date_5, e0_.location AS location_6, e0_.latitude AS latitude_7, e0_.longitude AS longitude_8, e0_.is_online AS is_online_9, e0_.online_link AS online_link_10, e0_.max_capacity AS max_capacity_11, e0_.cover_image AS cover_image_12, e0_.status AS status_13, e0_.created_at AS created_at_14, e0_.organizer_id AS organizer_id_15 FROM event e0_ WHERE e0_.event_date >= ? ORDER BY e0_.event_date ASC LIMIT 3
Parameters:
[
"2026-05-03 23:42:37"
]
|
||||||||||||||||||||||||||
|
0.40 ms (11.71%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.department AS department_4, t0.contract_type AS contract_type_5, t0.experience_level AS experience_level_6, t0.salary_min AS salary_min_7, t0.salary_max AS salary_max_8, t0.location AS location_9, t0.status AS status_10, t0.publish_date AS publish_date_11, t0.closing_date AS closing_date_12, t0.positions_available AS positions_available_13, t0.applications_received AS applications_received_14, t0.workflow AS workflow_15, t0.recruiter_id AS recruiter_id_16 FROM offers t0 ORDER BY t0.publish_date DESC LIMIT 6
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\Offer | 1 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Offer | No errors. |
| App\Entity\Event | No errors. |
| App\Entity\Formation | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Application | No errors. |