GET https://scheduler.wildcard.dev/stores/3/schedule/2025-12-17

Query Metrics

7 Database Queries
7 Different statements
29.47 ms Query time
2 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 0.51 ms
SELECT t0.first_name AS first_name_1, t0.last_name AS last_name_2, t0.contact_number AS contact_number_3, t0.email AS email_4, t0.flag_email_verified AS flag_email_verified_5, t0.date_create AS date_create_6, t0.metadata AS metadata_7, t0.api_key AS api_key_8, t0.secret_key AS secret_key_9, t0.id AS id_10, t0.username AS username_11, t0.password AS password_12, t0.flag_enabled AS flag_enabled_13 FROM app_user t0 WHERE t0.id = ?
Parameters:
[
  18
]
2 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.acl_attributes AS acl_attributes_4 FROM app_role t0 INNER JOIN app_user_role ON t0.id = app_user_role.role_id WHERE app_user_role.user_id = ?
Parameters:
[
  18
]
3 0.59 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.address AS address_4, t0.store_type_id AS store_type_id_5, t0.asset_type_id AS asset_type_id_6 FROM store t0 WHERE t0.id = ?
Parameters:
[
  "3"
]
4 18.66 ms
SELECT DISTINCT date_apply, sum(sales_amount) as total_sales, sum(transaction_count) as total_transactions 
            FROM store_hourly_transaction
            WHERE DAYOFWEEK(date_apply) = ?
            AND store_id = ?
            GROUP by date_apply
            ORDER BY date_apply DESC
            LIMIT 6
Parameters:
[
  4
  3
]
5 7.94 ms
SELECT date_apply, hour, sales_amount, transaction_count
            FROM store_hourly_transaction
            WHERE date_apply in (?,?,?,?,?,?)
            AND store_id = ?
Parameters:
[
  "2025-12-03"
  "2025-11-26"
  "2025-11-19"
  "2025-11-12"
  "2025-11-05"
  "2025-10-29"
  3
]
6 0.75 ms
SELECT t0.id AS id_1, t0.date_apply AS date_apply_2, t0.employee_rows AS employee_rows_3, t0.manager_rows AS manager_rows_4, t0.projected_sales AS projected_sales_5, t0.percentage_multiplier AS percentage_multiplier_6, t0.is_final AS is_final_7, t0.store_hour_start AS store_hour_start_8, t0.store_hour_end AS store_hour_end_9, t0.store_id AS store_id_10 FROM store_schedule t0 WHERE t0.store_id = ? AND t0.date_apply = ? LIMIT 1
Parameters:
[
  3
  "2025-12-17"
]
7 0.49 ms
SELECT t0.id AS id_1, t0.year AS year_2, t0.jan AS jan_3, t0.feb AS feb_4, t0.mar AS mar_5, t0.apr AS apr_6, t0.may AS may_7, t0.jun AS jun_8, t0.jul AS jul_9, t0.aug AS aug_10, t0.sep AS sep_11, t0.oct AS oct_12, t0.nov AS nov_13, t0.`dec` AS dec_14, t0.store_id AS store_id_15 FROM store_peculiarity t0 WHERE t0.store_id = ? AND t0.year = ? LIMIT 1
Parameters:
[
  3
  "2025"
]

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\Entity\User 1
App\Entity\Role 1
App\Entity\Store 1
App\Entity\StoreType 1
App\Entity\AssetType 1
App\Entity\StoreSchedule 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Role No errors.
App\Entity\Store
  • The association App\Entity\Store#storeType refers to the inverse side field App\Entity\StoreType#store which does not exist.
App\Entity\StoreType
  • The mappings App\Entity\StoreType#stores and App\Entity\Store#storeType are inconsistent with each other.
App\Entity\AssetType No errors.
App\Entity\Employee No errors.
App\Entity\StoreSchedule No errors.
App\Entity\StorePeculiarity No errors.