Query Metrics
1
Database Queries
1
Different statements
7.24 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 7.24 ms |
SELECT r0_.rsid AS rsid_0, r0_.locale AS locale_1, r0_.category AS category_2, r0_.title AS title_3, r0_.author AS author_4, r0_.ingredients AS ingredients_5, r0_.tags AS tags_6, r0_.impressions AS impressions_7, r1_.uuid AS uuid_8, r1_.slug AS slug_9, r1_.cuuid AS cuuid_10, r1_.category AS category_11, r1_.title AS title_12, r1_.description AS description_13, r1_.preparation AS preparation_14, r1_.ingredients AS ingredients_15, r1_.translation AS translation_16, r1_.source AS source_17, r1_.author AS author_18, r1_.cover AS cover_19, r1_.images AS images_20, r1_.impressions AS impressions_21, r1_.created_at AS created_at_22, r1_.updated_at AS updated_at_23, r1_.active AS active_24, r0_.recipe AS recipe_25 FROM recipe_search r0_ INNER JOIN recipe r1_ ON r0_.recipe = r1_.uuid WHERE r0_.locale = ? AND ((r0_.category LIKE ? OR r0_.title LIKE ? OR r0_.ingredients LIKE ? OR r0_.author LIKE ? OR r0_.ingredients LIKE ? OR r0_.tags LIKE ?)) ORDER BY r0_.impressions DESC LIMIT 24
Parameters:
[ "es" "%pommes%de%terre%" "%pommes%de%terre%" "%pommes%de%terre%" "%pommes%de%terre%" "%pommes%de%terre%" "%pommes%de%terre%" ] |
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\RecipeSearch | No errors. |
| App\Entity\Recipe | No errors. |