Query Metrics
4
Database Queries
4
Different statements
24.15 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.22 ms |
SELECT t0.id AS id_1, t0.interest_name AS interest_name_2, t0.sub_heading AS sub_heading_3 FROM interest_field t0 ORDER BY t0.interest_name ASC
Parameters:
[] |
2 | 1.56 ms |
SELECT interest_field_id as id, count(*) as num FROM job_interest_field_mapping as jifm GROUP BY interest_field_id
Parameters:
[] |
3 | 19.40 ms |
SELECT interest_field_id as id, count(*) as num FROM company_profile_interest_field_mapping as cpifm LEFT JOIN company_profile as cp ON cpifm.company_profile_id=cp.id WHERE cp.is_visible=1 GROUP BY interest_field_id
Parameters:
[] |
4 | 1.98 ms |
SELECT interest_field_id as id, count(*) as num FROM school_interest_field_mapping as sifm LEFT JOIN school as sch ON sifm.school_id=sch.id LEFT JOIN school_profile as sp ON sp.school_id=sch.id WHERE sp.is_visible=1 GROUP BY interest_field_id
Parameters:
[] |
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\InterestField | No errors. |