Query Metrics
4
Database Queries
3
Different statements
1.98 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.99 ms (49.80%) |
2 |
SELECT s0_.id AS id_0, s0_.time_zone AS time_zone_1, s0_.company_name AS company_name_2, s0_.vat AS vat_3, s0_.company_email AS company_email_4, s0_.company_phone AS company_phone_5, s0_.app_tenant_id AS app_tenant_id_6, s0_.app_client_id AS app_client_id_7, s0_.app_client_secret AS app_client_secret_8, s0_.invoice_discount AS invoice_discount_9, s0_.technical_costs_month_client AS technical_costs_month_client_10, s0_.robot_user AS robot_user_11, s0_.robot_pwd AS robot_pwd_12, s0_.first_invoice_number AS first_invoice_number_13, s0_.first_void_number AS first_void_number_14 FROM setting s0_ ORDER BY s0_.id DESC
Parameters:
[] |
|
0.52 ms (26.01%) |
1 |
SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.monthly_price AS monthly_price_3, t0.reg_datetime AS reg_datetime_4, t0.client_id AS client_id_5, t0.product_webhosting_id AS product_webhosting_id_6 FROM cart_webhosting t0 WHERE t0.session_id = ? LIMIT 1
Parameters:
[
"4lk8ugueqv4kgdv122uijmcv7t"
]
|
|
0.48 ms (24.19%) |
1 |
SELECT COUNT(c0_.id) AS sclr_0 FROM cart c0_ WHERE c0_.session_id = ?
Parameters:
[
"4lk8ugueqv4kgdv122uijmcv7t"
]
|
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\Setting | No errors. |
| App\Entity\Cart | No errors. |
| App\Entity\CartWebhosting | No errors. |
| App\Entity\User | No errors. |
| App\Entity\ProductWebhosting | No errors. |