http://beta.shopingy.com/

Query Metrics

3 Database Queries
3 Different statements
511.29 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
502.44 ms
(98.27%)
1
SELECT COUNT(DISTINCT s0_.shop_id) AS sclr_0 FROM shops s0_
Parameters:
[]
6.28 ms
(1.23%)
1
SELECT COUNT(DISTINCT s0_.shoppingmall_id) AS sclr_0 FROM shoppingmalls s0_
Parameters:
[]
2.56 ms
(0.50%)
1
SELECT COUNT(DISTINCT b0_.brand_id) AS sclr_0 FROM brands b0_
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\Brand No errors.
App\Entity\Shop No errors.
App\Entity\Shoppingmall
  • The field App\Entity\Shoppingmall#shops is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Shop#shoppingMall does not contain the required 'inversedBy="shops"' attribute.