https://dev.whiplay.fr/profile/7/subscriptions

Query Metrics

16 Database Queries
12 Different statements
13.69 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
3.88 ms
(28.32%)
2
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[]
1.81 ms
(13.19%)
1
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 AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'whiplay' ORDER BY k.ORDINAL_POSITION
Parameters:
[]
1.35 ms
(9.85%)
1
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 = 'whiplay' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
Parameters:
[]
1.09 ms
(7.98%)
1
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:
[]
1.04 ms
(7.58%)
1
SELECT t0.first_name AS first_name_1, t0.last_name AS last_name_2, t0.birthday AS birthday_3, t0.influential_artists AS influential_artists_4, t0.id AS id_5, t0.username AS username_6, t0.email AS email_7, t0.enabled AS enabled_8, t0.available_to_collaborate AS available_to_collaborate_9, t0.salt AS salt_10, t0.password AS password_11, t0.last_login AS last_login_12, t0.roles AS roles_13, t0.common_information_id AS common_information_id_14 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  "7"
]
0.93 ms
(6.76%)
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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'whiplay' ORDER BY SEQ_IN_INDEX ASC
Parameters:
[]
0.86 ms
(6.28%)
1
SELECT t0.id AS id_1, t0.inscription_date AS inscription_date_2, t0.story AS story_3, t0.experience AS experience_4, t0.country AS country_5, t0.views_number AS views_number_6, t0.profile_picture_id AS profile_picture_id_7, t0.cover_picture_id AS cover_picture_id_8 FROM common_information t0 WHERE t0.id = ?
Parameters:
[
  27
]
0.69 ms
(5.06%)
1
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.description AS description_3, t0.status AS status_4, t0.action AS action_5, t0.user_id AS user_id_6, t0.band_people_id AS band_people_id_7, t0.user_people_id AS user_people_id_8, t0.discr FROM action t0 WHERE t0.user_people_id = ? AND t0.discr IN ('people_action')
Parameters:
[
  7
]
0.67 ms
(4.93%)
1
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.description AS description_3, t0.status AS status_4, t0.action AS action_5, t0.user_id AS user_id_6, t0.discr, t0.file_id AS file_id_7, t0.band_people_id AS band_people_id_8, t0.user_people_id AS user_people_id_9, t0.base_action_id AS base_action_id_10, t0.name AS name_11, t0.place AS place_12, t0.date AS date_13, t0.type AS type_14, t0.price AS price_15, t0.latitude AS latitude_16, t0.longitude AS longitude_17, t0.band_id AS band_id_18, t0.event_id AS event_id_19, t0.sender_id AS sender_id_20 FROM action t0 WHERE t0.user_id = ? AND t0.discr IN ('file_action', 'people_action', 'share', 'event_action', 'event_participation')
Parameters:
[
  7
]
0.59 ms
(4.29%)
4
SELECT DATABASE()
Parameters:
[]
0.54 ms
(3.94%)
1
SELECT t0.id AS id_1, t0.extension AS extension_2, t0.sub_path AS sub_path_3, t0.alt AS alt_4 FROM picture t0 WHERE t0.id = ?
Parameters:
[
  178
]
0.25 ms
(1.82%)
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\User No errors.
App\Entity\CommonInformation No errors.
App\Entity\Instrument No errors.
App\Entity\BandMember No errors.
App\Entity\Band No errors.
App\Entity\Action No errors.
App\Entity\PeopleAction No errors.
App\Entity\Folder No errors.
App\Entity\NewMemberSearch No errors.
App\Entity\Order No errors.
App\Entity\Playback No errors.
App\Entity\Visit No errors.
App\Entity\FileReport No errors.
App\Entity\Picture No errors.
App\Entity\MusicStyle No errors.
App\Entity\Share No errors.
App\Entity\FileAction No errors.
App\Entity\File No errors.
App\Entity\EventAction No errors.
App\Entity\EventParticipation No errors.
App\Entity\FileBandMember No errors.
App\Entity\Invitation No errors.
App\Entity\Thread No errors.
App\Entity\Project No errors.
App\Entity\PremiumSubscription No errors.
App\Entity\Playable No errors.