http://dev.api.digidom.pro/v1/orders?category=DOM_IMMAT&organization=27878&q=%2Fv1%2Forders

Query Metrics

10 Database Queries
6 Different statements
104.28 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 40.13 ms
SELECT a0_.id AS id_0, a0_.email AS email_1, a0_.phone_number AS phone_number_2, a0_.password AS password_3, a0_.roles AS roles_4, a0_.lastname AS lastname_5, a0_.firstname AS firstname_6, a0_.created_at AS created_at_7, a0_.registration_source AS registration_source_8, a0_.honorific_prefix AS honorific_prefix_9, a0_.reset_token AS reset_token_10, a0_.reset_token_expiration_date AS reset_token_expiration_date_11, a0_.uniq_id AS uniq_id_12, a0_.code_confirmation AS code_confirmation_13, a0_.updated_at AS updated_at_14, a0_.is_active AS is_active_15 FROM app_users a0_ WHERE a0_.email = ? OR a0_.phone_number = ?
Parameters:
[
  "stanislas@digidom.pro"
  "stanislas@digidom.pro"
]
2 31.24 ms
SELECT a0_.id AS id_0, a0_.email AS email_1, a0_.phone_number AS phone_number_2, a0_.password AS password_3, a0_.roles AS roles_4, a0_.lastname AS lastname_5, a0_.firstname AS firstname_6, a0_.created_at AS created_at_7, a0_.registration_source AS registration_source_8, a0_.honorific_prefix AS honorific_prefix_9, a0_.reset_token AS reset_token_10, a0_.reset_token_expiration_date AS reset_token_expiration_date_11, a0_.uniq_id AS uniq_id_12, a0_.code_confirmation AS code_confirmation_13, a0_.updated_at AS updated_at_14, a0_.is_active AS is_active_15 FROM app_users a0_ WHERE a0_.email = ? OR a0_.phone_number = ?
Parameters:
[
  "berlin@google.com"
  "berlin@google.com"
]
3 20.57 ms
SELECT a0_.id AS id_0, a0_.email AS email_1, a0_.phone_number AS phone_number_2, a0_.password AS password_3, a0_.roles AS roles_4, a0_.lastname AS lastname_5, a0_.firstname AS firstname_6, a0_.created_at AS created_at_7, a0_.registration_source AS registration_source_8, a0_.honorific_prefix AS honorific_prefix_9, a0_.reset_token AS reset_token_10, a0_.reset_token_expiration_date AS reset_token_expiration_date_11, a0_.uniq_id AS uniq_id_12, a0_.code_confirmation AS code_confirmation_13, a0_.updated_at AS updated_at_14, a0_.is_active AS is_active_15 FROM app_users a0_ WHERE a0_.email = ? OR a0_.phone_number = ?
Parameters:
[
  "_e6b9fd729bc2978c85f2ae55ea60d040"
  "_e6b9fd729bc2978c85f2ae55ea60d040"
]
4 2.05 ms
SELECT DISTINCT o0_.id AS id_0, o0_.id AS id_1 FROM orders o0_ INNER JOIN organization o1_ ON o0_.organization_id = o1_.id INNER JOIN organization_user o3_ ON o1_.id = o3_.organization_id INNER JOIN app_users a2_ ON a2_.id = o3_.user_id WHERE o0_.id IN (SELECT o4_.id FROM orders o4_ INNER JOIN organization o5_ ON o4_.organization_id = o5_.id INNER JOIN organization_user o7_ ON o5_.id = o7_.organization_id INNER JOIN app_users a6_ ON a6_.id = o7_.user_id WHERE a2_.id = ? AND o4_.organization_id = ? AND o4_.category = ?) ORDER BY o0_.id ASC LIMIT 30
Parameters:
[
  26233
  "27878"
  "DOM_IMMAT"
]
5 1.68 ms
SELECT o0_.id AS id_0, o0_.status AS status_1, o0_.created_at AS created_at_2, o0_.total_price_without_tax AS total_price_without_tax_3, o0_.vatrate AS vatrate_4, o0_.total_price AS total_price_5, o0_.category AS category_6, o0_.invoice_id AS invoice_id_7, o0_.organization_id AS organization_id_8 FROM orders o0_ INNER JOIN organization o1_ ON o0_.organization_id = o1_.id INNER JOIN organization_user o3_ ON o1_.id = o3_.organization_id INNER JOIN app_users a2_ ON a2_.id = o3_.user_id WHERE o0_.id IN (SELECT o4_.id FROM orders o4_ INNER JOIN organization o5_ ON o4_.organization_id = o5_.id INNER JOIN organization_user o7_ ON o5_.id = o7_.organization_id INNER JOIN app_users a6_ ON a6_.id = o7_.user_id WHERE a2_.id = ? AND o4_.organization_id = ? AND o4_.category = ?) AND o0_.id IN (?) ORDER BY o0_.id ASC
Parameters:
[
  26233
  "27878"
  "DOM_IMMAT"
  [
    2907
  ]
]
6 1.45 ms
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.unit_price_without_tax AS unit_price_without_tax_3, t0.description AS description_4, t0.discount_without_tax AS discount_without_tax_5, t0.discount_without_tax_percent AS discount_without_tax_percent_6, t0.vatper_product AS vatper_product_7, t0.is_offer AS is_offer_8, t0.offer_quantity AS offer_quantity_9, t0.is_trial_offer AS is_trial_offer_10, t0.is_remove_at_trial_end AS is_remove_at_trial_end_11, t0.deadline_offer AS deadline_offer_12, t0.product_id AS product_id_13, t0.invoice_id AS invoice_id_14, t0.quote_id AS quote_id_15, t0.item_order_id AS item_order_id_16, t0.subscription_model_id AS subscription_model_id_17, t0.subscription_included_id AS subscription_included_id_18 FROM item t0 WHERE t0.item_order_id = ?
Parameters:
[
  2907
]
7 1.25 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.alternate_name AS alternate_name_3, t0.price_without_tax AS price_without_tax_4, t0.description AS description_5, t0.active AS active_6, t0.meta_description AS meta_description_7, t0.meta_title AS meta_title_8, t0.url AS url_9, t0.created_at AS created_at_10, t0.subscription_type AS subscription_type_11, t0.unique_key AS unique_key_12, t0.is_displayed AS is_displayed_13, t0.is_archived AS is_archived_14, t0.is_subscription_component AS is_subscription_component_15, t0.category_id AS category_id_16, t0.category_for_billing_report_id AS category_for_billing_report_id_17 FROM product t0 WHERE t0.id = ?
Parameters:
[
  1
]
8 2.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.alternate_name AS alternate_name_3, t0.price_without_tax AS price_without_tax_4, t0.description AS description_5, t0.active AS active_6, t0.meta_description AS meta_description_7, t0.meta_title AS meta_title_8, t0.url AS url_9, t0.created_at AS created_at_10, t0.subscription_type AS subscription_type_11, t0.unique_key AS unique_key_12, t0.is_displayed AS is_displayed_13, t0.is_archived AS is_archived_14, t0.is_subscription_component AS is_subscription_component_15, t0.category_id AS category_id_16, t0.category_for_billing_report_id AS category_for_billing_report_id_17 FROM product t0 WHERE t0.id = ?
Parameters:
[
  130
]
9 1.97 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.alternate_name AS alternate_name_3, t0.price_without_tax AS price_without_tax_4, t0.description AS description_5, t0.active AS active_6, t0.meta_description AS meta_description_7, t0.meta_title AS meta_title_8, t0.url AS url_9, t0.created_at AS created_at_10, t0.subscription_type AS subscription_type_11, t0.unique_key AS unique_key_12, t0.is_displayed AS is_displayed_13, t0.is_archived AS is_archived_14, t0.is_subscription_component AS is_subscription_component_15, t0.category_id AS category_id_16, t0.category_for_billing_report_id AS category_for_billing_report_id_17 FROM product t0 WHERE t0.id = ?
Parameters:
[
  132
]
10 1.82 ms
SELECT COUNT(DISTINCT o0_.id) AS sclr_0 FROM orders o0_ INNER JOIN organization o1_ ON o0_.organization_id = o1_.id INNER JOIN organization_user o3_ ON o1_.id = o3_.organization_id INNER JOIN app_users a2_ ON a2_.id = o3_.user_id WHERE o0_.id IN (SELECT o4_.id FROM orders o4_ INNER JOIN organization o5_ ON o4_.organization_id = o5_.id INNER JOIN organization_user o7_ ON o5_.id = o7_.organization_id INNER JOIN app_users a6_ ON a6_.id = o7_.user_id WHERE a2_.id = ? AND o4_.organization_id = ? AND o4_.category = ?)
Parameters:
[
  26233
  "27878"
  "DOM_IMMAT"
]

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
Evo\Infrastructure\MappingORM\Product No errors.
Evo\Infrastructure\MappingORM\Invoice No errors.
Evo\Infrastructure\MappingORM\Subscription No errors.
Evo\Infrastructure\MappingORM\SubscriptionModel No errors.
Evo\Infrastructure\MappingORM\Order No errors.
Evo\Infrastructure\MappingORM\User No errors.
Evo\Infrastructure\MappingORM\PappersActivityLogWrapper No errors.
Evo\Infrastructure\MappingORM\CreditNote No errors.
Evo\Infrastructure\MappingORM\Quote No errors.
Evo\Infrastructure\MappingORM\Organization No errors.
Evo\Infrastructure\MappingORM\Store No errors.
Evo\Infrastructure\MappingORM\UserUTM No errors.
Evo\Infrastructure\MappingORM\Lead No errors.
Evo\Infrastructure\MappingORM\ActivityLog No errors.
Evo\Infrastructure\MappingORM\CommercialGesture No errors.
Evo\Infrastructure\MappingORM\ActivityDomain No errors.
Evo\Infrastructure\MappingORM\ActivitySubdomain No errors.
Evo\Infrastructure\MappingORM\ProfessionDetail No errors.
Evo\Infrastructure\MappingORM\ProfessionType No errors.
Evo\Infrastructure\MappingORM\Item No errors.
Evo\Infrastructure\MappingORM\Category No errors.
Evo\Infrastructure\MappingORM\Pack No errors.
Evo\Infrastructure\MappingORM\PostalAddress No errors.
Evo\Infrastructure\MappingORM\DiscountCode No errors.
Evo\Infrastructure\MappingORM\Service No errors.
Evo\Infrastructure\MappingORM\ProductHistory No errors.
Evo\Infrastructure\MappingORM\DiscountConfiguration No errors.