Query Metrics
4
Database Queries
3
Different statements
10.37 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 7.87 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.cep AS cep_4, t0.creation_time AS creation_time_5, t0.description AS description_6, t0.status AS status_7, t0.logo AS logo_8, t0.favicon AS favicon_9, t0.shipping AS shipping_10, t0.payment_gateway AS payment_gateway_11, t0.free_shipping AS free_shipping_12, t0.phone AS phone_13, t0.address_full AS address_full_14, t0.public_email AS public_email_15, t0.cnpj AS cnpj_16, t0.ie AS ie_17, t0.color_one AS color_one_18, t0.w_frete_token AS w_frete_token_19, t0.plan_id AS plan_id_20 FROM store t0 WHERE t0.url = ? LIMIT 1
Parameters:
[
"www.construdicas.com.br"
]
|
| 2 | 0.48 ms |
SELECT DATABASE()
Parameters:
[] |
| 3 | 1.52 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"wabstore_db"
]
|
| 4 | 0.49 ms |
SELECT DATABASE()
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\Store | No errors. |
| App\Entity\Plan | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Purchase | No errors. |
| App\Entity\Configuration | No errors. |
| App\Entity\StorePayment | No errors. |
| App\Entity\Attribute | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Banner | No errors. |
| App\Entity\Brand | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\StoreFaq | No errors. |
| App\Entity\NewsLetter | No errors. |
| App\Entity\ExceptionLog | No errors. |
| App\Entity\StoreStatusLog | No errors. |
| App\Entity\Notification | No errors. |