Query Metrics

2 Database Queries
2 Different statements
38.94 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 22.21 ms
SELECT COUNT(bnq.id_newsletter) AS nb FROM buzz_newsletters_quotidiennes bnq WHERE (bnq.date_envoi <= ?) AND (bnq.date_envoi >= ?) AND (bnq.mode >= 'envoyee') AND ((bnq.id_pays = ? OR bnq.id_pays IS NULL))
Parameters:
[
  "20260422"
  "20260222"
  "33"
]
2 16.73 ms
SELECT bnq.id_newsletter, bnq.titre, bnq.date_envoi FROM buzz_newsletters_quotidiennes bnq WHERE (bnq.date_envoi <= ?) AND (bnq.date_envoi >= ?) AND (bnq.mode >= 'envoyee') AND ((bnq.id_pays = ? OR bnq.id_pays IS NULL)) ORDER BY bnq.date_envoi DESC LIMIT 25 OFFSET 75
Parameters:
[
  "20260422"
  "20260222"
  "33"
]

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\BuzzActualites No errors.
App\Entity\Translation No errors.