Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
2.57 ms
(39.69%)
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.22 ms
(18.89%)
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:
[]
0.92 ms
(14.25%)
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=91439
Parameters:
[]
0.62 ms
(9.53%)
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:
[
  "1"
]
0.54 ms
(8.31%)
1
SELECT idcategorie FROM ann_categories WHERE url_clean='Offres-formations-stages'
Parameters:
[]
0.52 ms
(7.95%)
1
SELECT url_clean, name FROM ann_categories WHERE online=1
Parameters:
[]
0.09 ms
(1.38%)
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