Redirect 301 redirect from GET @app_blogs_index (1b6699)

GET https://dev.ryukoch.com/en/blogs/

Query Metrics

161 Database Queries
7 Different statements
88.11 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
67.18 ms
(76.25%)
78
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.title AS title_5, t0.title_2 AS title_2_6, t0.description AS description_7, t0.description_cms AS description_cms_8, t0.video AS video_9, t0.locale AS locale_10, t0.translatable_id AS translatable_id_11 FROM rk_sites_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  12
]
17.46 ms
(19.82%)
76
SELECT t0.id AS id_1, t0.file AS file_2, t0.type AS type_3, t0.created_at AS created_at_4 FROM rk_media t0 WHERE t0.id = ?
Parameters:
[
  12
]
1.18 ms
(1.34%)
1
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.email AS email_2, r0_.date AS date_3, r0_.content AS content_4, r0_.rate AS rate_5, r0_.verification AS verification_6, r0_.rk_sites_id AS rk_sites_id_7 FROM rk_ratings r0_ WHERE r0_.name <> ? AND r0_.rk_sites_id = ?
Parameters:
[
  "only rate"
  12
]
0.90 ms
(1.02%)
3
SELECT t0.id AS id_1, t0.last_modification AS last_modification_2, t0.date_published AS date_published_3, t0.comment AS comment_4, t0.content_top AS content_top_5, t0.active AS active_6, t0.type AS type_7, t0.keywords AS keywords_8, t0.original_characters AS original_characters_9, t0.ai_translation AS ai_translation_10, t0.media_id AS media_id_11, t0.audio_id AS audio_id_12 FROM rk_sites t0 WHERE t0.id = ?
Parameters:
[
  12
]
0.86 ms
(0.98%)
1
SELECT t0.id AS id_1, t0.last_modification AS last_modification_2, t0.date_published AS date_published_3, t0.comment AS comment_4, t0.content_top AS content_top_5, t0.active AS active_6, t0.type AS type_7, t0.keywords AS keywords_8, t0.original_characters AS original_characters_9, t0.ai_translation AS ai_translation_10, t0.media_id AS media_id_11, t0.audio_id AS audio_id_12 FROM rk_sites t0 WHERE t0.type = ? AND t0.active = ? ORDER BY t0.last_modification DESC
Parameters:
[
  "blogs"
  1
]
0.27 ms
(0.31%)
1
SELECT COUNT(r0_.id) AS sclr_0 FROM rk_ratings r0_ WHERE r0_.rk_sites_id = ?
Parameters:
[
  12
]
0.25 ms
(0.28%)
1
SELECT AVG(r0_.rate) AS sclr_0 FROM rk_ratings r0_ WHERE r0_.rk_sites_id = ?
Parameters:
[
  12
]

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\RkSites
  • The association App\Entity\RkSites#rkCookeds refers to the owning side field App\Entity\RkCooked#rk_site which does not exist.
App\Entity\RkMedia No errors.
App\Entity\RkCategory No errors.
App\Entity\RkRecipeIngredients No errors.
App\Entity\RkRecipeTools No errors.
App\Entity\RkRatings No errors.
App\Entity\RkCooked
  • The mappings App\Entity\RkCooked#rk_sites and App\Entity\RkSites#rkCookeds are inconsistent with each other.
App\Entity\RkCmf
  • The association App\Entity\RkCmf#user refers to the inverse side field App\Entity\User#rkCmfs which does not exist.
App\Entity\RkSitesTranslation No errors.