GET https://svil.drivero.net/

Query Metrics

8 Database Queries
7 Different statements
16.24 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 11.97 ms
SELECT min(p0_.price) AS sclr_0 FROM proposal p1_ LEFT JOIN proposal_price p0_ ON (p1_.id = p0_.proposal_id) WHERE p1_.publishing_status = 'published'
Parameters:
[]
2 0.43 ms
SELECT max(installment) FROM read_proposal_list
Parameters:
[]
3 1.31 ms
SELECT * FROM read_proposal_list ORDER BY installment ASC
Parameters:
[]
4 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.discount AS discount_6, t0.linear_badge AS linear_badge_7, t0.linear_badge_color AS linear_badge_color_8, t0.round_badge AS round_badge_9, t0.round_badge_color AS round_badge_color_10, t0.ribbon_badge AS ribbon_badge_11, t0.ribbon_badge_color AS ribbon_badge_color_12, t0.created_at AS created_at_13, t0.deleted_at AS deleted_at_14, t0.publishing_status AS publishing_status_15 FROM campaign t0 WHERE t0.deleted_at IS NULL AND t0.publishing_status = ?
Parameters:
[
  "published"
]
5 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.active AS active_4, t0.created_at AS created_at_5, t0.deleted_at AS deleted_at_6, t0.publishing_status AS publishing_status_7 FROM branding t0 WHERE t0.active = ? AND t0.deleted_at IS NULL AND t0.publishing_status = ? LIMIT 1
Parameters:
[
  1
  "published"
]
6 0.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.active AS active_4, t0.created_at AS created_at_5, t0.deleted_at AS deleted_at_6, t0.publishing_status AS publishing_status_7 FROM branding t0 WHERE t0.active = ? AND t0.deleted_at IS NULL AND t0.publishing_status = ? LIMIT 1
Parameters:
[
  1
  "published"
]
7 0.73 ms
SELECT * FROM read_proposal_list WHERE noviceDriver = ? ORDER BY installment ASC
Parameters:
[
  "1"
]
8 0.93 ms
SELECT * FROM read_proposal_list WHERE (fuelSlug = ?) OR (fuelSlug = ?) OR (fuelSlug = ?) OR (fuelSlug = ?) ORDER BY installment ASC
Parameters:
[
  "ibridobenzina"
  "elettrico"
  "ibridodiesel"
  "gpl"
]

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.