Query Metrics
3
Database Queries
3
Different statements
1.67 ms
Query time
0
Invalid entities
37
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.54 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.name AS name_3 FROM taxonomy t0 WHERE t0.type = ?
Parameters:
[
"category"
]
|
||||||||||||||||||||||||||||
| 2 | 0.44 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.contract_type AS contract_type_4, t0.company_name AS company_name_5, t0.location AS location_6, t0.salary AS salary_7, t0.education_level AS education_level_8, t0.min_experience AS min_experience_9, t0.advantages AS advantages_10, t0.photo AS photo_11, t0.duration AS duration_12, t0.has_housing AS has_housing_13, t0.company_id AS company_id_14, t0.category_id AS category_id_15 FROM job_offer t0
Parameters:
[]
|
||||||||||||||||||||||||||||
| 3 | 0.68 ms |
SELECT j0_.id AS id_0, j0_.title AS title_1, j0_.description AS description_2, j0_.contract_type AS contract_type_3, j0_.company_name AS company_name_4, j0_.location AS location_5, j0_.salary AS salary_6, j0_.education_level AS education_level_7, j0_.min_experience AS min_experience_8, j0_.advantages AS advantages_9, j0_.photo AS photo_10, j0_.duration AS duration_11, j0_.has_housing AS has_housing_12, j0_.company_id AS company_id_13, j0_.category_id AS category_id_14 FROM job_offer j0_ ORDER BY j0_.id DESC
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\JobOffer | 25 |
| App\Entity\Taxonomy | 7 |
| App\Entity\CompanyProfile | 5 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Taxonomy | No errors. |
| App\Entity\JobOffer | No errors. |
| App\Entity\CompanyProfile | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Application | No errors. |