GET http://35.77.87.19/smaregi/orders

Query Metrics

2 Database Queries
2 Different statements
0.72 ms Query time
0 Invalid entities
11 Managed entities

Queries

Group similar statements

# Time Info
1 0.56 ms
SELECT o0_.id AS id_0, o0_.order_number AS order_number_1, o0_.customer_name AS customer_name_2, o0_.customer_email AS customer_email_3, o0_.total_amount AS total_amount_4, o0_.status AS status_5, o0_.smaregi_product_id AS smaregi_product_id_6, o0_.smaregi_order_id AS smaregi_order_id_7, o0_.created_at AS created_at_8, o0_.updated_at AS updated_at_9 FROM orders o0_ ORDER BY o0_.created_at DESC LIMIT 20
Parameters:
[]
2 0.16 ms
SELECT COUNT(o0_.id) AS sclr_0 FROM orders o0_
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Order 11

Entities Mapping

Class Mapping errors
App\Entity\Order No errors.
App\Entity\OrderItem No errors.