Query Metrics
2
Database Queries
2
Different statements
1.04 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.34 ms |
SELECT t0.id AS id_1, t0.class_order AS class_order_2, t0.name AS name_3, t0.slug AS slug_4, t0.type AS type_5, t0.intro AS intro_6, t0.description AS description_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.games_count AS games_count_10, t0.popularity AS popularity_11, t0.published_games_count AS published_games_count_12, t0.app_published_games_count AS app_published_games_count_13, t0.image_height AS image_height_14, t0.thumbnail AS thumbnail_15, t0.mobile_thumbnail AS mobile_thumbnail_16, t0.weekly_trophy_thumbnail AS weekly_trophy_thumbnail_17 FROM category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"exploration-et-decouverte"
]
|
2 | 0.70 ms |
SELECT g0_.id AS id_0, g0_.unique_id AS unique_id_1, g0_.learning_locale AS learning_locale_2, g0_.title AS title_3, g0_.canonical_title AS canonical_title_4, g0_.slug AS slug_5, g0_.url AS url_6, g0_.tooltip AS tooltip_7, g0_.free AS free_8, g0_.free_until AS free_until_9, g0_.word_count AS word_count_10, g0_.mark AS mark_11, g0_.thumbnail AS thumbnail_12, g1_.id AS id_13, g2_.id AS id_14, g2_.position AS position_15, g2_.screenshot AS screenshot_16, g0_.config_id AS config_id_17, g0_.main_category_id AS main_category_id_18, g0_.main_theme_id AS main_theme_id_19, g0_.main_class_id AS main_class_id_20, g0_.hero_id AS hero_id_21, g0_.speaky_id AS speaky_id_22, g0_.original_game_id AS original_game_id_23, g2_.game_id AS game_id_24 FROM game g0_ LEFT JOIN game_config g1_ ON g0_.config_id = g1_.id LEFT JOIN game_screenshot g2_ ON g0_.id = g2_.game_id LEFT JOIN games_categories g4_ ON g0_.id = g4_.game_id LEFT JOIN category c3_ ON c3_.id = g4_.category_id LEFT JOIN games_themes g6_ ON g0_.id = g6_.game_id LEFT JOIN category c5_ ON c5_.id = g6_.category_id LEFT JOIN games_classes g8_ ON g0_.id = g8_.game_id LEFT JOIN category c7_ ON c7_.id = g8_.category_id WHERE g0_.published_at_de < CURRENT_TIMESTAMP AND g0_.learning_locale = ? AND (c3_.id = ? OR c5_.id = ? OR c7_.id = ?) GROUP BY g0_.id
Parameters:
[ "en" 45 45 45 ] |
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\Category | No errors. |
App\Entity\Game | No errors. |
App\Entity\GameConfig | No errors. |
App\Entity\GameScreenshot | No errors. |
App\Entity\WeeklyHero | No errors. |
App\Entity\Speaky | No errors. |