GET https://break-dev.com/

Query Metrics

1 Database Queries
1 Different statements
1.20 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 1.20 ms
SELECT l0_.id AS id_0, l0_.title AS title_1, l0_.latitude AS latitude_2, l0_.longitude AS longitude_3, l0_.city AS city_4, l0_.accommodation_category AS accommodation_category_5, l0_.night_price AS night_price_6, l0_.max_guests AS max_guests_7, l1_.path AS path_8 FROM listing l0_ LEFT JOIN listing_photo l1_ ON l0_.id = l1_.listing_id WHERE l0_.max_guests >= ? AND l0_.nb_bedrooms >= ?
Parameters:
[
  0
  0
]

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\Listing
  • The field App\Entity\Listing#photos is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ListingPhoto#listing does not contain the required 'inversedBy="photos"' attribute.
App\Entity\ListingPhoto No errors.