GET https://sandbox.cgenial-connect.fr/evenement/session/72

Query Metrics

21 Database Queries
15 Different statements
10.04 ms Query time
3 Invalid entities
14 Managed entities

Queries

Group similar statements

# Time Info
1 0.71 ms
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.occure_at AS occure_at_2, e0_.start_at AS start_at_3, e0_.finish_at AS finish_at_4, e0_.connection_url AS connection_url_5, e0_.description AS description_6, e0_.description_search AS description_search_7, e0_.image AS image_8, e0_.hidden AS hidden_9, e0_.subscribers_max AS subscribers_max_10, e0_.subscribers_count AS subscribers_count_11, e0_.subscribers_present AS subscribers_present_12, e0_.participation_rate AS participation_rate_13, e0_.review_teacher_status AS review_teacher_status_14, e0_.review_event_speaker_status AS review_event_speaker_status_15, e0_.created_at AS created_at_16, e0_.updated_at AS updated_at_17, e0_.status AS status_18, e0_.comment AS comment_19, e0_.event_type_id AS event_type_id_20 FROM event_session e0_ WHERE e0_.id = ? AND e0_.status IN (?, ?)
Parameters:
[
  72
  "published"
  "archived"
]
2 0.19 ms
SELECT DATABASE()
Parameters:
[]
3 1.00 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "cgenial_sandbox"
]
4 0.11 ms
SELECT DATABASE()
Parameters:
[]
5 0.80 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "cgenial_sandbox"
]
6 0.11 ms
SELECT DATABASE()
Parameters:
[]
7 1.54 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"
]
8 0.11 ms
SELECT DATABASE()
Parameters:
[]
9 1.08 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"
]
10 1.74 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"
]
11 0.11 ms
SELECT DATABASE()
Parameters:
[]
12 0.22 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"
]
13 0.11 ms
SELECT * FROM migration_versions
Parameters:
[]
14 0.21 ms
SELECT DATABASE()
Parameters:
[]
15 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.occure_at AS occure_at_3, t0.finish_at AS finish_at_4 FROM event_type t0 WHERE t0.id = ?
Parameters:
[
  3
]
16 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM event_theme t0 INNER JOIN event_session_event_theme ON t0.id = event_session_event_theme.event_theme_id WHERE event_session_event_theme.event_session_id = ?
Parameters:
[
  72
]
17 0.36 ms
SELECT COUNT(*) FROM event_session_speaker t0 WHERE t0.event_session_id = ?
Parameters:
[
  72
]
18 0.22 ms
SELECT t0.id AS id_1, t0.reason_refusal AS reason_refusal_2, t0.withdraw AS withdraw_3, t0.event_session_id AS event_session_id_4, t0.event_speaker_id AS event_speaker_id_5 FROM event_session_speaker t0 WHERE t0.event_session_id = ?
Parameters:
[
  72
]
19 0.20 ms
SELECT t0.id AS id_1, t0.sex AS sex_2, t0.firstname AS firstname_3, t0.lastname AS lastname_4, t0.title AS title_5, t0.image AS image_6, t0.teacher_id AS teacher_id_7, t0.speaker_id AS speaker_id_8 FROM event_speaker t0 WHERE t0.id = ?
Parameters:
[
  82
]
20 0.30 ms
SELECT t0.id AS id_1, t0.job AS job_2, t0.about_you AS about_you_3, t0.about_your_job AS about_your_job_4, t0.about_your_formation AS about_your_formation_5, t0.about_your_offer AS about_your_offer_6, t0.my_address_enabled AS my_address_enabled_7, t0.itdlc_number AS itdlc_number_8, t0.itdlc_distance_max AS itdlc_distance_max_9, t0.available AS available_10, t0.available_at AS available_at_11, t0.context_available AS context_available_12, t0.nb_itdlc_archived AS nb_itdlc_archived_13, t0.nb_itdlc_refused_by_speaker_current_year AS nb_itdlc_refused_by_speaker_current_year_14, t0.nb_itdlc_aborted_by_speaker_current_year AS nb_itdlc_aborted_by_speaker_current_year_15, t0.nb_successive_non_response AS nb_successive_non_response_16, t0.last_registration_step AS last_registration_step_17, t0.available_date_updated AS available_date_updated_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.status AS status_21, t0.comment AS comment_22, t0.idv1 AS idv1_23, t0.user_id AS user_id_24, t0.education_level_id AS education_level_id_25, t0.my_address_id AS my_address_id_26, t0.current_address_id AS current_address_id_27, t0.company_location_id AS company_location_id_28 FROM speaker t0 WHERE t0.id = ?
Parameters:
[
  1382
]
21 0.26 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:
[
  13650
]

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\EventTheme 5
App\Entity\EventSession 1
App\Entity\EventType 1
App\Entity\EventSessionSpeaker 1
App\Entity\EventSpeaker 1
App\Entity\Speaker 1
App\Entity\User 1
App\Entity\EducationLevel 1
App\Entity\Address 1
App\Entity\CompanyLocation 1

Entities Mapping

Class Mapping errors
App\Entity\EventSession No errors.
App\Entity\EventType No errors.
App\Entity\EventTheme No errors.
App\Entity\EventSessionSubscription No errors.
App\Entity\EventSessionSpeaker No errors.
App\Entity\Feedback No errors.
App\Entity\Teacher 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\TeacherSchool No errors.
App\Entity\EventSpeaker No errors.
App\Entity\Stage No errors.
App\Entity\Itdlc No errors.
App\Entity\Pee No errors.
App\Entity\User No errors.
App\Entity\CompanyLocation No errors.
App\Entity\Company No errors.
App\Entity\Academy No errors.
App\Entity\Info No errors.
App\Entity\PeeSubscription No errors.
App\Entity\Speaker 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\Import No errors.
App\Entity\School No errors.
App\Entity\BrandLabel No errors.
App\Entity\Zipcode No errors.
App\Entity\AdminRole No errors.
App\Entity\TeacherJob No errors.
App\Entity\Manager No errors.
App\Entity\StagePeriod No errors.
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\SchoolType No errors.
App\Entity\ResetPasswordRequest No errors.
App\Entity\Image No errors.
App\Entity\ResourceFile No errors.
App\Entity\Notification No errors.
App\Entity\ActivityArea No errors.
App\Entity\NotificationTemplate No errors.
App\Entity\Corporation No errors.
App\Entity\SuperOrganisation No errors.
App\Entity\StageSubscription No errors.
App\Entity\Organisation No errors.
App\Entity\ManagerOrganisation No errors.
App\Entity\SpeechType No errors.
App\Entity\UserLog No errors.
App\Entity\OrganisationType No errors.
App\Entity\ItdlcOptionDate No errors.
App\Entity\ProcessLog No errors.
App\Entity\Address No errors.
App\Entity\UserPreference No errors.
App\Entity\SendinBlueNotificationTracking No errors.
App\Entity\EducationLevel No errors.
App\Entity\ZipcodeGeolocation No errors.
Vich\UploaderBundle\Entity\File No errors.