GET https://warehouse.webkul.com/api/states?c_id=17

Query Metrics

2 Database Queries
2 Different statements
3.94 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.79 ms
(70.79%)
1
SELECT t0.id AS id_1, t0.domain AS domain_2, t0.password AS password_3, t0.roles AS roles_4, t0.platform AS platform_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.shopify_token AS shopify_token_8 FROM user t0 WHERE t0.domain = ? LIMIT 1
Parameters:
[
  "petstoretester.myshopify.com"
]
1.15 ms
(29.21%)
1
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.iso_code AS iso_code_2, p0_.active AS active_3 FROM province p0_ WHERE p0_.country_id = ? ORDER BY p0_.name ASC
Parameters:
[
  "17"
]

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
  • The mappings App\Entity\User#importOrders and App\Entity\ImportOrder#user are inconsistent with each other.
App\Entity\Warehouse No errors.
App\Entity\ShopifyLocation No errors.
App\Entity\Product No errors.
App\Entity\ImportOrder
  • The association App\Entity\ImportOrder#user refers to the inverse side field App\Entity\User#orders which does not exist.
App\Entity\Province No errors.