GET http://167.172.25.174/

Query Metrics

5 Database Queries
4 Different statements
5.88 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 3.16 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.status AS status_4, t0.country AS country_5, t0.state AS state_6, t0.city AS city_7, t0.street_address AS street_address_8, t0.expiration_date AS expiration_date_9, t0.highlight AS highlight_10, t0.schedule AS schedule_11, t0.start_date AS start_date_12, t0.year_of_experience AS year_of_experience_13, t0.pay_rate AS pay_rate_14, t0.work_type AS work_type_15, t0.need AS need_16, t0.pay_rate_hourly AS pay_rate_hourly_17, t0.pay_rate_daily AS pay_rate_daily_18, t0.blocked AS blocked_19, t0.job_id AS job_id_20, t0.verified AS verified_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23, t0.user_id AS user_id_24, t0.employer_id AS employer_id_25, t0.profession_id AS profession_id_26, t0.speciality_id AS speciality_id_27 FROM b_job t0 WHERE t0.status = ? ORDER BY t0.created_at DESC
Parameters:
[
  "published"
]
2 0.78 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3 FROM b_profession t0 ORDER BY t0.position ASC
Parameters:
[]
3 0.50 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3 FROM b_profession t0 ORDER BY t0.position ASC
Parameters:
[]
4 0.66 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.profession_id AS profession_id_3 FROM b_speciality t0 ORDER BY t0.name ASC
Parameters:
[]
5 0.78 ms
SELECT t0.id AS id_1, t0.config_key AS config_key_2, t0.config_value AS config_value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM b_config t0
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\Job No errors.
App\Entity\User No errors.
App\Entity\Employer
  • The field App\Entity\Employer#applications is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Application#employer does not contain the required 'inversedBy="applications"' attribute.
App\Entity\Profession No errors.
App\Entity\Speciality No errors.
App\Entity\Config No errors.