Query Metrics
14
Database Queries
8
Different statements
224.24 ms
Query time
2
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 14.01 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.age AS age_5, t0.country AS country_6, t0.instagram AS instagram_7, t0.onlyfans AS onlyfans_8, t0.mym AS mym_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.actif AS actif_12, t0.chaturbate AS chaturbate_13, t0.stripchat AS stripchat_14, t0.fansly AS fansly_15, t0.patreon AS patreon_16, t0.swame AS swame_17, t0.main_photo_id AS main_photo_id_18 FROM influencer t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"y6uandm3"
]
|
| 2 | 13.58 ms |
SELECT DATABASE()
Parameters:
[] |
| 3 | 15.99 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"defaultdb"
]
|
| 4 | 13.81 ms |
SELECT DATABASE()
Parameters:
[] |
| 5 | 15.47 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"defaultdb"
]
|
| 6 | 19.25 ms |
SELECT DATABASE()
Parameters:
[] |
| 7 | 16.73 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:
[ "defaultdb" "doctrine_migration_versions" ] |
| 8 | 13.62 ms |
SELECT DATABASE()
Parameters:
[] |
| 9 | 16.29 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 = 'defaultdb' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "defaultdb" "doctrine_migration_versions" ] |
| 10 | 26.19 ms |
SELECT c.COLUMN_NAME AS field, 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:
[ "defaultdb" "defaultdb" "doctrine_migration_versions" ] |
| 11 | 16.10 ms |
SELECT DATABASE()
Parameters:
[] |
| 12 | 15.82 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:
[ "defaultdb" "doctrine_migration_versions" ] |
| 13 | 13.77 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 14 | 13.59 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 |
|---|---|
| App\Entity\Influencer |
|
| App\Entity\Photo | No errors. |
| App\Entity\InfluencerFollower | No errors. |
| App\Entity\Comment |
|
| App\Entity\Video | No errors. |
| App\Entity\User | No errors. |
| App\Entity\PhotoLike | No errors. |