Error 500 Internal Server Error

GET https://www.anuppu.in/cart?p=cart

Query Metrics

2 Database Queries
2 Different statements
4.43 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.25 ms
(50.80%)
1
SELECT p1.shopid as shopid, p1.productid as productid, p1.productprice as productprice
                                FROM prodproductprice p1
                                WHERE p1.id = (
                                    SELECT MAX(p2.id)
                                    FROM prodproductprice p2
                                    WHERE p2.shopid = p1.shopid AND p2.productid = p1.productid 
                                ) AND shopid IN ('8597665') AND productid IN ('400098936')
Parameters:
[]
2.18 ms
(49.20%)
1
select * from  cart
            JOIN shop ON shop.shopid = cart.establishmentid 
            where cart.userid = '22270733'
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

No loaded entities.