Query Metrics

15 Database Queries
9 Different statements
7.28 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.81 ms
(24.91%)
2
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "core"
]
1.46 ms
(20.13%)
1
SELECT       c.COLUMN_NAME        AS field,
           IF(
        c.COLUMN_TYPE = 'longtext'
        AND EXISTS(
            SELECT * from information_schema.CHECK_CONSTRAINTS 
            WHERE CONSTRAINT_SCHEMA = 'core'
            AND TABLE_NAME = c.TABLE_NAME
            AND 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:
[
  "core"
  "core"
  "doctrine_migration_versions"
]
1.36 ms
(18.68%)
6
SELECT DATABASE()
Parameters:
[]
1.04 ms
(14.35%)
1
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 = 'core' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "core"
  "doctrine_migration_versions"
]
0.49 ms
(6.72%)
1
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:
[
  "core"
  "doctrine_migration_versions"
]
0.38 ms
(5.17%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.enabled AS enabled_5, t0.password_token AS password_token_6, t0.password_token_at AS password_token_at_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.phone_number AS phone_number_10, t0.description AS description_11, t0.role_description AS role_description_12, t0.avatar AS avatar_13, t0.avatar_path AS avatar_path_14, t0.gender AS gender_15, t0.birth_at AS birth_at_16, t0.is_verified AS is_verified_17, t0.signing_limit_date AS signing_limit_date_18, t0.last_connected_at AS last_connected_at_19, t0.created_from_import AS created_from_import_20, t0.address_street AS address_street_21, t0.address_post_code AS address_post_code_22, t0.address_city AS address_city_23, t0.address_country AS address_country_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26, t27.id AS id_28, t27.created_at AS created_at_29, t27.user_id AS user_id_30, t27.channel_id AS channel_id_31, t27.created_by_id AS created_by_id_32, t0.contact_id AS contact_id_33, t0.created_by_id AS created_by_id_34, t35.id AS id_36, t35.email AS email_37, t35.roles AS roles_38, t35.password AS password_39, t35.enabled AS enabled_40, t35.password_token AS password_token_41, t35.password_token_at AS password_token_at_42, t35.first_name AS first_name_43, t35.last_name AS last_name_44, t35.phone_number AS phone_number_45, t35.description AS description_46, t35.role_description AS role_description_47, t35.avatar AS avatar_48, t35.avatar_path AS avatar_path_49, t35.gender AS gender_50, t35.birth_at AS birth_at_51, t35.is_verified AS is_verified_52, t35.signing_limit_date AS signing_limit_date_53, t35.last_connected_at AS last_connected_at_54, t35.created_from_import AS created_from_import_55, t35.address_street AS address_street_56, t35.address_post_code AS address_post_code_57, t35.address_city AS address_city_58, t35.address_country AS address_country_59, t35.created_at AS created_at_60, t35.updated_at AS updated_at_61, t35.contact_id AS contact_id_62, t35.created_by_id AS created_by_id_63, t35.updated_by_id AS updated_by_id_64, t0.updated_by_id AS updated_by_id_65, t66.id AS id_67, t66.email AS email_68, t66.roles AS roles_69, t66.password AS password_70, t66.enabled AS enabled_71, t66.password_token AS password_token_72, t66.password_token_at AS password_token_at_73, t66.first_name AS first_name_74, t66.last_name AS last_name_75, t66.phone_number AS phone_number_76, t66.description AS description_77, t66.role_description AS role_description_78, t66.avatar AS avatar_79, t66.avatar_path AS avatar_path_80, t66.gender AS gender_81, t66.birth_at AS birth_at_82, t66.is_verified AS is_verified_83, t66.signing_limit_date AS signing_limit_date_84, t66.last_connected_at AS last_connected_at_85, t66.created_from_import AS created_from_import_86, t66.address_street AS address_street_87, t66.address_post_code AS address_post_code_88, t66.address_city AS address_city_89, t66.address_country AS address_country_90, t66.created_at AS created_at_91, t66.updated_at AS updated_at_92, t66.contact_id AS contact_id_93, t66.created_by_id AS created_by_id_94, t66.updated_by_id AS updated_by_id_95 FROM account_users t0 LEFT JOIN channel_user_from_channels t27 ON t27.user_id = t0.id LEFT JOIN account_users t35 ON t0.created_by_id = t35.id LEFT JOIN account_users t66 ON t0.updated_by_id = t66.id WHERE t0.id = ?
Parameters:
[
  "552640ba-756e-11e9-ab7b-0242ac170002"
]
0.31 ms
(4.23%)
1
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:
[
  "core"
  "doctrine_migration_versions"
]
0.28 ms
(3.81%)
1
SELECT a0_.id AS id_0, a0_.label AS label_1, a0_.queue_name AS queue_name_2, a0_.secret AS secret_3, a0_.url AS url_4 FROM app a0_ WHERE a0_.queue_name = ?
Parameters:
[
  "nim"
]
0.15 ms
(2.00%)
1
SELECT * FROM doctrine_migration_versions
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\App\App No errors.
App\Entity\Common\Address No errors.
App\Entity\Account\User No errors.
App\Entity\Channel\UserFromChannel No errors.
App\Entity\Channel\Channel No errors.
App\Entity\Common\Contact No errors.
App\Entity\ChannelUserData\ChannelUserData No errors.
App\Entity\Channel\Group No errors.
App\Entity\Channel\Service No errors.
App\Entity\Channel\DataImportLog No errors.
App\Entity\ChannelUserData\AdminChannelUserData No errors.
App\Entity\ChannelUserData\Cursus\AbstractCursus No errors.
App\Entity\ChannelUserData\Activity\AbstractActivity No errors.
App\Entity\Channel\Place No errors.
App\Entity\Channel\Organization No errors.
App\Entity\Channel\ChannelUserRole No errors.
App\Entity\Channel\ChannelWhiteLabel No errors.
App\Entity\Channel\Google\ChannelGoogleDriveFolder No errors.
App\Entity\Channel\ChannelConfiguration No errors.
App\Entity\Channel\PositioningTest\Attempt\Attempt No errors.
App\Entity\Channel\Session No errors.
App\Entity\Channel\CompanyChannelUserData No errors.
App\Entity\ChannelUserData\Cursus\Internship No errors.
App\Entity\ChannelUserData\AdminChannelUserData\AdminChannelUserDataOrganization No errors.
App\Entity\ChannelUserData\AdminChannelUserData\AdminChannelUserDataPlace No errors.
App\Entity\ChannelUserData\Activity\ActivityFeed No errors.
App\Entity\ChannelUserData\AdminChannelUserData\AdminChannelUserDataPrice No errors.
App\Entity\ChannelUserData\AdminChannelUserData\AdminChannelUserDataSkill No errors.
App\Entity\Common\File No errors.
App\Entity\ChannelUserData\AdminChannelUserData\AdminChannelUserDataCertificate No errors.
App\Entity\ChannelUserData\Cursus\SessionCursus No errors.
App\Entity\ChannelUserData\Cursus\TrainingCursus No errors.
App\Entity\Channel\Training No errors.
App\Entity\ChannelUserData\Cursus\AbstractCursusProgression No errors.
App\Entity\ChannelUserData\Cursus\Founder No errors.
App\Entity\ChannelUserData\Cursus\Exam No errors.
App\Entity\ChannelUserData\Cursus\ReportDetails No errors.
App\Entity\ChannelUserData\Activity\TrackDataActivity No errors.
App\Entity\ChannelUserData\Activity\MessageActivity No errors.
App\Entity\ChannelUserData\Activity\MeetingActivity No errors.
App\Entity\Common\LicenseEmbeddable No errors.
App\Entity\Commercial\LicensesOffer No errors.
App\Entity\Account\Notification No errors.
App\Entity\Account\SsoAppSession No errors.
App\Entity\ChannelUserData\Cursus\PurchaseOrder No errors.
App\Entity\ChannelUserData\Cursus\FileAbstractCursus No errors.
App\Entity\ChannelUserData\Cursus\Adviser No errors.
App\Entity\ChannelUserData\AdminChannelUserData\AdminDriveFile No errors.
App\Entity\PartnerApi\PartnerApiUser No errors.
FOS\OAuthServerBundle\Entity\AccessToken No errors.
App\Entity\OAuth\AccessToken No errors.
FOS\OAuthServerBundle\Entity\RefreshToken No errors.
App\Entity\OAuth\RefreshToken No errors.
FOS\OAuthServerBundle\Entity\Client No errors.
App\Entity\OAuth\Client No errors.
FOS\OAuthServerBundle\Entity\AuthCode No errors.
App\Entity\OAuth\AuthCode No errors.
App\Entity\Channel\ProfessionalId\ProfessionalId No errors.
App\Entity\Channel\ProfessionalId\FrenchProfessionalId No errors.
Nellapp\Bundle\SDKBundle\Permission\Entity\AbstractChannelUserResourcePermission No errors.
App\Entity\Channel\ChannelUserTrainingPermission No errors.
App\Entity\Channel\Room No errors.
App\Entity\Channel\PositioningTest\Question No errors.
App\Entity\Channel\PositioningTest\QuestionAnswer No errors.
App\Entity\Channel\PositioningTest\PositioningTest No errors.
App\Entity\Channel\PositioningTest\PositioningTestBlock No errors.
App\Entity\Channel\PositioningTest\Attempt\Answer No errors.
App\Entity\Channel\PositioningTest\Attempt\AttemptBlock No errors.
App\Entity\Channel\PositioningTest\FileQuestion No errors.
App\Entity\Channel\PositioningTest\Block No errors.
App\Entity\Channel\Certificate\AbstractCertificate No errors.
App\Entity\Channel\Certificate\CursusStartCertificate No errors.
App\Entity\Channel\FileOrganization No errors.
App\Entity\Channel\ChannelUserSessionPermission No errors.
App\Entity\Channel\ChannelUserCursusPermission No errors.
App\Entity\Channel\Company No errors.
App\Entity\Channel\Payment\LicensesOrder No errors.
App\Entity\Channel\CompanyContact No errors.
App\Entity\Channel\Export\FileExport No errors.
App\Entity\Channel\Material No errors.
App\Entity\Channel\ChannelUserServicePermission No errors.
Nellapp\Bundle\SDKBundle\Entity\AbstractCustomView No errors.
App\Entity\CustomizableView\CustomViewChannel No errors.
App\Entity\CustomizableView\CustomViewSuperAdmin No errors.
App\Entity\CustomizableView\CustomViewCommercial No errors.
Nellapp\Bundle\SDKBundle\Google\Entity\GoogleDriveItem\GoogleDriveItem No errors.
Nellapp\Bundle\SDKBundle\Google\Entity\GoogleDrivePermission\GoogleDrivePermission No errors.
Nellapp\Bundle\SDKBundle\Google\Entity\GoogleDriveFolder No errors.
Nellapp\Bundle\SDKBundle\Google\Entity\GoogleDriveFile No errors.
Nellapp\Bundle\SDKBundle\Google\Entity\GoogleExportedData\GoogleExportedData No errors.