Query Metrics

9 Database Queries
5 Different statements
8.32 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.24 ms
SELECT DISTINCT p0_.id AS id_0, p0_.client_id AS sclr_1, p0_.is_displayed AS is_displayed_2, p0_.display_order AS display_order_3 FROM project p0_ LEFT JOIN client c1_ ON p0_.client_id = c1_.id ORDER BY p0_.client_id DESC, p0_.is_displayed DESC, p0_.display_order ASC LIMIT 20 OFFSET 20
Parameters:
[]
2 1.12 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.content AS content_2, p0_.slug AS slug_3, p0_.display_order AS display_order_4, p0_.is_displayed AS is_displayed_5, p0_.image AS image_6, p0_.featured_image AS featured_image_7, p0_.grid_image AS grid_image_8, p0_.updated_at AS updated_at_9, p0_.is_featured AS is_featured_10, p0_.client_id AS client_id_11 FROM project p0_ LEFT JOIN client c1_ ON p0_.client_id = c1_.id WHERE p0_.id IN (?, ?, ?) ORDER BY p0_.client_id DESC, p0_.is_displayed DESC, p0_.display_order ASC
Parameters:
[
  19
  2
  1
]
3 0.94 ms
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM project p0_ LEFT JOIN client c1_ ON p0_.client_id = c1_.id
Parameters:
[]
4 0.90 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM client t0 WHERE t0.id = ?
Parameters:
[
  4
]
5 0.84 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.slug AS slug_4, t0.is_menu AS is_menu_5 FROM category t0 INNER JOIN project_category ON t0.id = project_category.category_id WHERE project_category.project_id = ?
Parameters:
[
  19
]
6 0.81 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM client t0 WHERE t0.id = ?
Parameters:
[
  3
]
7 0.86 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.slug AS slug_4, t0.is_menu AS is_menu_5 FROM category t0 INNER JOIN project_category ON t0.id = project_category.category_id WHERE project_category.project_id = ?
Parameters:
[
  2
]
8 0.76 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM client t0 WHERE t0.id = ?
Parameters:
[
  1
]
9 0.84 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.slug AS slug_4, t0.is_menu AS is_menu_5 FROM category t0 INNER JOIN project_category ON t0.id = project_category.category_id WHERE project_category.project_id = ?
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\Project No errors.
App\Entity\Client No errors.
App\Entity\Category No errors.
App\Entity\User No errors.
App\Entity\Attachment No errors.