https://5.196.13.5/

Query Metrics

4 Database Queries
2 Different statements
3.36 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.91 ms
(0.00%)
3
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "2"
  "en"
  "App\Entity\Domain"
]
1.46 ms
(0.00%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.homepage AS homepage_4, t0.logo AS logo_5, t0.favicon AS favicon_6, t0.company_name AS company_name_7, t0.address AS address_8, t0.zip_code AS zip_code_9, t0.city AS city_10, t0.phone AS phone_11, t0.registration_nr AS registration_nr_12, t0.email AS email_13, t0.seo_title AS seo_title_14, t0.seo_description AS seo_description_15, t0.terms_and_conditions_page AS terms_and_conditions_page_16, t0.privacy_policy_page AS privacy_policy_page_17, t0.active AS active_18, t0.instagram_url AS instagram_url_19, t0.facebook_url AS facebook_url_20, t0.facebook_pixel_id AS facebook_pixel_id_21, t0.facebook_access_token AS facebook_access_token_22, t0.test_event_code AS test_event_code_23, t0.sale_supply_shop_id AS sale_supply_shop_id_24, t0.changed_url AS changed_url_25, t0.changed_translation AS changed_translation_26, t0.google_tag_manager_code AS google_tag_manager_code_27, t0.klaviyo_api_key AS klaviyo_api_key_28, t0.klaviyo_list_id AS klaviyo_list_id_29, t0.google_api_secret AS google_api_secret_30, t0.google_tag_code AS google_tag_code_31, t0.default_event_providers AS default_event_providers_32, t0.customer_id AS customer_id_33, t0.active_email_provider_id AS active_email_provider_id_34, t35.id AS id_36, t35.account_id AS account_id_37, t35.conversion_token AS conversion_token_38, t35.pinterest_tag AS pinterest_tag_39, t35.domain_id AS domain_id_40, t41.id AS id_42, t41.pixel_code AS pixel_code_43, t41.access_token AS access_token_44, t41.test_event_code AS test_event_code_45, t41.domain_id AS domain_id_46 FROM domain t0 LEFT JOIN pinterest_event_provider t35 ON t35.domain_id = t0.id LEFT JOIN tik_tok_event_provider t41 ON t41.domain_id = t0.id WHERE t0.active = ?
Parameters:
[
  1
]

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\Domain No errors.
App\Entity\User
  • The field App\Entity\User#domains is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Domain#customer does not contain the required 'inversedBy="domains"' attribute.
App\Entity\DomainEmailProvider No errors.
App\Entity\PinterestEventProvider No errors.
App\Entity\TikTokEventProvider No errors.
App\Entity\Product
  • The field App\Entity\Product#postUpsells is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ProductPostUpsell#product does not contain the required 'inversedBy="postUpsells"' attribute.
  • The field App\Entity\Product#marketingCosts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\MarketingCost#product does not contain the required 'inversedBy="marketingCosts"' attribute.
  • The field App\Entity\Product#funnelVisitors is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\FunnelVisitor#product does not contain the required 'inversedBy="funnelVisitors"' attribute.
App\Entity\DomainPaymentProvider No errors.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation No errors.
Gedmo\Translatable\Entity\Translation No errors.