Query Metrics

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

Queries

Group similar statements

# Time Info
1 11.49 ms
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"
]
2 11.17 ms
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:
[]
3 10.88 ms
SELECT p0_.keywords AS keywords_0 FROM posts p0_ WHERE p0_.is_active = 1 ORDER BY p0_.id DESC LIMIT 100
Parameters:
[]
4 11.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM categories t0 WHERE t0.id = ?
Parameters:
[
  1
]
5 11.38 ms
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:
[]

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.