Query Metrics

7 Database Queries
7 Different statements
7.54 ms Query time
0 Invalid entities
0 Cache hits
0 Cache misses
0 Cache puts

Grouped Statements

Show all queries

Time Count Info
2.68 ms
(35.47%)
1
SELECT *,`bigregions`.idbigregion as idbigregion
                    FROM `bigregions`
                        JOIN `regions` ON `regions`.`idbigregion`=`bigregions`.`idbigregion`
                        JOIN `departements` ON `regions`.`idregion`=`departements`.`idregion`
                    ORDER BY `bigregions`.`bigregion` ASC, `departements`.`departement` ASC
Parameters:
[]
1.70 ms
(22.48%)
1
SELECT a.*,e.login,e.email as email_extra
                FROM ann_annonces a
                    LEFT OUTER JOIN extranetusers e
                    ON a.idextranetuser=e.idextranetuser
                WHERE a.idannonce=94257
Parameters:
[]
1.13 ms
(14.91%)
1
SELECT * FROM bannieres
                WHERE publish=1
                AND valid=1
                AND is_bottom=1
                AND date_start<=NOW()
                AND date_end>=NOW()
                ORDER BY bannieres.order ASC
                LIMIT 0,10
Parameters:
[]
1.08 ms
(14.30%)
1
SELECT idcategorie FROM ann_categories WHERE url_clean='Offres-emploi-remunere'
Parameters:
[]
0.55 ms
(7.33%)
1
SELECT url_clean, name FROM ann_categories WHERE online=1
Parameters:
[]
0.34 ms
(4.49%)
1
SELECT a0_.idcategorie AS idcategorie_0, a0_.name AS name_1, a0_.description AS description_2, a0_.online AS online_3, a0_.class AS class_4, a0_.url_clean AS url_clean_5 FROM ann_categories a0_ WHERE a0_.idcategorie = ?
Parameters:
[
  "3"
]
0.08 ms
(1.00%)
1
SELECT fr FROM countries WHERE id='FR'
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

0 Hits
0 Misses
0 Puts