GET http://mom.domr.ovh/

Query Metrics

11 Database Queries
4 Different statements
8.16 ms Query time
1 Invalid entities
27 Managed entities

Grouped Statements

Show all queries

Time Count Info
5.65 ms
(69.21%)
8
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:
[
  18
]
0.93 ms
(11.37%)
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, p0_.owner_id AS owner_id_12, p0_.city_id AS city_id_13 FROM product p0_ WHERE p0_.deleted_at IS NULL ORDER BY p0_.view_count DESC, p0_.created_at DESC LIMIT 8
Parameters:
[]
0.92 ms
(11.25%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.price_amount AS price_amount_4, t0.price_unit AS price_unit_5, t0.deposit_amount AS deposit_amount_6, t0.manual_included AS manual_included_7, t0.consumables_policy AS consumables_policy_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deleted_at AS deleted_at_11, t0.view_count AS view_count_12, t0.owner_id AS owner_id_13, t0.city_id AS city_id_14 FROM product t0 ORDER BY t0.created_at DESC LIMIT 8
Parameters:
[]
0.67 ms
(8.16%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.latitude AS latitude_4, t0.longitude AS longitude_5, t0.deleted_at AS deleted_at_6 FROM city t0 WHERE t0.id = ?
Parameters:
[
  50
]

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\Product 13
App\Entity\ProductImage 12
App\Entity\User 1
App\Entity\City 1

Entities Mapping

Class Mapping 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\City No errors.
App\Entity\Category No errors.
App\Entity\ProductImage No errors.
App\Entity\ProductRating No errors.
App\Entity\Rental No errors.
App\Entity\ProductBooked No errors.