GET https://sandbox.cgenial-connect.fr/intervenants/recherche

Query Metrics

63 Database Queries
21 Different statements
18.25 ms Query time
3 Invalid entities
983 Managed entities

Queries

Group similar statements

# Time Info
1 0.54 ms
SELECT t0.id AS id_1, t0.label AS label_2 FROM speech_type t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "remote"
]
2 0.19 ms
SELECT s0_.id AS id_0, s0_.label AS label_1 FROM speech_type s0_
Parameters:
[]
3 0.27 ms
SELECT a0_.id AS id_0, a0_.label AS label_1 FROM activity_area a0_
Parameters:
[]
4 1.59 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.status AS status_2, c0_.activity_area_more AS activity_area_more_3, c0_.head_office_address AS head_office_address_4, c0_.head_office_zipcode AS head_office_zipcode_5, c0_.head_office_city AS head_office_city_6, c0_.head_office_country AS head_office_country_7, c0_.nb_employees AS nb_employees_8, c0_.logo AS logo_9, c0_.website_url AS website_url_10, c0_.perimeter AS perimeter_11, c0_.skills AS skills_12, c0_.partner AS partner_13, c0_.partner_itdlc AS partner_itdlc_14, c0_.partner_pee AS partner_pee_15, c0_.partner_foundation AS partner_foundation_16, c0_.slug AS slug_17, c0_.max_published_pee AS max_published_pee_18, c0_.count_pee_subscription_came AS count_pee_subscription_came_19, c0_.count_speaker AS count_speaker_20, c0_.count_itdlc_archived AS count_itdlc_archived_21, c0_.count_itdlc_aborted_by_speaker AS count_itdlc_aborted_by_speaker_22, c0_.count_itdlc_archived_children AS count_itdlc_archived_children_23, c0_.count_company_location AS count_company_location_24, c0_.company_idv1 AS company_idv1_25, c0_.other_activity_area AS other_activity_area_26, c0_.created_at AS created_at_27, c0_.updated_at AS updated_at_28, c0_.idv1 AS idv1_29, c0_.comment AS comment_30, c0_.activity_area_id AS activity_area_id_31, c0_.academy_id AS academy_id_32, c0_.corporation_id AS corporation_id_33, c0_.created_by AS created_by_34, c0_.updated_by AS updated_by_35 FROM company c0_ WHERE c0_.status = ? ORDER BY c0_.name ASC
Parameters:
[
  "published"
]
5 0.19 ms
SELECT e0_.id AS id_0, e0_.label AS label_1 FROM education_level e0_
Parameters:
[]
6 0.12 ms
SELECT c0_.id AS id_0, c0_.label AS label_1 FROM class_level c0_
Parameters:
[]
7 0.14 ms
SELECT DATABASE()
Parameters:
[]
8 0.55 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "cgenial_sandbox"
]
9 0.08 ms
SELECT DATABASE()
Parameters:
[]
10 0.52 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "cgenial_sandbox"
]
11 0.12 ms
SELECT DATABASE()
Parameters:
[]
12 0.68 ms
SELECT t.TABLE_NAME,
           t.ENGINE,
           t.AUTO_INCREMENT,
           t.TABLE_COMMENT,
           t.CREATE_OPTIONS,
           t.TABLE_COLLATION,
           ccsa.CHARACTER_SET_NAME
      FROM information_schema.TABLES t
        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa
          ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
  "cgenial_sandbox"
  "migration_versions"
]
13 0.12 ms
SELECT DATABASE()
Parameters:
[]
14 0.61 ms
SELECT DISTINCT            k.CONSTRAINT_NAME,
            k.COLUMN_NAME,
            k.REFERENCED_TABLE_NAME,
            k.REFERENCED_COLUMN_NAME,
            k.ORDINAL_POSITION /*!50116,
            c.UPDATE_RULE,
            c.DELETE_RULE */
