http://tienda.sharksgames.es/items/villagers?p=items%2Fvillagers

Query Metrics

4 Database Queries
4 Different statements
61.81 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 44.41 ms
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.species AS species_2, d0_.gender AS gender_3, d0_.personality AS personality_4, d0_.hobby AS hobby_5, d0_.birthday AS birthday_6, d0_.catchphrase AS catchphrase_7, d0_.style1 AS style1_8, d0_.style2 AS style2_9, d0_.color1 AS color1_10, d0_.color2 AS color2_11, d0_.filename AS filename_12, d0_.unique_entry_id AS unique_entry_id_13 FROM data_villagers d0_) dctrn_result) dctrn_table
Parameters:
[]
2 13.96 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.species AS species_3, t0.gender AS gender_4, t0.personality AS personality_5, t0.hobby AS hobby_6, t0.birthday AS birthday_7, t0.catchphrase AS catchphrase_8, t0.style1 AS style1_9, t0.style2 AS style2_10, t0.color1 AS color1_11, t0.color2 AS color2_12, t0.filename AS filename_13, t0.unique_entry_id AS unique_entry_id_14 FROM data_villagers t0 ORDER BY t0.name ASC
Parameters:
[]
3 1.42 ms
SELECT DISTINCT id_0 FROM (SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.species AS species_2, d0_.gender AS gender_3, d0_.personality AS personality_4, d0_.hobby AS hobby_5, d0_.birthday AS birthday_6, d0_.catchphrase AS catchphrase_7, d0_.style1 AS style1_8, d0_.style2 AS style2_9, d0_.color1 AS color1_10, d0_.color2 AS color2_11, d0_.filename AS filename_12, d0_.unique_entry_id AS unique_entry_id_13 FROM data_villagers d0_) dctrn_result LIMIT 15
Parameters:
[]
4 2.03 ms
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.species AS species_2, d0_.gender AS gender_3, d0_.personality AS personality_4, d0_.hobby AS hobby_5, d0_.birthday AS birthday_6, d0_.catchphrase AS catchphrase_7, d0_.style1 AS style1_8, d0_.style2 AS style2_9, d0_.color1 AS color1_10, d0_.color2 AS color2_11, d0_.filename AS filename_12, d0_.unique_entry_id AS unique_entry_id_13 FROM data_villagers d0_ WHERE d0_.id IN (?)
Parameters:
[
  [
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
  ]
]

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\DataArt No errors.
App\Entity\DataVillagers No errors.
App\Entity\Translate No errors.
App\Entity\AcnhItems No errors.
App\Entity\AuxItem No errors.
App\Entity\TodosItems No errors.
App\Entity\Type No errors.
App\Entity\Category No errors.
App\Entity\Set No errors.
App\Entity\Item
  • The association App\Entity\Item#category_id refers to the inverse side field App\Entity\Category#item which does not exist.
App\Entity\ItemVariant No errors.
App\Entity\Menu
  • The mappings App\Entity\Menu#pagina_id and App\Entity\Pagina#menu are inconsistent with each other.