Query Metrics
3
Database Queries
3
Different statements
3.27 ms
Query time
0
Invalid entities
11
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.47 ms (45.07%) |
1 |
SELECT r0_.id AS id_0, r0_.type AS type_1, r0_.status AS status_2, r0_.answers AS answers_3, r0_.comment AS comment_4, r0_.company_reply AS company_reply_5, r0_.company_reply_at AS company_reply_at_6, r0_.created_at AS created_at_7, r0_.deadline AS deadline_8, r0_.submitted_at AS submitted_at_9, r0_.published_at AS published_at_10, r0_.mission_id AS mission_id_11, r0_.author_id AS author_id_12 FROM review r0_ INNER JOIN mission m1_ ON r0_.mission_id = m1_.id INNER JOIN job_offer j2_ ON m1_.job_offer_id = j2_.id WHERE j2_.company_id = ? AND r0_.type = ? AND r0_.published_at IS NOT NULL ORDER BY r0_.published_at DESC
Parameters:
[ 15 "candidate_to_company" ]
|
||||||||||||||||||||||||||||
|
0.98 ms (30.04%) |
1 |
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.latitude AS latitude_14, t0.longitude AS longitude_15, t0.created_at AS created_at_16, t0.view_count AS view_count_17, t0.status AS status_18, t0.offer_type AS offer_type_19, t0.stripe_session_id AS stripe_session_id_20, t0.company_id AS company_id_21, t0.category_id AS category_id_22, t0.region_id AS region_id_23 FROM job_offer t0 WHERE t0.company_id = ?
Parameters:
[
15
]
|
||||||||||||||||||||||||||||
|
0.81 ms (24.88%) |
1 |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.description AS description_3, t0.website AS website_4, t0.logo AS logo_5, t0.stripe_customer_id AS stripe_customer_id_6, t0.stripe_cvtheque_subscription_id AS stripe_cvtheque_subscription_id_7, t0.cvtheque_active AS cvtheque_active_8, t0.user_id AS user_id_9 FROM company_profile t0 WHERE t0.id = ?
Parameters:
[
"15"
]
|
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\Taxonomy | 5 |
| App\Entity\JobOffer | 4 |
| App\Entity\CompanyProfile | 1 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\CompanyProfile | No errors. |
| App\Entity\User | No errors. |
| App\Entity\JobOffer | No errors. |
| App\Entity\Review | No errors. |
| App\Entity\Mission | No errors. |
| App\Entity\Taxonomy | No errors. |
| App\Entity\Application | No errors. |