Query Metrics
17
Database Queries
6
Different statements
3.85 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.94 ms (24.36%) |
6 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.shop_id AS shop_id_4 FROM configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"rate_eur_czk"
]
|
0.83 ms (21.57%) |
3 |
SELECT m0_.id AS id_0, m0_.title AS title_1, m0_.content AS content_2, m0_.valid_to AS valid_to_3, m0_.created_at AS created_at_4, m0_.severity AS severity_5, m0_.valid_from AS valid_from_6, m0_.active AS active_7, m0_.display_homepage AS display_homepage_8, m0_.display_on_side AS display_on_side_9, m0_.position AS position_10, m0_.author_id AS author_id_11 FROM message m0_ WHERE m0_.active = ? AND m0_.display_on_side = ? AND m0_.valid_from <= ? AND m0_.valid_to >= ? ORDER BY m0_.position ASC LIMIT 100
Parameters:
[ 1 1 "2025-04-02 00:19:06" "2025-04-02 00:19:06" ] |
0.79 ms (20.49%) |
3 |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.company AS company_4, t0.ico AS ico_5, t0.dic AS dic_6, t0.phone AS phone_7, t0.zip AS zip_8, t0.country AS country_9, t0.billing_country AS billing_country_10, t0.billing_zip AS billing_zip_11, t0.email AS email_12, t0.street AS street_13, t0.city AS city_14, t0.billing_street AS billing_street_15, t0.billing_city AS billing_city_16, t0.trx AS trx_17, t0.paid AS paid_18, t0.status AS status_19, t0.synchro_status AS synchro_status_20, t0.current_curency AS current_curency_21, t0.exchange_rate AS exchange_rate_22, t0.synchronize_count AS synchronize_count_23, t0.customer_note AS customer_note_24, t0.partner_code AS partner_code_25, t0.center_nr AS center_nr_26, t0.admin_note AS admin_note_27, t0.created AS created_28, t0.in_raynet AS in_raynet_29, t0.discount AS discount_30, t0.simple_order AS simple_order_31, t0.process_check_time AS process_check_time_32, t0.shop_id AS shop_id_33, t0.user_id AS user_id_34, t0.impersonator_id AS impersonator_id_35 FROM sale_order t0 WHERE t0.status = ?
Parameters:
[
1
]
|
0.69 ms (17.93%) |
3 |
SELECT COUNT(s0_.id) AS sclr_0 FROM sale_order s0_ WHERE s0_.status = ?
Parameters:
[
1
]
|
0.31 ms (8.07%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.shop_id AS shop_id_4 FROM configuration t0 WHERE t0.shop_id = ?
Parameters:
[
4
]
|
0.29 ms (7.58%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.domain AS domain_3, t0.currency_id AS currency_id_4 FROM shop t0 WHERE t0.domain = ?
Parameters:
[
"shop.zebra-systems.com"
]
|
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\Shop | No errors. |
App\Entity\Currency | No errors. |
App\Entity\SaleOrder | No errors. |
App\Entity\Product | No errors. |
App\Entity\Message | No errors. |
App\Entity\Configuration | No errors. |
App\Entity\User | No errors. |
App\Entity\SaleOrderItem | No errors. |
App\Entity\PaymentTransaction | No errors. |
App\Entity\OrderRemoteData | No errors. |
App\Entity\SaleOrderInvoice | No errors. |