GET http://oasiskarurio.com/fr/

Query Metrics

5 Database Queries
5 Different statements
2.07 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.83 ms
(39.92%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.on_top AS on_top_5, t0.image_url AS image_url_6, t0.price AS price_7 FROM apartment t0 WHERE t0.is_active = ?
Parameters:
[
  1
]
0.39 ms
(18.76%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.on_top AS on_top_5, t0.image_url AS image_url_6, t0.price AS price_7 FROM apartment t0 WHERE t0.is_active = ? ORDER BY t0.id DESC LIMIT 2
Parameters:
[
  1
]
0.37 ms
(17.74%)
1
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.content AS content_3, b0_.excerpt AS excerpt_4, b0_.featured_image AS featured_image_5, b0_.meta_title AS meta_title_6, b0_.meta_description AS meta_description_7, b0_.published AS published_8, b0_.created_at AS created_at_9, b0_.updated_at AS updated_at_10, b0_.published_at AS published_at_11, b0_.category_id AS category_id_12 FROM blog_articles b0_ WHERE b0_.published = 1 ORDER BY b0_.published_at DESC LIMIT 3
Parameters:
[]
0.27 ms
(12.86%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.on_top AS on_top_5, t0.image_url AS image_url_6, t0.price AS price_7 FROM apartment t0 WHERE t0.on_top = ? AND t0.is_active = ?
Parameters:
[
  1
  1
]
0.22 ms
(10.73%)
1
SELECT t0.id AS id_1, t0.description AS description_2, t0.active AS active_3 FROM news t0 WHERE t0.active = ? LIMIT 1
Parameters:
[
  1
]

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\Apartment
  • The association App\Entity\Apartment#reservations refers to the owning side field App\Entity\Reservation#appartments which does not exist.
App\Entity\Blog\Article No errors.
App\Entity\Blog\Category No errors.
App\Entity\News No errors.