Query Metrics

10 Database Queries
10 Different statements
166.94 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 11.51 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:
[
  "33_03_43%"
]
2 16.13 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_departement = ? 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:
[
  "33_03_43"
  "33_03_43%"
  "%,33_03_43%"
]
3 26.77 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 ? 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:
[
  "33,%"
  "33"
  "%,33,%"
  "%,33"
  "33_03,%"
  "33_03"
  "%,33_03,%"
  "%,33_03"
  "%,33_03_43%"
  "33_03_43%"
]
4 13.34 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:
[
  "33_03"
]
5 11.56 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:
[
  "%,33_03%"
  "%,33,%"
  "%,33"
]
6 12.91 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_departement = ? OR a0_.autres_localisations LIKE ? OR a0_.autres_localisations LIKE ?))
Parameters:
[
  "33_03_43"
  "33_03_43%"
  "%,33_03_43%"
]
7 26.83 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 ? 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:
[
  "33,%"
  "33"
  "%,33,%"
  "%,33"
  "33_03,%"
  "33_03"
  "%,33_03,%"
  "%,33_03"
  "%,33_03_43%"
  "33_03_43%"
]
8 26.67 ms
SELECT DISTINCT a0_.id_repreneur AS id_repreneur_0, CASE WHEN a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? THEN 4 WHEN a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? THEN 3 WHEN a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? THEN 2 ELSE 1 END AS sclr_1, a0_.montant_apport AS montant_apport_2, a0_.id_repreneur AS id_repreneur_3 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 ? OR a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ?) ORDER BY sclr_1 DESC, a0_.montant_apport DESC, a0_.id_repreneur DESC LIMIT 10
Parameters:
[
  "33_03_43,%"
  "33_03_43"
  "%,33_03_43,%"
  "%,33_03_43"
  "33_03%"
  "%,33_03%"
  "33%"
  "%,33%"
  "33,%"
  "33"
  "%,33,%"
  "%,33"
  "33_03,%"
  "33_03"
  "%,33_03,%"
  "%,33_03"
  "%,33_03_43%"
  "33_03_43%"
]
9 10.89 ms
SELECT a0_.id_repreneur AS id_repreneur_0, a0_.titre_societe_recherchee AS titre_societe_recherchee_1, a0_.titre_profil AS titre_profil_2, a0_.id_localisations_recherchees AS id_localisations_recherchees_3, a0_.annee_naissance AS annee_naissance_4, a0_.montant_apport AS montant_apport_5, a0_.ville AS ville_6, CASE WHEN a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? THEN 4 WHEN a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? THEN 3 WHEN a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? THEN 2 ELSE 1 END AS sclr_7 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 ? OR a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ? OR a0_.id_localisations_recherchees LIKE ?) AND a0_.id_repreneur IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY sclr_7 DESC, a0_.montant_apport DESC, a0_.id_repreneur DESC
Parameters:
[
  "33_03_43,%"
  "33_03_43"
  "%,33_03_43,%"
  "%,33_03_43"
  "33_03%"
  "%,33_03%"
  "33%"
  "%,33%"
  "33,%"
  "33"
  "%,33,%"
  "%,33"
  "33_03,%"
  "33_03"
  "%,33_03,%"
  "%,33_03"
  "%,33_03_43%"
  "33_03_43%"
  171152
  122532
  305146
  306563
  281968
  301969
  288273
  246978
  290147
  124508
]
10 10.32 ms
SELECT COUNT(l0_.id_localisation) AS sclr_0 FROM fusacq_dbo.localisations l0_ WHERE l0_.id_localisation_pere = ? AND l0_.id_localisation NOT LIKE ?
Parameters:
[
  "212"
  "%_99"
]

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.