Query Metrics

8 Database Queries
8 Different statements
114.80 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 11.36 ms
SELECT v0_.nom_ville AS nom_ville_0 FROM fusacq_dbo.villes v0_ WHERE v0_.code_departement LIKE ? ORDER BY v0_.population DESC LIMIT 3
Parameters:
[
  "39_12%"
]
2 13.54 ms
SELECT COUNT(DISTINCT a0_.id_annonce_acheteur) AS sclr_0 FROM fusacq_dbo.annonces_acheteur a0_ WHERE a0_.date_parution_initiale IS NOT NULL AND a0_.mode_annonce = 'publique' AND a0_.tpe_pme = 'oui' AND ((a0_.id_region = ? OR a0_.id_region = ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ?) OR ((a0_.id_region LIKE '' OR a0_.id_region IS NULL) AND (a0_.id_pays = ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ?))) AND (a0_.demarche LIKE '%reprise_majoritaire%' OR a0_.demarche LIKE '%association_minoritaire%') AND (a0_.investissement_possible = 'oui')
Parameters:
[
  "39_12"
  "39_99"
  "39_12%"
  "%,39_12%"
  "39"
  "39"
  "39%"
  "%,39%"
  "%,39"
]
3 26.08 ms
SELECT COUNT(DISTINCT a0_.id_repreneur) AS sclr_0 FROM fusacq_dbo.annuaire_repreneurs a0_ WHERE (a0_.mode_profil = 'publique') AND (a0_.demarche LIKE '%3%' OR a0_.demarche LIKE '%4%') AND (a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ?)
Parameters:
[
  "39,%"
  "39"
  "%,39,%"
  "%,39"
  "%,39_12%"
  "39_12%"
]
4 13.19 ms
SELECT COUNT(DISTINCT s0_.id_gestionnaire_fonds) AS sclr_0 FROM fusacq_dbo.societe_gestionnaire_fonds s0_ INNER JOIN fusacq_dbo.lien_participations_fonds l1_ ON (l1_.id_gestionnaire_fonds = s0_.id_gestionnaire_fonds) INNER JOIN fusacq_dbo.societes s2_ ON (s2_.id_societe = l1_.id_participation) WHERE s2_.mode_participation = 'publique' AND l1_.mode = 'publique' AND s0_.mode = 'publique' AND s2_.mode_societe = 'publique' AND s0_.stade_investissement LIKE '%4%' AND (s0_.id_region = ?)
Parameters:
[
  "39_12"
]
5 13.01 ms
SELECT COUNT(DISTINCT a0_.id_annonce_acheteur) AS sclr_0 FROM fusacq_dbo.annonces_acheteur a0_ WHERE a0_.date_parution_initiale IS NOT NULL AND a0_.mode_annonce = 'publique' AND a0_.tpe_pme = 'oui' AND a0_.type_raprochement = 'partenaire' AND ((a0_.id_region = ? OR a0_.id_region = ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ?) OR ((a0_.id_region LIKE '' OR a0_.id_region IS NULL) AND (a0_.id_pays = ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ?)))
Parameters:
[
  "39_12"
  "39_99"
  "39_12%"
  "%,39_12%"
  "39"
  "39"
  "39%"
  "%,39%"
  "%,39"
]
6 11.41 ms
SELECT COUNT(DISTINCT i0_.id_investisseur) AS sclr_0 FROM fusacq_dbo.investisseurs_prives i0_ WHERE i0_.mode = 'publique' AND (i0_.id_localisations_recherchees LIKE ? OR i0_.id_localisations_recherchees LIKE ? OR i0_.id_localisations_recherchees LIKE ? OR i0_.id_localisations_recherchees IS NULL) ORDER BY i0_.id_investisseur DESC
Parameters:
[
  "%,39_12%"
  "%,39,%"
  "%,39"
]
7 12.92 ms
SELECT DISTINCT COUNT(DISTINCT a0_.id_annonce_acheteur) AS sclr_0 FROM fusacq_dbo.annonces_acheteur a0_ WHERE a0_.date_parution_initiale IS NOT NULL AND a0_.mode_annonce = 'publique' AND a0_.tpe_pme = 'oui' AND a0_.type_raprochement = 'partenaire' AND ((a0_.id_region = ? OR a0_.id_region = ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ?) OR ((a0_.id_region LIKE '' OR a0_.id_region IS NULL) AND (a0_.id_pays = ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ?)))
Parameters:
[
  "39_12"
  "39_99"
  "39_12%"
  "%,39_12%"
  "39"
  "39"
  "39%"
  "%,39%"
  "%,39"
]
8 13.28 ms
SELECT DISTINCT a0_.id_annonce_acheteur AS id_annonce_acheteur_0, CASE WHEN (a0_.id_region = ? AND (a0_.id_departement = '' OR a0_.id_departement IS NULL OR a0_.id_departement = ?)) OR (a0_.autres_localisations LIKE ?) OR (a0_.autres_localisations LIKE ?) OR (a0_.autres_localisations LIKE ?) OR (a0_.autres_localisations LIKE ?) THEN 4 WHEN (a0_.id_region = ?) OR (a0_.autres_localisations LIKE ?) OR (a0_.autres_localisations LIKE ?) THEN 3 WHEN (a0_.id_region = '' OR a0_.id_region IS NULL) AND (a0_.id_pays = ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ?) THEN 2 WHEN a0_.id_region LIKE ? THEN 1 ELSE 1 END AS sclr_1, a0_.ca_max AS ca_max_2, a0_.id_annonce_acheteur AS id_annonce_acheteur_3 FROM fusacq_dbo.annonces_acheteur a0_ WHERE a0_.date_parution_initiale IS NOT NULL AND a0_.mode_annonce = 'publique' AND a0_.tpe_pme = 'oui' AND a0_.type_raprochement = 'partenaire' AND ((a0_.id_region = ? OR a0_.id_region = ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ?) OR ((a0_.id_region LIKE '' OR a0_.id_region IS NULL) AND (a0_.id_pays = ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ?))) ORDER BY sclr_1 DESC, a0_.ca_max DESC, a0_.id_annonce_acheteur DESC LIMIT 10
Parameters:
[
  "39_12"
  "39_12_99"
  "39_12"
  "%,39_12"
  "39_12,%"
  "%,39_12,%"
  "39_12"
  "39_12%"
  "%,39_12%"
  "39"
  "39"
  "39%"
  "%,39%"
  "%,39"
  "39_99"
  "39_12"
  "39_99"
  "39_12%"
  "%,39_12%"
  "39"
  "39"
  "39%"
  "%,39%"
  "%,39"
]

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.