Query Metrics
5
Database Queries
4
Different statements
10.44 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
6.34 ms (60.76%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.colorCode AS colorCode_4, t0.nameAr AS nameAr_5, t0.position AS position_6, t0.parent_category_id AS parent_category_id_7 FROM category t0
Parameters:
[] |
1.59 ms (15.24%) |
1 |
SELECT t0.currency AS currency_1, t0.amount AS amount_2, t0.date AS date_3, t0.base AS base_4, t0.id AS id_5, t0.rate_id AS rate_id_6 FROM symbol t0 WHERE t0.currency = ? ORDER BY t0.id DESC LIMIT 1
Parameters:
[
"USD"
]
|
1.29 ms (12.39%) |
1 |
SELECT t0.currency AS currency_1, t0.amount AS amount_2, t0.date AS date_3, t0.base AS base_4, t0.id AS id_5, t0.rate_id AS rate_id_6 FROM symbol t0 WHERE t0.rate_id = ?
Parameters:
[
2
]
|
1.21 ms (11.61%) |
1 |
SELECT t0.date AS date_1, t0.id AS id_2 FROM rate t0 ORDER BY t0.id DESC LIMIT 1
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\Organizer | No errors. |
App\Entity\Activity | No errors. |
App\Entity\SearchLog | No errors. |
App\Entity\CurrencyExchange\Symbol | No errors. |
App\Entity\CurrencyExchange\Rate | No errors. |
App\Entity\Media | No errors. |
App\Entity\Gallery | No errors. |
App\Entity\Event | No errors. |
App\Entity\User | No errors. |
App\Entity\EventClaimRequest | No errors. |
App\Entity\Ticket | No errors. |