Query Metrics
2Database Queries
2Different statements
269.63 msQuery time
0Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
| 268.93 ms (99.74%) | 1 | SELECT c0_.city AS city_0, COUNT(c0_.id) AS sclr_1 FROM cvs_jobs c0_ LEFT JOIN cvs_enterprises c1_ ON c0_.enterprise_id = c1_.id WHERE c0_.online = ? AND ((c1_.id IS NULL OR c1_.online = ?)) AND c0_.city IS NOT NULL AND c0_.city <> '' GROUP BY c0_.city ORDER BY sclr_1 DESC Parameters: [ 1 1 ] |
| 0.70 ms (0.26%) | 1 | SELECT c0_.category AS category_0, COUNT(c0_.id) AS sclr_1 FROM cvs_jobs c0_ LEFT JOIN cvs_enterprises c1_ ON c0_.enterprise_id = c1_.id WHERE c0_.online = ? AND ((c1_.id IS NULL OR c1_.online = ?)) AND c0_.category IS NOT NULL AND c0_.category <> '' GROUP BY c0_.category ORDER BY sclr_1 DESC Parameters: [ 1 1 ] |
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 |
|---|---|
| Vich\UploaderBundle\Entity\File | No errors. |
| App\Entity\Cvs\Jobs | No errors. |
| App\Entity\Cvs\Enterprises | No errors. |