Redirect 301 redirect from GET @app_faqs_index (94967b)

GET https://dev.ryukoch.com/es/faqs/

Query Metrics

11 Database Queries
7 Different statements
27.72 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
13.00 ms
(46.92%)
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:
[
  55
]
5.15 ms
(18.59%)
3
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:
[
  55
]
3.50 ms
(12.65%)
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"
  55
]
2.84 ms
(10.25%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.question AS question_5, t0.answer AS answer_6, t0.questioner AS questioner_7, t0.active AS active_8, t0.email AS email_9 FROM rk_questions t0 WHERE t0.active = ?
Parameters:
[
  1
]
1.68 ms
(6.06%)
1
SELECT AVG(r0_.rate) AS sclr_0 FROM rk_ratings r0_ WHERE r0_.rk_sites_id = ?
Parameters:
[
  55
]
1.03 ms
(3.71%)
1
SELECT COUNT(r0_.id) AS sclr_0 FROM rk_ratings r0_ WHERE r0_.rk_sites_id = ?
Parameters:
[
  55
]
0.51 ms
(1.83%)
1
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:
[
  55
]

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\RkRatings No errors.
App\Entity\RkQuestions No errors.
App\Entity\RkMedia No errors.
App\Entity\RkCategory No errors.
App\Entity\RkRecipeIngredients No errors.
App\Entity\RkRecipeTools 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.