Query Metrics
5
Database Queries
5
Different statements
3.28 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.91 ms (27.72%) |
1 |
SELECT e0_.id AS id_0, e0_.titre AS titre_1, e0_.description AS description_2, e0_.type AS type_3, e0_.debut AS debut_4, e0_.fin AS fin_5, e0_.toute_journee AS toute_journee_6, e0_.lieu AS lieu_7, e0_.publie AS publie_8, e0_.visibilite AS visibilite_9, e0_.created_at AS created_at_10, e0_.created_by_id AS created_by_id_11 FROM evenement e0_ WHERE (e0_.publie = 1 AND e0_.debut >= ?) AND e0_.visibilite IN (?) ORDER BY e0_.debut ASC LIMIT 3
Parameters:
[ "2026-06-15 16:53:03" "public" ]
|
||||||||||||||||||||||||||||||||
|
0.72 ms (21.89%) |
1 |
SELECT p0_.id AS id_0, p0_.prayer_date AS prayer_date_1, p0_.hijri_date AS hijri_date_2, p0_.fajr AS fajr_3, p0_.sunrise AS sunrise_4, p0_.dhuhr AS dhuhr_5, p0_.asr AS asr_6, p0_.maghrib AS maghrib_7, p0_.isha AS isha_8, p0_.created_at AS created_at_9, p0_.updated_at AS updated_at_10, p0_.city AS city_11, p0_.country AS country_12 FROM prayer_time p0_ WHERE p0_.prayer_date >= ? AND p0_.prayer_date < ?
Parameters:
[ "2026-06-15 00:00:00" "2026-06-15 23:59:59" ]
|
||||||||||||||||||||||||||||||||
|
0.67 ms (20.39%) |
1 |
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.contenu AS contenu_2, a0_.image AS image_3, a0_.publie AS publie_4, a0_.created_at AS created_at_5 FROM article a0_ WHERE a0_.publie = 1 ORDER BY a0_.created_at DESC
Parameters:
[]
|
||||||||||||||||||||||||||||||||
|
0.50 ms (15.17%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.adresse AS adresse_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.telephone AS telephone_6, t0.email AS email_7, t0.site_web AS site_web_8, t0.description AS description_9, t0.siret AS siret_10, t0.numero_association AS numero_association_11, t0.ri_mosquee AS ri_mosquee_12, t0.ri_ecole AS ri_ecole_13 FROM mosquee_config t0 LIMIT 1
Parameters:
[]
|
||||||||||||||||||||||||||||||||
|
0.49 ms (14.83%) |
1 |
SELECT p0_.id AS id_0, p0_.fichier AS fichier_1, p0_.legende AS legende_2, p0_.publie AS publie_3, p0_.created_at AS created_at_4 FROM photo p0_ WHERE p0_.publie = 1 ORDER BY p0_.created_at DESC
Parameters:
[]
|
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\PrayerTime | 1 |
| App\Entity\MosqueeConfig | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\PrayerTime | No errors. |
| App\Entity\MosqueeConfig | No errors. |
| App\Entity\Article | No errors. |
| App\Entity\Photo | No errors. |
| App\Entity\Evenement | No errors. |
| App\Entity\User | No errors. |