POST https://api.shopwaremobilemanager.com/api/discount/list

Query Metrics

2 Database Queries
2 Different statements
1.24 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.75 ms
(60.45%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.hash AS hash_5, t0.verification_code AS verification_code_6, t0.active AS active_7, t0.api_key AS api_key_8, t0.expo_tokens AS expo_tokens_9 FROM user t0 WHERE t0.api_key = ? LIMIT 1
Parameters:
[
  "5e598134-a14d-443c-9942-6ae99320fb2f"
]
0.49 ms
(39.55%)
1
SELECT t0.id AS id_1, t0.api_key AS api_key_2, t0.name AS name_3, t0.url AS url_4, t0.active AS active_5, t0.hash AS hash_6, t0.created AS created_7, t0.last_update AS last_update_8, t0.sales_channel_id AS sales_channel_id_9, t0.user_id AS user_id_10, t11.id AS id_12, t11.status AS status_13, t11.checked_at AS checked_at_14, t11.shop_id AS shop_id_15 FROM shop t0 LEFT JOIN shop_status t11 ON t11.shop_id = t0.id WHERE t0.hash = ? AND t0.user_id = ? LIMIT 1
Parameters:
[
  "7808c116-68d2-4fd6-a483-c63287fc15a7"
  16
]

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\User No errors.
App\Entity\Shop
  • The field App\Entity\Shop#status is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ShopStatus#shop does not contain the required 'inversedBy="status"' attribute.
App\Entity\ResetPasswordRequest No errors.
App\Entity\PushNotificationToken No errors.
App\Entity\ShopStatus No errors.
App\Entity\Order No errors.
App\Entity\CachedShopData No errors.