GET https://platinum.vortice.dev/10/variantes

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.48 ms
SELECT t0.id AS id_1, t0.description AS description_2, t0.brand_dingo AS brand_dingo_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.synchronized_at AS synchronized_at_6 FROM erp_product t0 WHERE t0.id = ?
Parameters:
[
  "10"
]
2 0.06 ms
SELECT t0.id AS id_1, t0.identification AS identification_2, t0.unit_volume AS unit_volume_3, t0.gross_weight AS gross_weight_4, t0.inventory AS inventory_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.synchronized_at AS synchronized_at_8, t0.to_be_synced AS to_be_synced_9, t0.product_id AS product_id_10 FROM erp_variant t0 WHERE t0.product_id = ?
Parameters:
[
  10
]

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\ErpProduct
  • The mappings App\Entity\ErpProduct#variants and App\Entity\ErpVariant#product are inconsistent with each other.
App\Entity\ErpVariant
  • The association App\Entity\ErpVariant#product refers to the inverse side field App\Entity\ErpProduct#erpVariants which does not exist.
App\Entity\ErpSellPrice No errors.