Query Metrics
9
Database Queries
9
Different statements
14.94 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.08 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.rgpd_file AS rgpd_file_4, t0.description AS description_5, t0.baseline AS baseline_6, t0.background AS background_7, t0.alt_logo AS alt_logo_8, t0.is_active AS is_active_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11, t0.slug AS slug_12, t0.salt AS salt_13, t0.main_color AS main_color_14, t0.secondary_color AS secondary_color_15, t0.is_secure AS is_secure_16, t0.is_hidden_job_title AS is_hidden_job_title_17, t0.is_hidden_user_job AS is_hidden_user_job_18, t0.label_location AS label_location_19, t0.label_sub_location AS label_sub_location_20, t0.has_microsoft AS has_microsoft_21, t0.has_zoom AS has_zoom_22 FROM client t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"public"
]
|
|
2.29 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.is_active AS is_active_3, t0.created_at AS created_at_4, t0.modified_at AS modified_at_5, t0.name AS name_6 FROM avatar t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
13
]
|
|
1.98 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_active AS is_active_3, t0.created_at AS created_at_4, t0.client_id AS client_id_5 FROM job t0 WHERE t0.client_id = ?
Parameters:
[
1
]
|
|
1.84 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_active AS is_active_3, t0.created_at AS created_at_4, t0.modified_at AS modified_at_5, t0.client_id AS client_id_6 FROM location t0 WHERE t0.client_id = ?
Parameters:
[
1
]
|
|
1.81 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_active AS is_active_3, t0.created_at AS created_at_4, t0.modified_at AS modified_at_5, t0.client_id AS client_id_6 FROM sub_location t0 WHERE t0.client_id = ?
Parameters:
[
1
]
|
|
1.43 ms (0.00%) |
1 |
SELECT j0_.id AS id_0, j0_.name AS name_1, j0_.is_active AS is_active_2, j0_.created_at AS created_at_3, j0_.client_id AS client_id_4 FROM job j0_ INNER JOIN client c1_ ON j0_.client_id = c1_.id WHERE c1_.slug = ? ORDER BY j0_.name ASC
Parameters:
[
"public"
]
|
|
0.76 ms (0.00%) |
1 |
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.is_active AS is_active_2, l0_.created_at AS created_at_3, l0_.modified_at AS modified_at_4, l0_.client_id AS client_id_5 FROM location l0_ INNER JOIN client c1_ ON l0_.client_id = c1_.id WHERE c1_.slug = ? AND l0_.is_active = 1 ORDER BY l0_.name ASC
Parameters:
[
"public"
]
|
|
0.41 ms (0.00%) |
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.is_active AS is_active_2, s0_.created_at AS created_at_3, s0_.modified_at AS modified_at_4, s0_.client_id AS client_id_5 FROM sub_location s0_ INNER JOIN client c1_ ON s0_.client_id = c1_.id WHERE c1_.slug = ? AND s0_.is_active = 1 ORDER BY s0_.name ASC
Parameters:
[
"public"
]
|
|
0.34 ms (0.00%) |
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.is_active AS is_active_2, s0_.created_at AS created_at_3, s0_.modified_at AS modified_at_4, s0_.category_id AS category_id_5 FROM subject s0_
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Client | No errors. |
| App\Entity\Domain | No errors. |
| App\Entity\Location | No errors. |
| App\Entity\SubLocation |
|
| App\Entity\Avatar | No errors. |
| App\Entity\Job | No errors. |
| App\Entity\ClientProduct |
|
| App\Entity\User | No errors. |
| App\Entity\Contact | No errors. |
| App\Entity\Subject | No errors. |
| App\Entity\Category | No errors. |