Query Metrics
22
Database Queries
10
Different statements
7.84 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
1.59 ms (20.25%) |
2 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"speakyplanet-pp"
]
|
1.28 ms (16.27%) |
6 |
SELECT p0_.id AS id_0, p0_.locale AS locale_1, p0_.title AS title_2, p0_.mobile_title AS mobile_title_3, p0_.url AS url_4, p0_.meta_description AS meta_description_5, p0_.route AS route_6, p0_.parent_route AS parent_route_7, p0_.parent_label AS parent_label_8, p0_.content AS content_9, p0_.keywords AS keywords_10, p0_.created_at AS created_at_11, p0_.updated_at AS updated_at_12, p0_.thumbnail AS thumbnail_13, p0_.mobile_thumbnail AS mobile_thumbnail_14 FROM page p0_ WHERE p0_.route = ? LIMIT 1
Parameters:
[
"cgv-es"
]
|
0.90 ms (11.44%) |
1 |
SELECT g0_.id AS id_0, g0_.unique_id AS unique_id_1, g0_.learning_locale AS learning_locale_2, g0_.flash_game AS flash_game_3, g0_.app_game AS app_game_4, g0_.v3_wrapper AS v3_wrapper_5, g0_.html5 AS html5_6, g0_.challenge_banned AS challenge_banned_7, g0_.engine AS engine_8, g0_.client_display AS client_display_9, g0_.min_app_version AS min_app_version_10, g0_.available_small AS available_small_11, g0_.available_medium AS available_medium_12, g0_.title AS title_13, g0_.newsletter_subject AS newsletter_subject_14, g0_.learn_title AS learn_title_15, g0_.dico_title AS dico_title_16, g0_.canonical_title AS canonical_title_17, g0_.slug AS slug_18, g0_.url AS url_19, g0_.app_intro AS app_intro_20, g0_.intro AS intro_21, g0_.description AS description_22, g0_.tooltip AS tooltip_23, g0_.video_id AS video_id_24, g0_.published_at AS published_at_25, g0_.app_published_at AS app_published_at_26, g0_.published_at_de AS published_at_de_27, g0_.app_published_at_de AS app_published_at_de_28, g0_.published_at_es AS published_at_es_29, g0_.app_published_at_es AS app_published_at_es_30, g0_.published_at_it AS published_at_it_31, g0_.app_published_at_it AS app_published_at_it_32, g0_.free AS free_33, g0_.free_until AS free_until_34, g0_.infos AS infos_35, g0_.limited_message AS limited_message_36, g0_.serialized_help_ids AS serialized_help_ids_37, g0_.popularity AS popularity_38, g0_.month_popularity AS month_popularity_39, g0_.sheet_count AS sheet_count_40, g0_.word_count AS word_count_41, g0_.newsletterword_count AS newsletterword_count_42, g0_.mark AS mark_43, g0_.last_modif AS last_modif_44, g0_.serialized_app_help_ids AS serialized_app_help_ids_45, g0_.created_at AS created_at_46, g0_.updated_at AS updated_at_47, g0_.newsletter AS newsletter_48, g0_.thumbnail AS thumbnail_49, g0_.challenge_home_thumbnail AS challenge_home_thumbnail_50, g0_.challenge_popin_thumbnail AS challenge_popin_thumbnail_51, g0_.sheet AS sheet_52, g0_.grammar AS grammar_53, g0_.extra_sheet AS extra_sheet_54, g0_.sheet_title AS sheet_title_55, g0_.sheet_small_title AS sheet_small_title_56, g0_.sheet_thumbnail AS sheet_thumbnail_57, g0_.assets_file AS assets_file_58, g0_.swf AS swf_59, g0_.help_swf AS help_swf_60, g0_.app_help_swf AS app_help_swf_61, g0_.config_id AS config_id_62, g0_.main_category_id AS main_category_id_63, g0_.main_theme_id AS main_theme_id_64, g0_.main_class_id AS main_class_id_65, g0_.hero_id AS hero_id_66, g0_.speaky_id AS speaky_id_67, g0_.original_game_id AS original_game_id_68 FROM game g0_ LEFT JOIN game_config g1_ ON g0_.config_id = g1_.id WHERE g0_.published_at_de < CURRENT_TIMESTAMP ORDER BY g0_.title ASC
Parameters:
[] |
0.88 ms (11.20%) |
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 = 'speakyplanet-pp' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "speakyplanet-pp" "doctrine_migration_versions" ] |
0.79 ms (10.11%) |
1 |
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:
[ "speakyplanet-pp" "speakyplanet-pp" "doctrine_migration_versions" ] |
0.74 ms (9.38%) |
6 |
SELECT DATABASE()
Parameters:
[] |
0.56 ms (7.08%) |
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:
[ "speakyplanet-pp" "doctrine_migration_versions" ] |
0.54 ms (6.89%) |
2 |
SELECT c0_.id AS id_0, c0_.class_order AS class_order_1, c0_.name AS name_2, c0_.slug AS slug_3, c0_.type AS type_4, c0_.intro AS intro_5, c0_.description AS description_6, c0_.created_at AS created_at_7, c0_.updated_at AS updated_at_8, c0_.games_count AS games_count_9, c0_.popularity AS popularity_10, c0_.published_games_count AS published_games_count_11, c0_.app_published_games_count AS app_published_games_count_12, c0_.image_height AS image_height_13, c0_.thumbnail AS thumbnail_14, c0_.mobile_thumbnail AS mobile_thumbnail_15, c0_.weekly_trophy_thumbnail AS weekly_trophy_thumbnail_16 FROM category c0_ WHERE c0_.type = ? AND c0_.published_games_count > 0 ORDER BY c0_.popularity DESC LIMIT 16
Parameters:
[
"category"
]
|
0.43 ms (5.49%) |
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:
[ "speakyplanet-pp" "doctrine_migration_versions" ] |
0.15 ms (1.90%) |
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\Page | No errors. |
App\Entity\Category | No errors. |
App\Entity\Game | No errors. |
App\Entity\GameConfig | No errors. |
App\Entity\WeeklyHero | No errors. |
App\Entity\Speaky | No errors. |
App\Entity\GameComment | No errors. |
App\Entity\GamePlay | No errors. |
App\Entity\GameScreenshot | No errors. |
App\Entity\GameSound | No errors. |
App\Entity\GameVote | No errors. |
App\Entity\Trophie | No errors. |
App\Entity\UserGameConfig | No errors. |
App\Entity\GameFile | No errors. |
App\Entity\SpeakyPart | No errors. |