Query Metrics
7
Database Queries
7
Different statements
1.72 ms
Query time
0
Invalid entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.46 ms |
SELECT data FROM acc_setting WHERE name = 'api_auth_enforced' ORDER BY id DESC LIMIT 1
Parameters:
[] |
| 2 | 0.23 ms |
SELECT data FROM acc_setting WHERE name = 'cors_extra_origins' ORDER BY id DESC LIMIT 1
Parameters:
[] |
company_group connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.33 ms |
SELECT t0.id AS id_1, t0.event_id AS event_id_2, t0.event_type AS event_type_3, t0.site_uid AS site_uid_4, t0.occurred_at AS occurred_at_5, t0.raw_json AS raw_json_6, t0.signature_alg AS signature_alg_7, t0.correlation_id AS correlation_id_8, t0.status AS status_9, t0.app_id AS app_id_10, t0.link_type AS link_type_11, t0.received_at AS received_at_12, t0.processed_at AS processed_at_13, t0.note AS note_14 FROM energy_bridge_event t0 WHERE t0.event_id = ? LIMIT 1
Parameters:
[
"b54788d77b8754612efb16d961d69377328789698ff188ed7e3a4a45c7204bb6"
]
|
| 2 | 0.17 ms |
SELECT t0.id AS id_1, t0.site_uid AS site_uid_2, t0.app_id AS app_id_3, t0.link_type AS link_type_4, t0.customer_id AS customer_id_5, t0.project_id AS project_id_6, t0.note AS note_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM energy_bridge_site_link t0 WHERE t0.site_uid = ? LIMIT 1
Parameters:
[
"321"
]
|
| 3 | 0.09 ms |
"START TRANSACTION"
Parameters:
[] |
| 4 | 0.28 ms |
INSERT INTO energy_bridge_event (event_id, event_type, site_uid, occurred_at, raw_json, signature_alg, correlation_id, STATUS, app_id, link_type, received_at, processed_at, note) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "b54788d77b8754612efb16d961d69377328789698ff188ed7e3a4a45c7204bb6" "ems.kpi.finalized" "321" "2026-07-29 00:00:00" "{"schema_version":"1.0","event_type":"ems.kpi.finalized","event_id":"b54788d77b8754612efb16d961d69377328789698ff188ed7e3a4a45c7204bb6","occurred_at":"2026-07-29","source":{"system":"honeycore-cloud","site_uid":"321"},"data":{"marker":20260729,"period":"day","generation_kwh":182.52,"peak_pv_kw":182.15,"uptime_pct":20.8,"grid_import_kwh":0,"grid_export_kwh":0,"performance_ratio":null,"savings_amount":2190.23,"currency":"BDT","co2_avoided_kg":127.76}}" "hmac-sha256" "eb_6a6a98b1b60005.34000366" "unlinked" null null "2026-07-30 06:22:03" null "no site-link for site_uid=321 — landed, no business action" ] |
| 5 | 0.15 ms |
"COMMIT"
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| company_group | doctrine.dbal.company_group_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
| company_group | doctrine.orm.company_group_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
No loaded entities.
company_group entity manager
| Class | Mapping errors |
|---|---|
| CompanyGroupBundle\Entity\EnergyBridgeEvent | No errors. |
| CompanyGroupBundle\Entity\EnergyBridgeSiteLink | No errors. |