Query Metrics
4
Database Queries
4
Different statements
24.15 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
19.40 ms (80.31%) |
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:
[] |
1.98 ms (8.18%) |
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.56 ms (6.45%) |
1 |
SELECT interest_field_id as id, count(*) as num FROM job_interest_field_mapping as jifm GROUP BY interest_field_id
Parameters:
[] |
1.22 ms (5.06%) |
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. |