https://preprod.fusacq.com/buzz/liste-newsletters_ch_

Query Metrics

3 Database Queries
3 Different statements
139.05 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 16.44 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 = ?)
Parameters:
[
  "20260419"
  "20260219"
  "41"
]
2 17.02 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 = ?) ORDER BY bnq.date_envoi DESC LIMIT 25
Parameters:
[
  "20260419"
  "20260219"
  "41"
]
3 105.59 ms
SELECT id_actualite, jour, mois, type_actualite, titre_actualite, date_mise_en_ligne
        FROM (
            SELECT
                id_actualite,
                SUBSTRING(date_mise_en_ligne, 7, 2) AS jour,
                SUBSTRING(date_mise_en_ligne, 5, 2) AS mois,
                type_actualite,
                titre_actualite,
                date_mise_en_ligne,
                ROW_NUMBER() OVER (PARTITION BY type_actualite ORDER BY date_mise_en_ligne DESC) AS rn
            FROM buzz_actualites
            WHERE
                provenance_flux_actualite = 'blog'
                AND mode_actualite = 'publique'
                AND date_mise_en_ligne <= :now
                AND id_localisation LIKE CONCAT(:idPays, '%')
        ) t
        WHERE rn <= 2
        ORDER BY date_mise_en_ligne DESC, id_actualite DESC
Parameters:
[
  "idPays" => "33"
  "now" => "20260419211043"
]

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.