GET http://127.0.0.1:1104/

Query Metrics

3 Database Queries
3 Different statements
97.66 ms Query time
0 Invalid entities
14 Managed entities

Queries

Group similar statements

# Time Info
1 32.45 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.price AS price_5, t0.category AS category_6, t0.images AS images_7, t0.is_active AS is_active_8, t0.created_at AS created_at_9 FROM product t0 WHERE t0.is_active = ? ORDER BY t0.created_at DESC LIMIT 6
Parameters:
[
  1
]
2 32.69 ms
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.slug AS slug_2, s0_.description AS description_3, s0_.base_price AS base_price_4, s0_.category AS category_5, s0_.images AS images_6, s0_.is_active AS is_active_7, s0_.created_at AS created_at_8 FROM service s0_ WHERE s0_.is_active = ? ORDER BY s0_.created_at DESC
Parameters:
[
  1
]
3 32.52 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.body AS body_4, t0.excerpt AS excerpt_5, t0.image AS image_6, t0.is_published AS is_published_7, t0.published_at AS published_at_8, t0.created_at AS created_at_9 FROM news t0 WHERE t0.is_published = ? ORDER BY t0.published_at DESC LIMIT 3
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Product 6
App\Entity\Service 5
App\Entity\News 3

Entities Mapping

Class Mapping errors
App\Entity\Product No errors.
App\Entity\Service No errors.
App\Entity\News No errors.