https://www.service-africa.com/shop-detail/1/0/10/3

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.68 ms
(0.00%)
1
SELECT
					*
				FROM
					cart_product
				WHERE
					price = (
						SELECT
							MAX(price)
						FROM
							cart_product
						WHERE
							cart_cat = 1
					)
						AND
							cart_cat = 1
Parameters:
[]
0.65 ms
(0.00%)
1
SELECT * FROM cart_product WHERE cart_cat = 1 AND type =10 AND type1 =3 LIMIT 40
Parameters:
[]
0.59 ms
(0.00%)
1
SELECT c0_.id AS id_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.name AS name_3, c0_.content AS content_4, c0_.image AS image_5, c0_.price AS price_6 FROM cart_payment c0_
Parameters:
[]
0.46 ms
(0.00%)
1
SELECT c0_.id AS id_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.name AS name_3, c0_.price AS price_4, c0_.content AS content_5, c0_.image AS image_6 FROM cart_shipment c0_
Parameters:
[]
0.30 ms
(0.00%)
1
SELECT MIN(price) AS price FROM cart_product WHERE cart_cat = 1
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\Component\Product\Model\Product No errors.
App\Entity\WishList No errors.
App\Component\Payment\Model\Payment No errors.
App\Component\Shipment\Model\Shipment No errors.