Query Metrics
3
Database Queries
3
Different statements
21.96 ms
Query time
0
Invalid entities
322
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
18.94 ms (86.23%) |
1 |
SELECT t0.shop_name AS shop_name_1, t0.sp_name AS sp_name_2, t0.region_name AS region_name_3, t0.region_abbr AS region_abbr_4, t0.city_name AS city_name_5, t0.pname AS pname_6, t0.address AS address_7, t0.point AS point_8, t0.address_text AS address_text_9, t0.phone AS phone_10, t0.email AS email_11, t0.source_data AS source_data_12, t0.is_ready_to_load AS is_ready_to_load_13, t0.id AS id_14, t0.source_id AS source_id_15, t0.region_id AS region_id_16, t0.city_id AS city_id_17, t0.extraction_attempt_id AS extraction_attempt_id_18 FROM extracted.shops t0 WHERE t0.extraction_attempt_id = ?
Parameters:
[
"1f0b77f9-33c3-61f8-8a72-4d57267ed180"
]
|
||||||||||||||||||||||
|
1.90 ms (8.63%) |
1 |
SELECT t0.process_class AS process_class_1, t0.actor_id AS actor_id_2, t0.id AS id_3, t0.started_at AS started_at_4, t0.finished_at AS finished_at_5, t0.result AS result_6, t0.reason AS reason_7 FROM extracted.process_logs t0 WHERE t0.id = ?
Parameters:
[
"1f0b77f9-32ec-6068-b924-4d57267ed180"
]
|
||||||||||||||||||||||
|
1.13 ms (5.14%) |
1 |
SELECT t0.transport_class AS transport_class_1, t0.extractor_class AS extractor_class_2, t0.actor_id AS actor_id_3, t0.id AS id_4, t0.started_at AS started_at_5, t0.finished_at AS finished_at_6, t0.result AS result_7, t0.reason AS reason_8, t0.process_id AS process_id_9 FROM extracted.extractor_logs t0 WHERE t0.process_id = ? LIMIT 1
Parameters:
[
"1f0b77f9-32ec-6068-b924-4d57267ed180"
]
|
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 |
|---|---|
| App\Shop\Entity\ExtractedShop | 179 |
| App\Geo\Entity\City | 83 |
| App\Geo\Entity\Region | 58 |
| App\Infrastructure\Entity\ProcessLogEntry | 1 |
| App\Infrastructure\Entity\ExtractorLogEntry | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Infrastructure\Entity\ProcessLogEntry | No errors. |
| App\Infrastructure\Entity\ExtractorLogEntry | No errors. |
| App\Shop\Entity\ExtractedShop | No errors. |
| App\Geo\Entity\Region | No errors. |
| App\Geo\Entity\City | No errors. |