GET http://88.99.167.175/en/cars-list/volkswagen

Query Metrics

2 Database Queries
2 Different statements
2.16 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.15 ms
(53.24%)
1
SELECT DISTINCT m0_.id AS id_0, m0_.name AS name_1, m0_.slug AS slug_2, m0_.ext_id AS ext_id_3, m0_.make_id AS make_id_4 FROM models m0_ INNER JOIN part_listings p1_ ON (p1_.model_id = m0_.id AND p1_.quantity > 0) INNER JOIN users u2_ ON p1_.owner_id = u2_.id INNER JOIN company_profiles c3_ ON u2_.id = c3_.user_id WHERE m0_.make_id = ? AND c3_.status = ? ORDER BY m0_.name ASC
Parameters:
[
  376
  "active"
]
1.01 ms
(46.76%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.ext_source AS ext_source_4, t0.ext_id AS ext_id_5 FROM makes t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "volkswagen"
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Make No errors.
App\Entity\Model No errors.
App\Entity\PartListing No errors.
App\Entity\Users No errors.
App\Entity\CompanyProfile No errors.