Query Metrics

5 Database Queries
5 Different statements
57.02 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
11.84 ms
(20.76%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.keywords AS keywords_4, t0.content AS content_5, t0.featured_image AS featured_image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.uploaded_at AS uploaded_at_9, t0.is_highlighted AS is_highlighted_10, t0.is_active AS is_active_11, t0.popular AS popular_12, t0.users_id AS users_id_13, t0.categories_id AS categories_id_14 FROM posts t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "excellence-meridien-ile-maurice"
]
11.52 ms
(20.21%)
1
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.keywords AS keywords_3, p0_.content AS content_4, p0_.featured_image AS featured_image_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.uploaded_at AS uploaded_at_8, p0_.is_highlighted AS is_highlighted_9, p0_.is_active AS is_active_10, p0_.popular AS popular_11, p0_.users_id AS users_id_12, p0_.categories_id AS categories_id_13 FROM posts p0_ WHERE p0_.popular = 1 AND p0_.is_active = 1 ORDER BY p0_.id DESC LIMIT 3
Parameters:
[]
11.39 ms
(19.99%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM categories t0 WHERE t0.id = ?
Parameters:
[
  1
]
11.33 ms
(19.86%)
1
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.description AS description_2, s0_.btn_label AS btn_label_3, s0_.btn_link AS btn_link_4, s0_.bg_image AS bg_image_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7, s0_.active AS active_8, s0_.hook AS hook_9 FROM slides s0_ WHERE s0_.active = 1 AND s0_.hook IS NULL ORDER BY s0_.id ASC LIMIT 10
Parameters:
[]
10.93 ms
(19.18%)
1
SELECT p0_.keywords AS keywords_0 FROM posts p0_ WHERE p0_.is_active = 1 ORDER BY p0_.id DESC LIMIT 100
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.

Entities Mapping

Class Mapping errors
App\Entity\Posts No errors.
App\Entity\Users No errors.
App\Entity\Categories No errors.
App\Entity\Slides No errors.
App\Entity\Insurances No errors.
App\Entity\Offers No errors.
App\Entity\RoomCapacities No errors.
App\Entity\ExtraCharges No errors.
App\Entity\Orders No errors.
App\Entity\Transfers No errors.
App\Entity\Images No errors.
App\Entity\StopSales No errors.
App\Entity\Galleries No errors.
App\Entity\RoomPrices No errors.
App\Entity\Hotels No errors.
App\Entity\Rooms No errors.
App\Entity\Faq No errors.
Vich\UploaderBundle\Entity\File No errors.