GET https://locacar.ovh/help?category=Administracja

Query Metrics

3 Database Queries
3 Different statements
2.44 ms Query time
0 Invalid entities
5 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.92 ms
(37.78%)
1
SELECT h0_.id AS id_0, h0_.title AS title_1, h0_.content AS content_2, h0_.category AS category_3, h0_.tags AS tags_4, h0_.created_at AS created_at_5, h0_.updated_at AS updated_at_6, h0_.is_published AS is_published_7, h0_.view_count AS view_count_8 FROM help_article h0_ WHERE h0_.category = ? AND h0_.is_published = ? ORDER BY h0_.created_at DESC
Parameters:
[
  "Administracja"
  1
]
0.79 ms
(32.53%)
1
SELECT h0_.id AS id_0, h0_.title AS title_1, h0_.content AS content_2, h0_.category AS category_3, h0_.tags AS tags_4, h0_.created_at AS created_at_5, h0_.updated_at AS updated_at_6, h0_.is_published AS is_published_7, h0_.view_count AS view_count_8 FROM help_article h0_ WHERE h0_.is_published = ? ORDER BY h0_.view_count DESC LIMIT 5
Parameters:
[
  1
]
0.72 ms
(29.69%)
1
SELECT DISTINCT h0_.category AS category_0 FROM help_article h0_ WHERE h0_.is_published = ? ORDER BY h0_.category ASC
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\HelpArticle 5

Entities Mapping

Class Mapping errors
App\Entity\HelpArticle No errors.