Query Metrics
6
Database Queries
3
Different statements
1.91 ms
Query time
0
Invalid entities
8
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.93 ms (48.53%) |
1 |
SELECT h0_.name AS name_0, h0_.created_at AS created_at_1, h0_.updated_at AS updated_at_2, h0_.id AS id_3 FROM hr_departments h0_ ORDER BY h0_.name ASC
Parameters:
[] |
|
0.76 ms (39.57%) |
4 |
SELECT t0.keyname AS keyname_1, t0.value AS value_2, t0.label AS label_3, t0.description AS description_4, t0.id AS id_5 FROM configuration t0 WHERE t0.keyname = ? LIMIT 1
Parameters:
[
"info_header_contact_1"
]
|
|
0.23 ms (11.90%) |
1 |
SELECT p0_.name AS name_0, p0_.url AS url_1, p0_.status AS status_2, p0_.date_start AS date_start_3, p0_.date_end AS date_end_4, p0_.created_at AS created_at_5, p0_.updated_at AS updated_at_6, p0_.id AS id_7 FROM promotions p0_ WHERE p0_.status = ? ORDER BY p0_.date_start ASC LIMIT 30
Parameters:
[
1
]
|
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 |
|---|---|
| Fotoboom\HumanResources\Domain\Department | 4 |
| Fotoboom\Configuration\Domain\Configuration | 4 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Fotoboom\HumanResources\Domain\Department | No errors. |
| Fotoboom\HumanResources\Domain\Question | No errors. |
| Fotoboom\HumanResources\Domain\Candidate | No errors. |
| Fotoboom\Configuration\Domain\Configuration | No errors. |
| Fotoboom\Promotion\Domain\Promotion | No errors. |