GET https://platinum.vortice.dev/?page=2

Query Metrics

13 Database Queries
4 Different statements
1.42 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.87 ms
(60.86%)
1
SELECT count(DISTINCT e0_.id) AS sclr_0 FROM erp_product e0_
Parameters:
[]
0.35 ms
(24.46%)
10
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:
[
  11
]
0.16 ms
(10.96%)
1
SELECT e0_.id AS id_0, e0_.description AS description_1, e0_.brand_dingo AS brand_dingo_2, e0_.created_at AS created_at_3, e0_.updated_at AS updated_at_4, e0_.synchronized_at AS synchronized_at_5 FROM erp_product e0_ WHERE e0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
]
0.05 ms
(3.72%)
1
SELECT DISTINCT e0_.id AS id_0 FROM erp_product e0_ LIMIT 10 OFFSET 10
Parameters:
[]

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.