https://demo.plateform.jobinlive.fr/dior/bCR/register

Query Metrics

10 Database Queries
10 Different statements
28.28 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 10.94 ms
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:
[
  "dior"
]
2 1.05 ms
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
]
3 0.95 ms
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:
[
  15
]
4 1.85 ms
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:
[
  15
]
5 1.87 ms
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:
[
  15
]
6 5.04 ms
SELECT c0_.id AS id_0, c0_.presentation AS presentation_1, c0_.logo AS logo_2, c0_.title AS title_3, c0_.start_at AS start_at_4, c0_.end_at AS end_at_5, c0_.created_at AS created_at_6, c0_.modified_at AS modified_at_7, c0_.is_active AS is_active_8, c0_.ending_presentation AS ending_presentation_9, c0_.invitation_email_content AS invitation_email_content_10, c0_.can_invite AS can_invite_11, c0_.forced_disabled AS forced_disabled_12, c0_.has_user_ladder AS has_user_ladder_13, c0_.has_location_ladder AS has_location_ladder_14, c0_.prize AS prize_15, c0_.baseline AS baseline_16, c0_.description AS description_17, c0_.text AS text_18, c0_.has_sub_location_ladder AS has_sub_location_ladder_19, c0_.client_id AS client_id_20, c0_.product_id AS product_id_21 FROM client_product c0_ INNER JOIN product p1_ ON c0_.product_id = p1_.id WHERE c0_.client_id = ? AND p1_.is_secure = 1 GROUP BY c0_.product_id
Parameters:
[
  15
]
7 1.28 ms
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:
[
  "dior"
]
8 1.62 ms
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 = ? ORDER BY l0_.name ASC
Parameters:
[
  "dior"
]
9 1.39 ms
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 = ? ORDER BY s0_.name ASC
Parameters:
[
  "dior"
]
10 2.28 ms
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
  • The association App\Entity\SubLocation#defiQuestions refers to the owning side field App\Entity\DefiQuestion#deniedSubLocation which does not exist.
App\Entity\Avatar No errors.
App\Entity\Job No errors.
App\Entity\ClientProduct
  • The association App\Entity\ClientProduct#diagQuestions refers to the owning side field App\Entity\DiagQuestion#clientProduct which does not exist.
App\Entity\User No errors.
App\Entity\Contact No errors.
App\Entity\FlashWorkshop No errors.
App\Entity\DefiQuestion No errors.
App\Entity\Product No errors.
App\Entity\Subject No errors.
App\Entity\Category No errors.