Query Metrics
13
Database Queries
9
Different statements
11.17 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.49 ms |
SELECT t0.id AS id_3, t0.target AS target_4, t0.pages AS pages_5, t0.downloads AS downloads_6, t0.reading AS reading_7, t0.name AS name_8, t0.dir AS dir_9, t0.source AS source_10, t0.size AS size_11, t0.is_enabled AS is_enabled_12, t0.is_deleted AS is_deleted_13, t0.last_update AS last_update_14, t0.created_at AS created_at_15, t0.format_size AS format_size_16, t0.mimetype AS mimetype_17, t0.uuid AS uuid_18, t0.view_strategy AS view_strategy_19, t0.created_by_id AS created_by_id_20, t0.type, t1.thumbnail_dir AS thumbnail_dir_21, t1.has_thumbnail AS has_thumbnail_22 FROM File t0 LEFT JOIN picture t1 ON t0.id = t1.id LEFT JOIN certificate t2 ON t0.id = t2.id WHERE t0.id = ?
Parameters:
[
"57"
]
|
| 2 | 0.53 ms |
SELECT t0.id AS id_2, t0.email AS email_3, t0.password AS password_4, t0.f_name AS f_name_5, t0.l_name AS l_name_6, t0.created_at AS created_at_7, t0.last_login AS last_login_8, t0.token AS token_9, t0.sex AS sex_10, t0.is_enabled AS is_enabled_11, t0.profile_id AS profile_id_12, t0.type, t1.is_email_verified AS is_email_verified_13, t1.is_verified AS is_verified_14, t1.configreceive_new_job_alert AS configreceive_new_job_alert_15, t1.configreceive_communication_alert AS configreceive_communication_alert_16 FROM users t0 LEFT JOIN applicants t1 ON t0.id = t1.id WHERE t0.id = ?
Parameters:
[
28
]
|
| 3 | 1.49 ms |
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[] |
| 4 | 0.85 ms |
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[] |
| 5 | 0.36 ms |
SELECT DATABASE()
Parameters:
[] |
| 6 | 0.86 ms |
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'nsia-jobs' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
Parameters:
[] |
| 7 | 0.32 ms |
SELECT DATABASE()
Parameters:
[] |
| 8 | 0.97 ms |
SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!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_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'nsia-jobs' /*!50116 AND c.CONSTRAINT_SCHEMA = 'nsia-jobs' */ORDER BY k.ORDINAL_POSITION
Parameters:
[] |
| 9 | 0.33 ms |
SELECT DATABASE()
Parameters:
[] |
| 10 | 1.23 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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'nsia-jobs' ORDER BY SEQ_IN_INDEX ASC
Parameters:
[] |
| 11 | 0.96 ms |
SELECT 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 TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
Parameters:
[] |
| 12 | 0.36 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 13 | 0.43 ms |
SELECT DATABASE()
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 |
|---|---|
| EToNBundle\Entity\EventToNotificationStore | No errors. |
| App\Entity\File\OSFile | No errors. |
| App\Entity\File\Picture | No errors. |
| App\Entity\Certificate | No errors. |
| App\Entity\Users | No errors. |
| App\Entity\Embedded\ApplicantConfig | No errors. |
| App\Entity\Applicants | No errors. |
| App\Entity\Profiles | No errors. |
| App\Entity\JobsApplications | No errors. |
| App\Entity\Embedded\Contact | No errors. |
| App\Entity\Embedded\Address | No errors. |
| App\Entity\CurriculumVitae | No errors. |
| App\Entity\Roles | No errors. |
| App\Entity\Embedded\DateAndTime | No errors. |
| App\Entity\Jobs | No errors. |
| App\Entity\Item | No errors. |
| App\Entity\ActivitySector | No errors. |
| App\Entity\MaritalStatus | No errors. |
| App\Entity\Diplomas | No errors. |
| App\Entity\Experiences | No errors. |
| App\Entity\TrainingsAndCertifications | No errors. |
| App\Entity\Linguistics | No errors. |