Query Metrics

5 Database Queries
5 Different statements
7.57 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.97 ms
(39.22%)
1
SELECT s0_.id AS id_0, s0_.productid AS productid_1, s0_.productimageid AS productimageid_2, s0_.productimagename AS productimagename_3, s0_.imageaddedtime AS imageaddedtime_4, s0_.productinstock AS productinstock_5 FROM shopproductimages s0_ WHERE s0_.productid IN (?, ?, ?)
Parameters:
[
  "dg--t5jgfj843th9gh9ghdfg"
  "654073660"
  "845485964"
]
2.16 ms
(28.55%)
1
select * from shop where shopid = '5998269'
Parameters:
[]
0.84 ms
(11.10%)
1
SELECT s0_.id AS id_0, s0_.shopid AS shopid_1, s0_.shopproductid AS shopproductid_2, s0_.masterproductid AS masterproductid_3, s0_.shopproductname AS shopproductname_4, s0_.shopproductprice AS shopproductprice_5, s0_.shopproductdesc AS shopproductdesc_6, s0_.displayproduct AS displayproduct_7, s0_.stockout AS stockout_8 FROM shopproducts s0_ WHERE s0_.shopid = ?
Parameters:
[
  "5998269"
]
0.83 ms
(10.99%)
1
SELECT p0_.id AS id_0, p0_.shopid AS shopid_1, p0_.productid AS productid_2, p0_.productprice AS productprice_3, p0_.markasoffer AS markasoffer_4, p0_.addedtime AS addedtime_5 FROM prodproductprice p0_ WHERE p0_.shopid = ? AND p0_.productid IN (?, ?, ?) ORDER BY p0_.id ASC
Parameters:
[
  "5998269"
  "dg--t5jgfj843th9gh9ghdfg"
  "654073660"
  "845485964"
]
0.77 ms
(10.14%)
1
SELECT c0_.id AS id_0, c0_.userid AS userid_1, c0_.cartid AS cartid_2, c0_.establishmentid AS establishmentid_3, c0_.productid AS productid_4, c0_.productvariantid AS productvariantid_5, c0_.productname AS productname_6, c0_.productcartprice AS productcartprice_7, c0_.quantity AS quantity_8, c0_.engravetext AS engravetext_9, c0_.addedtime AS addedtime_10 FROM cart c0_ WHERE c0_.userid = ? GROUP BY c0_.establishmentid
Parameters:
[
  "22270733"
]

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\Shopproducts No errors.
App\Entity\Shopproductimages No errors.
App\Entity\Prodproductprice No errors.
App\Entity\Cart No errors.