Query Metrics

3 Database Queries
3 Different statements
13.41 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
11.02 ms
(82.20%)
1
SELECT o0_.id AS id_0, o0_.title AS title_1, o0_.description AS description_2, o0_.type AS type_3, o0_.work_mode AS work_mode_4, o0_.city AS city_5, o0_.country AS country_6, o0_.salary_min AS salary_min_7, o0_.salary_max AS salary_max_8, o0_.status AS status_9, o0_.created_at AS created_at_10, o0_.expires_at AS expires_at_11, o0_.company_id AS company_id_12 FROM offer o0_ LEFT JOIN company_profile c1_ ON o0_.company_id = c1_.id WHERE o0_.status = ? AND (o0_.title LIKE ? OR o0_.description LIKE ?) AND o0_.type = ? AND (o0_.city LIKE ? OR o0_.country LIKE ?) ORDER BY o0_.created_at DESC LIMIT 12
Parameters:
[
  "PUBLISHED"
  "%Développeur%"
  "%Développeur%"
  "JOB"
  "%Lyon%"
  "%Lyon%"
]
1.32 ms
(9.82%)
1
SELECT COUNT(o0_.id) AS sclr_0 FROM offer o0_ WHERE o0_.status = ? AND (o0_.title LIKE ? OR o0_.description LIKE ?) AND o0_.type = ? AND (o0_.city LIKE ? OR o0_.country LIKE ?)
Parameters:
[
  "PUBLISHED"
  "%Développeur%"
  "%Développeur%"
  "JOB"
  "%Lyon%"
  "%Lyon%"
]
1.07 ms
(7.97%)
1
SELECT DISTINCT o0_.city AS city_0 FROM offer o0_ WHERE o0_.city IS NOT NULL AND o0_.city <> ? AND o0_.status = ? ORDER BY o0_.city ASC
Parameters:
[
  ""
  "PUBLISHED"
]

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

Entities Mapping

Class Mapping errors
App\Entity\Offer No errors.
App\Entity\CompanyProfile No errors.