FROM information_schema.key_column_usage k /*!50116
INNER JOIN information_schema.referential_constraints c
ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME
AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'cgenial_sandbox' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "cgenial_sandbox"
  "migration_versions"
]
15 1.02 ms
SELECT       c.COLUMN_NAME        AS field,
           IF(
        c.COLUMN_TYPE = 'longtext'
        AND EXISTS(
            SELECT * from information_schema.CHECK_CONSTRAINTS i_c
            WHERE i_c.CONSTRAINT_SCHEMA = 'cgenial_sandbox'
            AND i_c.TABLE_NAME = c.TABLE_NAME
            AND i_c.CHECK_CLAUSE = CONCAT(
                'json_valid(`',
                    c.COLUMN_NAME,
                '`)'
            )
        ),
        'json',
        c.COLUMN_TYPE
    )       AS type,
       c.IS_NULLABLE        AS `null`,
       c.COLUMN_KEY         AS `key`,
       c.COLUMN_DEFAULT     AS `default`,
       c.EXTRA,
       c.COLUMN_COMMENT     AS comment,
       c.CHARACTER_SET_NAME AS characterset,
       c.COLLATION_NAME     AS collation
FROM information_schema.COLUMNS c
    INNER JOIN information_schema.TABLES t
        ON t.TABLE_NAME = c.TABLE_NAME
     WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[
  "cgenial_sandbox"
  "cgenial_sandbox"
  "migration_versions"
]
16 0.12 ms
SELECT DATABASE()
Parameters:
[]
17 0.19 ms
SELECT        NON_UNIQUE  AS Non_Unique,
        INDEX_NAME  AS Key_name,
        COLUMN_NAME AS Column_Name,
        SUB_PART    AS Sub_Part,
        INDEX_TYPE  AS Index_Type
FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[
  "cgenial_sandbox"
  "migration_versions"
]
18 0.13 ms
SELECT * FROM migration_versions
Parameters:
[]
19 0.14 ms
SELECT DATABASE()
Parameters:
[]
20 1.73 ms
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT s0_.id AS id_0, s0_.job AS job_1, s0_.about_you AS about_you_2, s0_.about_your_job AS about_your_job_3, s0_.about_your_formation AS about_your_formation_4, s0_.about_your_offer AS about_your_offer_5, s0_.my_address_enabled AS my_address_enabled_6, s0_.itdlc_number AS itdlc_number_7, s0_.itdlc_distance_max AS itdlc_distance_max_8, s0_.available AS available_9, s0_.available_at AS available_at_10, s0_.context_available AS context_available_11, s0_.nb_itdlc_archived AS nb_itdlc_archived_12, s0_.nb_itdlc_refused_by_speaker_current_year AS nb_itdlc_refused_by_speaker_current_year_13, s0_.nb_itdlc_aborted_by_speaker_current_year AS nb_itdlc_aborted_by_speaker_current_year_14, s0_.nb_successive_non_response AS nb_successive_non_response_15, s0_.last_registration_step AS last_registration_step_16, s0_.available_date_updated AS available_date_updated_17, s0_.created_at AS created_at_18, s0_.updated_at AS updated_at_19, s0_.status AS status_20, s0_.comment AS comment_21, s0_.idv1 AS idv1_22, ST_AsText(a1_.position) AS position_23 FROM speaker s0_ INNER JOIN address a1_ ON s0_.current_address_id = a1_.id INNER JOIN speaker_speech_type s3_ ON s0_.id = s3_.speaker_id INNER JOIN speech_type s2_ ON s2_.id = s3_.speech_type_id WHERE s0_.status = ? AND s0_.context_available = ? AND s2_.id = ? ORDER BY s0_.created_at DESC) dctrn_result) dctrn_table
Parameters:
[
  "published"
  1
  "remote"
]
21 1.55 ms
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, created_at_18 FROM (SELECT s0_.id AS id_0, s0_.job AS job_1, s0_.about_you AS about_you_2, s0_.about_your_job AS about_your_job_3, s0_.about_your_formation AS about_your_formation_4, s0_.about_your_offer AS about_your_offer_5, s0_.my_address_enabled AS my_address_enabled_6, s0_.itdlc_number AS itdlc_number_7, s0_.itdlc_distance_max AS itdlc_distance_max_8, s0_.available AS available_9, s0_.available_at AS available_at_10, s0_.context_available AS context_available_11, s0_.nb_itdlc_archived AS nb_itdlc_archived_12, s0_.nb_itdlc_refused_by_speaker_current_year AS nb_itdlc_refused_by_speaker_current_year_13, s0_.nb_itdlc_aborted_by_speaker_current_year AS nb_itdlc_aborted_by_speaker_current_year_14, s0_.nb_successive_non_response AS nb_successive_non_response_15, s0_.last_registration_step AS last_registration_step_16, s0_.available_date_updated AS available_date_updated_17, s0_.created_at AS created_at_18, s0_.updated_at AS updated_at_19, s0_.status AS status_20, s0_.comment AS comment_21, s0_.idv1 AS idv1_22, ST_AsText(a1_.position) AS position_23, s2_.id AS id_24, s2_.label AS label_25 FROM speaker s0_ INNER JOIN address a1_ ON s0_.current_address_id = a1_.id INNER JOIN speaker_speech_type s3_ ON s0_.id = s3_.speaker_id INNER JOIN speech_type s2_ ON s2_.id = s3_.speech_type_id WHERE s0_.status = ? AND s0_.context_available = ? AND s2_.id = ?) dctrn_result_inner ORDER BY created_at_18 DESC) dctrn_result LIMIT 10
Parameters:
[
  "published"
  1
  "remote"
]
22 0.72 ms
SELECT s0_.id AS id_0, s0_.job AS job_1, s0_.about_you AS about_you_2, s0_.about_your_job AS about_your_job_3, s0_.about_your_formation AS about_your_formation_4, s0_.about_your_offer AS about_your_offer_5, s0_.my_address_enabled AS my_address_enabled_6, s0_.itdlc_number AS itdlc_number_7, s0_.itdlc_distance_max AS itdlc_distance_max_8, s0_.available AS available_9, s0_.available_at AS available_at_10, s0_.context_available AS context_available_11, s0_.nb_itdlc_archived AS nb_itdlc_archived_12, s0_.nb_itdlc_refused_by_speaker_current_year AS nb_itdlc_refused_by_speaker_current_year_13, s0_.nb_itdlc_aborted_by_speaker_current_year AS nb_itdlc_aborted_by_speaker_current_year_14, s0_.nb_successive_non_response AS nb_successive_non_response_15, s0_.last_registration_step AS last_registration_step_16, s0_.available_date_updated AS available_date_updated_17, s0_.created_at AS created_at_18, s0_.updated_at AS updated_at_19, s0_.status AS status_20, s0_.comment AS comment_21, s0_.idv1 AS idv1_22, ST_AsText(a1_.position) AS position_23, s0_.user_id AS user_id_24, s0_.education_level_id AS education_level_id_25, s0_.my_address_id AS my_address_id_26, s0_.current_address_id AS current_address_id_27, s0_.company_location_id AS company_location_id_28 FROM speaker s0_ INNER JOIN address a1_ ON s0_.current_address_id = a1_.id INNER JOIN speaker_speech_type s3_ ON s0_.id = s3_.speaker_id INNER JOIN speech_type s2_ ON s2_.id = s3_.speech_type_id WHERE s0_.status = ? AND s0_.context_available = ? AND s2_.id = ? AND s0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY s0_.created_at DESC
Parameters:
[
  "published"
  1
  "remote"
  1989
  1965
  1960
  1958
  1955
  1953
  1949
  1948
  1946
  1945
]
23 0.22 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.enabled AS enabled_6, t0.salt AS salt_7, t0.password AS password_8, t0.last_login AS last_login_9, t0.confirmation_token AS confirmation_token_10, t0.password_requested_at AS password_requested_at_11, t0.firstname AS firstname_12, t0.lastname AS lastname_13, t0.mobile AS mobile_14, t0.sex AS sex_15, t0.roles AS roles_16, t0.picture AS picture_17, t0.slug AS slug_18, t0.anonymized AS anonymized_19, t0.optin AS optin_20, t0.recycle_status AS recycle_status_21, t0.recycle_start_at AS recycle_start_at_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.idv1 AS idv1_25, t0.admin_role_id AS admin_role_id_26 FROM user t0 WHERE t0.id = ?
Parameters:
[
  20634
]
24 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.activity_area_more AS activity_area_more_4, t0.information AS information_5, t0.count_active_speaker AS count_active_speaker_6, t0.count_speaker AS count_speaker_7, t0.count_itdlc_scheduled AS count_itdlc_scheduled_8, t0.count_itdlc_archived AS count_itdlc_archived_9, t0.count_itdlc_students AS count_itdlc_students_10, t0.count_itdlc_aborted_by_speaker AS count_itdlc_aborted_by_speaker_11, t0.other_activity_area AS other_activity_area_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.comment AS comment_15, t0.idv1 AS idv1_16, t0.company_id AS company_id_17, t0.activity_area_id AS activity_area_id_18, t0.address_id AS address_id_19, t0.organisation AS organisation_20, t0.created_by AS created_by_21, t0.updated_by AS updated_by_22 FROM company_location t0 WHERE t0.id = ?
Parameters:
[
  955
]
25 0.16 ms
SELECT t0.id AS id_1, t0.address AS address_2, t0.address_more AS address_more_3, t0.zipcode AS zipcode_4, t0.zipcode_cleaned AS zipcode_cleaned_5, t0.city AS city_6, t0.country AS country_7, ST_AsText(t0.position) AS position_8, t0.name AS name_9, t0.type AS type_10, t0.code_insee AS code_insee_11, t0.academy_id AS academy_id_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
  8962
]
26 0.21 ms
SELECT t0.id AS id_1, t0.label AS label_2 FROM speech_type t0 INNER JOIN speaker_speech_type ON t0.id = speaker_speech_type.speech_type_id WHERE speaker_speech_type.speaker_id = ?
Parameters:
[
  1989
]
27 0.22 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.enabled AS enabled_6, t0.salt AS salt_7, t0.password AS password_8, t0.last_login AS last_login_9, t0.confirmation_token AS confirmation_token_10, t0.password_requested_at AS password_requested_at_11, t0.firstname AS firstname_12, t0.lastname AS lastname_13, t0.mobile AS mobile_14, t0.sex AS sex_15, t0.roles AS roles_16, t0.picture AS picture_17, t0.slug AS slug_18, t0.anonymized AS anonymized_19, t0.optin AS optin_20, t0.recycle_status AS recycle_status_21, t0.recycle_start_at AS recycle_start_at_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.idv1 AS idv1_25, t0.admin_role_id AS admin_role_id_26 FROM user t0 WHERE t0.id = ?
Parameters:
[
  20512
]
28 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.activity_area_more AS activity_area_more_4, t0.information AS information_5, t0.count_active_speaker AS count_active_speaker_6, t0.count_speaker AS count_speaker_7, t0.count_itdlc_scheduled AS count_itdlc_scheduled_8, t0.count_itdlc_archived AS count_itdlc_archived_9, t0.count_itdlc_students AS count_itdlc_students_10, t0.count_itdlc_aborted_by_speaker AS count_itdlc_aborted_by_speaker_11, t0.other_activity_area AS other_activity_area_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.comment AS comment_15, t0.idv1 AS idv1_16, t0.company_id AS company_id_17, t0.activity_area_id AS activity_area_id_18, t0.address_id AS address_id_19, t0.organisation AS organisation_20, t0.created_by AS created_by_21, t0.updated_by AS updated_by_22 FROM company_location t0 WHERE t0.id = ?
Parameters:
[
  1996
]
29 0.16 ms
SELECT t0.id AS id_1, t0.address AS address_2, t0.address_more AS address_more_3, t0.zipcode AS zipcode_4, t0.zipcode_cleaned AS zipcode_cleaned_5, t0.city AS city_6, t0.country AS country_7, ST_AsText(t0.position) AS position_8, t0.name AS name_9, t0.type AS type_10, t0.code_insee AS code_insee_11, t0.academy_id AS academy_id_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
  20657
]
30 0.17 ms
SELECT t0.id AS id_1, t0.label AS label_2 FROM speech_type t0 INNER JOIN speaker_speech_type ON t0.id = speaker_speech_type.speech_type_id WHERE speaker_speech_type.speaker_id = ?
Parameters:
[
  1965
]
31 0.18 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.enabled AS enabled_6, t0.salt AS salt_7, t0.password AS password_8, t0.last_login AS last_login_9, t0.confirmation_token AS confirmation_token_10, t0.password_requested_at AS password_requested_at_11, t0.firstname AS firstname_12, t0.lastname AS lastname_13, t0.mobile AS mobile_14, t0.sex AS sex_15, t0.roles AS roles_16, t0.picture AS picture_17, t0.slug AS slug_18, t0.anonymized AS anonymized_19, t0.optin AS optin_20, t0.recycle_status AS recycle_status_21, t0.recycle_start_at AS recycle_start_at_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.idv1 AS idv1_25, t0.admin_role_id AS admin_role_id_26 FROM user t0 WHERE t0.id = ?
Parameters:
[
  20481
]
32 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.activity_area_more AS activity_area_more_4, t0.information AS information_5, t0.count_active_speaker AS count_active_speaker_6, t0.count_speaker AS count_speaker_7, t0.count_itdlc_scheduled AS count_itdlc_scheduled_8, t0.count_itdlc_archived AS count_itdlc_archived_9, t0.count_itdlc_students AS count_itdlc_students_10, t0.count_itdlc_aborted_by_speaker AS count_itdlc_aborted_by_speaker_11, t0.other_activity_area AS other_activity_area_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.comment AS comment_15, t0.idv1 AS idv1_16, t0.company_id AS company_id_17, t0.activity_area_id AS activity_area_id_18, t0.address_id AS address_id_19, t0.organisation AS organisation_20, t0.created_by AS created_by_21, t0.updated_by AS updated_by_22 FROM company_location t0 WHERE t0.id = ?
Parameters:
[
  1898
]
33 0.16 ms
SELECT t0.id AS id_1, t0.address AS address_2, t0.address_more AS address_more_3, t0.zipcode AS zipcode_4, t0.zipcode_cleaned AS zipcode_cleaned_5, t0.city AS city_6, t0.country AS country_7, ST_AsText(t0.position) AS position_8, t0.name AS name_9, t0.type AS type_10, t0.code_insee AS code_insee_11, t0.academy_id AS academy_id_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
  20633
]
34 0.15 ms
SELECT t0.id AS id_1, t0.label AS label_2 FROM speech_type t0 INNER JOIN speaker_speech_type ON t0.id = speaker_speech_type.speech_type_id WHERE speaker_speech_type.speaker_id = ?
Parameters:
[
  1960
]
35 0.16 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.enabled AS enabled_6, t0.salt AS salt_7, t0.password AS password_8, t0.last_login AS last_login_9, t0.confirmation_token AS confirmation_token_10, t0.password_requested_at AS password_requested_at_11, t0.firstname AS firstname_12, t0.lastname AS lastname_13, t0.mobile AS mobile_14, t0.sex AS sex_15, t0.roles AS roles_16, t0.picture AS picture_17, t0.slug AS slug_18, t0.anonymized AS anonymized_19, t0.optin AS optin_20, t0.recycle_status AS recycle_status_21, t0.recycle_start_at AS recycle_start_at_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.idv1 AS idv1_25, t0.admin_role_id AS admin_role_id_26 FROM user t0 WHERE t0.id = ?
Parameters:
[
  20461
]
36 0.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.activity_area_more AS activity_area_more_4, t0.information AS information_5, t0.count_active_speaker AS count_active_speaker_6, t0.count_speaker AS count_speaker_7, t0.count_itdlc_scheduled AS count_itdlc_scheduled_8, t0.count_itdlc_archived AS count_itdlc_archived_9, t0.count_itdlc_students AS count_itdlc_students_10, t0.count_itdlc_aborted_by_speaker AS count_itdlc_aborted_by_speaker_11, t0.other_activity_area AS other_activity_area_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.comment AS comment_15, t0.idv1 AS idv1_16, t0.company_id AS company_id_17, t0.activity_area_id AS activity_area_id_18, t0.address_id AS address_id_19, t0.organisation AS organisation_20, t0.created_by AS created_by_21, t0.updated_by AS updated_by_22 FROM company_location t0 WHERE t0.id = ?
Parameters:
[
  1997
]
37 0.14 ms
SELECT t0.id AS id_1, t0.address AS address_2, t0.address_more AS address_more_3, t0.zipcode AS zipcode_4, t0.zipcode_cleaned AS zipcode_cleaned_5, t0.city AS city_6, t0.country AS country_7, ST_AsText(t0.position) AS position_8, t0.name AS name_9, t0.type AS type_10, t0.code_insee AS code_insee_11, t0.academy_id AS academy_id_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
  20667
]
38 0.15 ms
SELECT t0.id AS id_1, t0.label AS label_2 FROM speech_type t0 INNER JOIN speaker_speech_type ON t0.id = speaker_speech_type.speech_type_id WHERE speaker_speech_type.speaker_id = ?
Parameters:
[
  1958
]
39 0.16 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.enabled AS enabled_6, t0.salt AS salt_7, t0.password AS password_8, t0.last_login AS last_login_9, t0.confirmation_token AS confirmation_token_10, t0.password_requested_at AS password_requested_at_11, t0.firstname AS firstname_12, t0.lastname AS lastname_13, t0.mobile AS mobile_14, t0.sex AS sex_15, t0.roles AS roles_16, t0.picture AS picture_17, t0.slug AS slug_18, t0.anonymized AS anonymized_19, t0.optin AS optin_20, t0.recycle_status AS recycle_status_21, t0.recycle_start_at AS recycle_start_at_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.idv1 AS idv1_25, t0.admin_role_id AS admin_role_id_26 FROM user t0 WHERE t0.id = ?
Parameters:
[
  20448
]
40 0.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.activity_area_more AS activity_area_more_4, t0.information AS information_5, t0.count_active_speaker AS count_active_speaker_6, t0.count_speaker AS count_speaker_7, t0.count_itdlc_scheduled AS count_itdlc_scheduled_8, t0.count_itdlc_archived AS count_itdlc_archived_9, t0.count_itdlc_students AS count_itdlc_students_10, t0.count_itdlc_aborted_by_speaker AS count_itdlc_aborted_by_speaker_11, t0.other_activity_area AS other_activity_area_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.comment AS comment_15, t0.idv1 AS idv1_16, t0.company_id AS company_id_17, t0.activity_area_id AS activity_area_id_18, t0.address_id AS address_id_19, t0.organisation AS organisation_20, t0.created_by AS created_by_21, t0.updated_by AS updated_by_22 FROM company_location t0 WHERE t0.id = ?
Parameters:
[
  2005
]
41 0.13 ms
SELECT t0.id AS id_1, t0.address AS address_2, t0.address_more AS address_more_3, t0.zipcode AS zipcode_4, t0.zipcode_cleaned AS zipcode_cleaned_5, t0.city AS city_6, t0.country AS country_7, ST_AsText(t0.position) AS position_8, t0.name AS name_9, t0.type AS type_10, t0.code_insee AS code_insee_11, t0.academy_id AS academy_id_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
  20681
]
42 0.15 ms
SELECT t0.id AS id_1, t0.label AS label_2 FROM speech_type t0 INNER JOIN speaker_speech_type ON t0.id = speaker_speech_type.speech_type_id WHERE speaker_speech_type.speaker_id = ?
Parameters:
[
  1955
]
43 0.16 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.enabled AS enabled_6, t0.salt AS salt_7, t0.password AS password_8, t0.last_login AS last_login_9, t0.confirmation_token AS confirmation_token_10, t0.password_requested_at AS password_requested_at_11, t0.firstname AS firstname_12, t0.lastname AS lastname_13, t0.mobile AS mobile_14, t0.sex AS sex_15, t0.roles AS roles_16, t0.picture AS picture_17, t0.slug AS slug_18, t0.anonymized AS anonymized_19, t0.optin AS optin_20, t0.recycle_status AS recycle_status_21, t0.recycle_start_at AS recycle_start_at_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.idv1 AS idv1_25, t0.admin_role_id AS admin_role_id_26 FROM user t0 WHERE t0.id = ?
Parameters:
[
  20441
]
44 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.activity_area_more AS activity_area_more_4, t0.information AS information_5, t0.count_active_speaker AS count_active_speaker_6, t0.count_speaker AS count_speaker_7, t0.count_itdlc_scheduled AS count_itdlc_scheduled_8, t0.count_itdlc_archived AS count_itdlc_archived_9, t0.count_itdlc_students AS count_itdlc_students_10, t0.count_itdlc_aborted_by_speaker AS count_itdlc_aborted_by_speaker_11, t0.other_activity_area AS other_activity_area_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.comment AS comment_15, t0.idv1 AS idv1_16, t0.company_id AS company_id_17, t0.activity_area_id AS activity_area_id_18, t0.address_id AS address_id_19, t0.organisation AS organisation_20, t0.created_by AS created_by_21, t0.updated_by AS updated_by_22 FROM company_location t0 WHERE t0.id = ?
Parameters:
[
  138
]
45 0.13 ms
SELECT t0.id AS id_1, t0.address AS address_2, t0.address_more AS address_more_3, t0.zipcode AS zipcode_4, t0.zipcode_cleaned AS zipcode_cleaned_5, t0.city AS city_6, t0.country AS country_7, ST_AsText(t0.position) AS position_8, t0.name AS name_9, t0.type AS type_10, t0.code_insee AS code_insee_11, t0.academy_id AS academy_id_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
  152
]
46 0.17 ms
SELECT t0.id AS id_1, t0.label AS label_2 FROM speech_type t0 INNER JOIN speaker_speech_type ON t0.id = speaker_speech_type.speech_type_id WHERE speaker_speech_type.speaker_id = ?
Parameters:
[
  1953
]
47 0.18 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.enabled AS enabled_6, t0.salt AS salt_7, t0.password AS password_8, t0.last_login AS last_login_9, t0.confirmation_token AS confirmation_token_10, t0.password_requested_at AS password_requested_at_11, t0.firstname AS firstname_12, t0.lastname AS lastname_13, t0.mobile AS mobile_14, t0.sex AS sex_15, t0.roles AS roles_16, t0.picture AS picture_17, t0.slug AS slug_18, t0.anonymized AS anonymized_19, t0.optin AS optin_20, t0.recycle_status AS recycle_status_21, t0.recycle_start_at AS recycle_start_at_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.idv1 AS idv1_25, t0.admin_role_id AS admin_role_id_26 FROM user t0 WHERE t0.id = ?
Parameters:
[
  20395
]
48 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.activity_area_more AS activity_area_more_4, t0.information AS information_5, t0.count_active_speaker AS count_active_speaker_6, t0.count_speaker AS count_speaker_7, t0.count_itdlc_scheduled AS count_itdlc_scheduled_8, t0.count_itdlc_archived AS count_itdlc_archived_9, t0.count_itdlc_students AS count_itdlc_students_10, t0.count_itdlc_aborted_by_speaker AS count_itdlc_aborted_by_speaker_11, t0.other_activity_area AS other_activity_area_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.comment AS comment_15, t0.idv1 AS idv1_16, t0.company_id AS company_id_17, t0.activity_area_id AS activity_area_id_18, t0.address_id AS address_id_19, t0.organisation AS organisation_20, t0.created_by AS created_by_21, t0.updated_by AS updated_by_22 FROM company_location t0 WHERE t0.id = ?
Parameters:
[
  1984
]
49 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.activity_area_more AS activity_area_more_4, t0.head_office_address AS head_office_address_5, t0.head_office_zipcode AS head_office_zipcode_6, t0.head_office_city AS head_office_city_7, t0.head_office_country AS head_office_country_8, t0.nb_employees AS nb_employees_9, t0.logo AS logo_10, t0.website_url AS website_url_11, t0.perimeter AS perimeter_12, t0.skills AS skills_13, t0.partner AS partner_14, t0.partner_itdlc AS partner_itdlc_15, t0.partner_pee AS partner_pee_16, t0.partner_foundation AS partner_foundation_17, t0.slug AS slug_18, t0.max_published_pee AS max_published_pee_19, t0.count_pee_subscription_came AS count_pee_subscription_came_20, t0.count_speaker AS count_speaker_21, t0.count_itdlc_archived AS count_itdlc_archived_22, t0.count_itdlc_aborted_by_speaker AS count_itdlc_aborted_by_speaker_23, t0.count_itdlc_archived_children AS count_itdlc_archived_children_24, t0.count_company_location AS count_company_location_25, t0.company_idv1 AS company_idv1_26, t0.other_activity_area AS other_activity_area_27, t0.created_at AS created_at_28, t0.updated_at AS updated_at_29, t0.idv1 AS idv1_30, t0.comment AS comment_31, t0.activity_area_id AS activity_area_id_32, t0.academy_id AS academy_id_33, t0.corporation_id AS corporation_id_34, t0.created_by AS created_by_35, t0.updated_by AS updated_by_36 FROM company t0 WHERE t0.id = ?
Parameters:
[
  1023
]
50 0.15 ms
SELECT t0.id AS id_1, t0.address AS address_2, t0.address_more AS address_more_3, t0.zipcode AS zipcode_4, t0.zipcode_cleaned AS zipcode_cleaned_5, t0.city AS city_6, t0.country AS country_7, ST_AsText(t0.position) AS position_8, t0.name AS name_9, t0.type AS type_10, t0.code_insee AS code_insee_11, t0.academy_id AS academy_id_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
  20550
]
51 0.17 ms
SELECT t0.id AS id_1, t0.label AS label_2 FROM speech_type t0 INNER JOIN speaker_speech_type ON t0.id = speaker_speech_type.speech_type_id WHERE speaker_speech_type.speaker_id = ?
Parameters:
[
  1949
]
52 0.16 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.enabled AS enabled_6, t0.salt AS salt_7, t0.password AS password_8, t0.last_login AS last_login_9, t0.confirmation_token AS confirmation_token_10, t0.password_requested_at AS password_requested_at_11, t0.firstname AS firstname_12, t0.lastname AS lastname_13, t0.mobile AS mobile_14, t0.sex AS sex_15, t0.roles AS roles_16, t0.picture AS picture_17, t0.slug AS slug_18, t0.anonymized AS anonymized_19, t0.optin AS optin_20, t0.recycle_status AS recycle_status_21, t0.recycle_start_at AS recycle_start_at_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.idv1 AS idv1_25, t0.admin_role_id AS admin_role_id_26 FROM user t0 WHERE t0.id = ?
Parameters:
[
  20384
]
53 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.activity_area_more AS activity_area_more_4, t0.information AS information_5, t0.count_active_speaker AS count_active_speaker_6, t0.count_speaker AS count_speaker_7, t0.count_itdlc_scheduled AS count_itdlc_scheduled_8, t0.count_itdlc_archived AS count_itdlc_archived_9, t0.count_itdlc_students AS count_itdlc_students_10, t0.count_itdlc_aborted_by_speaker AS count_itdlc_aborted_by_speaker_11, t0.other_activity_area AS other_activity_area_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.comment AS comment_15, t0.idv1 AS idv1_16, t0.company_id AS company_id_17, t0.activity_area_id AS activity_area_id_18, t0.address_id AS address_id_19, t0.organisation AS organisation_20, t0.created_by AS created_by_21, t0.updated_by AS updated_by_22 FROM company_location t0 WHERE t0.id = ?
Parameters:
[
  2003
]
54 0.18 ms
SELECT t0.id AS id_1, t0.address AS address_2, t0.address_more AS address_more_3, t0.zipcode AS zipcode_4, t0.zipcode_cleaned AS zipcode_cleaned_5, t0.city AS city_6, t0.country AS country_7, ST_AsText(t0.position) AS position_8, t0.name AS name_9, t0.type AS type_10, t0.code_insee AS code_insee_11, t0.academy_id AS academy_id_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
  20679
]
55 0.16 ms
SELECT t0.id AS id_1, t0.label AS label_2 FROM speech_type t0 INNER JOIN speaker_speech_type ON t0.id = speaker_speech_type.speech_type_id WHERE speaker_speech_type.speaker_id = ?
Parameters:
[
  1948
]
56 0.20 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.enabled AS enabled_6, t0.salt AS salt_7, t0.password AS password_8, t0.last_login AS last_login_9, t0.confirmation_token AS confirmation_token_10, t0.password_requested_at AS password_requested_at_11, t0.firstname AS firstname_12, t0.lastname AS lastname_13, t0.mobile AS mobile_14, t0.sex AS sex_15, t0.roles AS roles_16, t0.picture AS picture_17, t0.slug AS slug_18, t0.anonymized AS anonymized_19, t0.optin AS optin_20, t0.recycle_status AS recycle_status_21, t0.recycle_start_at AS recycle_start_at_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.idv1 AS idv1_25, t0.admin_role_id AS admin_role_id_26 FROM user t0 WHERE t0.id = ?
Parameters:
[
  20379
]
57 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.activity_area_more AS activity_area_more_4, t0.information AS information_5, t0.count_active_speaker AS count_active_speaker_6, t0.count_speaker AS count_speaker_7, t0.count_itdlc_scheduled AS count_itdlc_scheduled_8, t0.count_itdlc_archived AS count_itdlc_archived_9, t0.count_itdlc_students AS count_itdlc_students_10, t0.count_itdlc_aborted_by_speaker AS count_itdlc_aborted_by_speaker_11, t0.other_activity_area AS other_activity_area_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.comment AS comment_15, t0.idv1 AS idv1_16, t0.company_id AS company_id_17, t0.activity_area_id AS activity_area_id_18, t0.address_id AS address_id_19, t0.organisation AS organisation_20, t0.created_by AS created_by_21, t0.updated_by AS updated_by_22 FROM company_location t0 WHERE t0.id = ?
Parameters:
[
  126
]
58 0.16 ms
SELECT t0.id AS id_1, t0.address AS address_2, t0.address_more AS address_more_3, t0.zipcode AS zipcode_4, t0.zipcode_cleaned AS zipcode_cleaned_5, t0.city AS city_6, t0.country AS country_7, ST_AsText(t0.position) AS position_8, t0.name AS name_9, t0.type AS type_10, t0.code_insee AS code_insee_11, t0.academy_id AS academy_id_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
  140
]
59 0.15 ms
SELECT t0.id AS id_1, t0.label AS label_2 FROM speech_type t0 INNER JOIN speaker_speech_type ON t0.id = speaker_speech_type.speech_type_id WHERE speaker_speech_type.speaker_id = ?
Parameters:
[
  1946
]
60 0.16 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.email AS email_4, t0.email_canonical AS email_canonical_5, t0.enabled AS enabled_6, t0.salt AS salt_7, t0.password AS password_8, t0.last_login AS last_login_9, t0.confirmation_token AS confirmation_token_10, t0.password_requested_at AS password_requested_at_11, t0.firstname AS firstname_12, t0.lastname AS lastname_13, t0.mobile AS mobile_14, t0.sex AS sex_15, t0.roles AS roles_16, t0.picture AS picture_17, t0.slug AS slug_18, t0.anonymized AS anonymized_19, t0.optin AS optin_20, t0.recycle_status AS recycle_status_21, t0.recycle_start_at AS recycle_start_at_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.idv1 AS idv1_25, t0.admin_role_id AS admin_role_id_26 FROM user t0 WHERE t0.id = ?
Parameters:
[
  20370
]
61 0.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.activity_area_more AS activity_area_more_4, t0.information AS information_5, t0.count_active_speaker AS count_active_speaker_6, t0.count_speaker AS count_speaker_7, t0.count_itdlc_scheduled AS count_itdlc_scheduled_8, t0.count_itdlc_archived AS count_itdlc_archived_9, t0.count_itdlc_students AS count_itdlc_students_10, t0.count_itdlc_aborted_by_speaker AS count_itdlc_aborted_by_speaker_11, t0.other_activity_area AS other_activity_area_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.comment AS comment_15, t0.idv1 AS idv1_16, t0.company_id AS company_id_17, t0.activity_area_id AS activity_area_id_18, t0.address_id AS address_id_19, t0.organisation AS organisation_20, t0.created_by AS created_by_21, t0.updated_by AS updated_by_22 FROM company_location t0 WHERE t0.id = ?
Parameters:
[
  1224
]
62 0.14 ms
SELECT t0.id AS id_1, t0.address AS address_2, t0.address_more AS address_more_3, t0.zipcode AS zipcode_4, t0.zipcode_cleaned AS zipcode_cleaned_5, t0.city AS city_6, t0.country AS country_7, ST_AsText(t0.position) AS position_8, t0.name AS name_9, t0.type AS type_10, t0.code_insee AS code_insee_11, t0.academy_id AS academy_id_12 FROM address t0 WHERE t0.id = ?
Parameters:
[
  11106
]
63 0.14 ms
SELECT t0.id AS id_1, t0.label AS label_2 FROM speech_type t0 INNER JOIN speaker_speech_type ON t0.id = speaker_speech_type.speech_type_id WHERE speaker_speech_type.speaker_id = ?
Parameters:
[
  1945
]

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\Company 436
App\Entity\User 411
App\Entity\ActivityArea 46
App\Entity\Academy 26
App\Entity\Address 20
App\Entity\Speaker 10
App\Entity\CompanyLocation 10
App\Entity\EducationLevel 9
App\Entity\ClassLevel 9
App\Entity\SuperOrganisation 4
App\Entity\SpeechType 2

Entities Mapping

Class Mapping errors
App\Entity\Feedback No errors.
App\Entity\SpeechType No errors.
App\Entity\ActivityArea No errors.
App\Entity\Company No errors.
App\Entity\EducationLevel No errors.
App\Entity\ClassLevel
  • The field App\Entity\ClassLevel#teachers is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Teacher#classLevels does not contain the required 'inversedBy="teachers"' attribute.
App\Entity\Speaker No errors.
App\Entity\Pee No errors.
App\Entity\CompanyLocation No errors.
App\Entity\Manager No errors.
App\Entity\Academy No errors.
App\Entity\Corporation No errors.
App\Entity\User No errors.
App\Entity\Teacher No errors.
App\Entity\Stage No errors.
App\Entity\EventSession No errors.
App\Entity\Itdlc No errors.
App\Entity\Address No errors.
App\Entity\PeeSubscription No errors.
App\Entity\ProcessLog No errors.
App\Entity\BrandLabel No errors.
App\Entity\Image No errors.
App\Entity\Organisation No errors.
App\Entity\AdminRole No errors.
App\Entity\ManagerOrganisation No errors.
App\Entity\UserPreference No errors.
App\Entity\ResetPasswordRequest No errors.
App\Entity\UserLog No errors.
App\Entity\Discipline
  • The field App\Entity\Discipline#teachers is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Teacher#disciplines does not contain the required 'inversedBy="teachers"' attribute.
App\Entity\WeekItem
  • The field App\Entity\WeekItem#teachers is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Teacher#disciplines does not contain the required 'inversedBy="teachers"' attribute.
App\Entity\TeacherJob No errors.
App\Entity\TeacherSchool No errors.
App\Entity\EventSessionSubscription No errors.
App\Entity\StageSubscription No errors.
App\Entity\SuperOrganisation No errors.
App\Entity\ResourceFile No errors.
App\Entity\Info No errors.
App\Entity\Import No errors.
App\Entity\School No errors.
App\Entity\Zipcode No errors.
App\Entity\EventSpeaker No errors.
App\Entity\EventTheme No errors.
App\Entity\EventType No errors.
App\Entity\StagePeriod No errors.
App\Entity\SchoolType No errors.
App\Entity\Notification No errors.
App\Entity\EventSessionSpeaker No errors.
App\Entity\NotificationTemplate No errors.
App\Entity\OrganisationType No errors.
App\Entity\ItdlcOptionDate No errors.
App\Entity\SendinBlueNotificationTracking No errors.
App\Entity\ZipcodeGeolocation No errors.
Vich\UploaderBundle\Entity\File No errors.