Query Metrics
4
Database Queries
4
Different statements
37.00 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
27.70 ms (74.87%) |
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:
[] |
5.00 ms (13.52%) |
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:
[] |
3.02 ms (8.15%) |
1 |
SELECT interest_field_id as id, count(*) as num FROM job_interest_field_mapping as jifm GROUP BY interest_field_id
Parameters:
[] |
1.28 ms (3.45%) |
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. |