GET http://mom.home.domroese.eu/search

Query Metrics

21 Database Queries
4 Different statements
10.51 ms Query time
1 Invalid entities
153 Managed entities

Grouped Statements

Show all queries

Time Count Info
8.36 ms
(79.52%)
18
SELECT t0.id AS id_1, t0.path AS path_2, t0.position AS position_3, t0.product_id AS product_id_4 FROM product_image t0 WHERE t0.product_id = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
  5
]
0.90 ms
(8.59%)
1
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.description AS description_2, p0_.price_amount AS price_amount_3, p0_.price_unit AS price_unit_4, p0_.deposit_amount AS deposit_amount_5, p0_.manual_included AS manual_included_6, p0_.consumables_policy AS consumables_policy_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9, p0_.deleted_at AS deleted_at_10, p0_.view_count AS view_count_11, c1_.id AS id_12, c1_.name AS name_13, c1_.slug AS slug_14, c1_.description AS description_15, c1_.deleted_at AS deleted_at_16, c2_.id AS id_17, c2_.name AS name_18, c2_.slug AS slug_19, c2_.latitude AS latitude_20, c2_.longitude AS longitude_21, c2_.deleted_at AS deleted_at_22, p0_.owner_id AS owner_id_23, p0_.city_id AS city_id_24, c1_.parent_id AS parent_id_25 FROM product p0_ LEFT JOIN product_category p3_ ON p0_.id = p3_.product_id LEFT JOIN category c1_ ON c1_.id = p3_.category_id LEFT JOIN city c2_ ON p0_.city_id = c2_.id WHERE p0_.deleted_at IS NULL ORDER BY p0_.updated_at DESC LIMIT 50
Parameters:
[]
0.69 ms
(6.54%)
1
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.description AS description_3, c0_.deleted_at AS deleted_at_4, c0_.parent_id AS parent_id_5 FROM category c0_ WHERE c0_.deleted_at IS NULL ORDER BY c0_.name ASC
Parameters:
[]
0.56 ms
(5.35%)
1
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.latitude AS latitude_3, c0_.longitude AS longitude_4, c0_.deleted_at AS deleted_at_5 FROM city c0_ WHERE c0_.deleted_at IS NULL ORDER BY c0_.name ASC
Parameters:
[]

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
App\Entity\City 68
App\Entity\Category 54
App\Entity\Product 18
App\Entity\ProductImage 12
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\Category No errors.
App\Entity\City No errors.
App\Entity\Product
  • The field App\Entity\Product#booked is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ProductBooked#product does not contain the required 'inversedBy: "booked"' attribute.
App\Entity\User No errors.
App\Entity\ProductImage No errors.
App\Entity\ProductRating No errors.
App\Entity\Rental No errors.
App\Entity\ProductBooked No errors.