Query Metrics
4
Database Queries
4
Different statements
36.44 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
31.18 ms (85.58%) |
1 |
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:
[] |
2.49 ms (6.82%) |
1 |
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:
[] |
1.66 ms (4.55%) |
1 |
SELECT interest_field_id as id, count(*) as num FROM job_interest_field_mapping as jifm GROUP BY interest_field_id
Parameters:
[] |
1.11 ms (3.05%) |
1 |
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:
[] |
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. |