Query Metrics
3
Database Queries
2
Different statements
3.54 ms
Query time
0
Invalid entities
4
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.92 ms (54.30%) |
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.address AS address_2, s0_.city AS city_3, s0_.zip_code AS zip_code_4, s0_.state AS state_5, s0_.country AS country_6, s0_.phone AS phone_7, s0_.price AS price_8, s0_.administrative_costs AS administrative_costs_9, s0_.image_path AS image_path_10, s0_.banner AS banner_11, s0_.fallback_color_from AS fallback_color_from_12, s0_.fallback_color_to AS fallback_color_to_13, s0_.banner_blur AS banner_blur_14, s0_.created_at AS created_at_15, s0_.updated_at AS updated_at_16, s0_.merchant_id AS merchant_id_17 FROM space s0_ ORDER BY s0_.id ASC
Parameters:
[]
|
||||||||||||||||||||||||||||
|
1.62 ms (45.70%) |
2 |
SELECT t0_.id AS id_0, t0_.entity_class AS entity_class_1, t0_.entity_id AS entity_id_2, t0_.price AS price_3, t0_.fromDate AS fromDate_4, t0_.toDate AS toDate_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7 FROM temporary_price t0_ WHERE t0_.entity_class = ? AND t0_.entity_id = ? AND t0_.fromDate <= ? AND t0_.toDate >= ?
Parameters:
[ "Space" "34399160-edb0-4ad9-811b-49fb01c84be5" "2026-06-19 20:13:18" "2026-06-19 20:13:18" ] |
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\Space | 2 |
| App\Entity\Merchant | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Space | No errors. |
| App\Entity\Merchant | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Room | No errors. |
| App\Entity\TemporaryPrice | No errors. |