Query Metrics
13
Database Queries
9
Different statements
5.83 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 2.16 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.url AS url_2, c0_.description AS description_3, c0_.file_original_name AS file_original_name_4, c0_.archivo AS archivo_5, c0_.update_at AS update_at_6, c0_.user_id AS user_id_7 FROM company c0_ LEFT JOIN job j1_ ON c0_.id = j1_.company_id WHERE j1_.status = ?
Parameters:
[
"job_active"
]
|
2 | 0.62 ms |
SELECT t0.id AS id_1, t0.context AS context_2, t0.type AS type_3, t0.date AS date_4, t0.active AS active_5, t0.user_id AS user_id_6 FROM notification t0 WHERE t0.user_id = ? AND t0.active = ? ORDER BY t0.date DESC LIMIT 10
Parameters:
[ "anon." 1 ] |
3 | 0.71 ms |
SELECT DISTINCT j0_.localtion AS localtion_0 FROM job j0_
Parameters:
[] |
4 | 0.30 ms |
SELECT count(j0_.id) AS sclr_0 FROM job j0_ WHERE j0_.localtion = ?
Parameters:
[
"Nacional"
]
|
5 | 0.15 ms |
SELECT count(j0_.id) AS sclr_0 FROM job j0_ WHERE j0_.localtion = ?
Parameters:
[
"Juan Arauz"
]
|
6 | 0.19 ms |
SELECT count(j0_.id) AS sclr_0 FROM job j0_ WHERE j0_.localtion = ?
Parameters:
[
"ffa"
]
|
7 | 0.37 ms |
SELECT DISTINCT c0_.id AS id_0, c0_.name AS name_1 FROM job j1_ INNER JOIN category c0_ ON j1_.category_id = c0_.id
Parameters:
[] |
8 | 0.17 ms |
SELECT COUNT(j0_.id) AS sclr_0 FROM job j0_ WHERE j0_.category_id = ?
Parameters:
[
4
]
|
9 | 0.15 ms |
SELECT COUNT(j0_.id) AS sclr_0 FROM job j0_ WHERE j0_.category_id = ?
Parameters:
[
10
]
|
10 | 0.17 ms |
SELECT COUNT(j0_.id) AS sclr_0 FROM job j0_ WHERE j0_.category_id = ?
Parameters:
[
35
]
|
11 | 0.48 ms |
SELECT DISTINCT s0_.name AS name_0 FROM job j1_ INNER JOIN state s0_ ON j1_.city_id = s0_.id
Parameters:
[] |
12 | 0.19 ms |
SELECT count(j0_.id) AS sclr_0 FROM job j0_ WHERE j0_.city_id = ?
Parameters:
[
"Galápagos"
]
|
13 | 0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.description AS description_4, t0.file_original_name AS file_original_name_5, t0.archivo AS archivo_6, t0.update_at AS update_at_7, t0.user_id AS user_id_8 FROM company 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\Category | No errors. |
App\Entity\Job | No errors. |
App\Entity\Company | No errors. |
App\Entity\UserJobMeta | No errors. |
FOS\UserBundle\Model\User | No errors. |
App\Entity\User | No errors. |
App\Entity\Notification | No errors. |
App\Entity\State | No errors. |