Query Metrics
4
Database Queries
4
Different statements
1.93 ms
Query time
0
Invalid entities
40
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.77 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 ORDER BY t0.id DESC LIMIT 5
Parameters:
[]
|
||||||||||||||||||||||||
| 2 | 0.42 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"
]
|
||||||||||||||||||||||||
| 3 | 0.32 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:
[]
|
||||||||||||||||||||||||
| 4 | 0.41 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.domain AS domain_4, t0.is_active AS is_active_5 FROM faq t0 WHERE t0.is_active = ? AND t0.domain = ? ORDER BY t0.id ASC
Parameters:
[ 1 "winejobr.com" ]
|
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 |
| App\Entity\Faq | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\JobOffer | No errors. |
| App\Entity\CompanyProfile | No errors. |
| App\Entity\Taxonomy | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Application | No errors. |
| App\Entity\Faq | No errors. |