GET https://locacar.ovh/help?category=Pierwsze%20kroki

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.92 ms
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:
[
  "Pierwsze kroki"
  1
]
2 0.75 ms
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
]
3 0.77 ms
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.