https://5.196.13.5/

Query Metrics

15 Database Queries
9 Different statements
20.92 ms Query time
4 Invalid entities

Grouped Statements

Show all queries

Time Count Info
10.89 ms
(0.00%)
1
SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'mvpcartbirds' ORDER BY k.ORDINAL_POSITION
Parameters:
[]
2.43 ms
(0.00%)
2
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[]
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
]
1.37 ms
(0.00%)
1
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'mvpcartbirds' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
Parameters:
[]
0.98 ms
(0.00%)
4
SELECT DATABASE()
Parameters:
[]
0.96 ms
(0.00%)
1
SELECT t.ENGINE,
       t.AUTO_INCREMENT,
       t.TABLE_COMMENT,
       t.CREATE_OPTIONS,
       t.TABLE_COLLATION,
       ccsa.CHARACTER_SET_NAME
FROM information_schema.TABLES t
    INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa
        ON ccsa.COLLATION_NAME = t.TABLE_COLLATION
WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
Parameters:
[]
0.61 ms
(0.00%)
1
SELECT * FROM doctrine_migration_versions
Parameters:
[]
0.33 ms
(0.00%)
1
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'mvpcartbirds' ORDER BY SEQ_IN_INDEX ASC
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\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.
App\Entity\Plan No errors.
App\Entity\FAQ No errors.
App\Entity\ProductVariant No errors.
App\Entity\Image No errors.
App\Entity\PaymentProvider No errors.
App\Entity\ShippingProvider No errors.
App\Entity\ProductPostUpsell No errors.
App\Entity\Country No errors.
App\Entity\ProductTracker No errors.
App\Entity\ProductType No errors.
App\Entity\ProductImages No errors.
App\Entity\MarketingCost No errors.
App\Entity\ProductDetail
  • The field App\Entity\ProductDetail#products is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Product#productDetail does not contain the required 'inversedBy="products"' attribute.
  • The field App\Entity\ProductDetail#stockTransactions is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ProductStockTransaction#productDetail does not contain the required 'inversedBy="stockTransactions"' attribute.
App\Entity\CheckoutConfiguration No errors.
App\Entity\Order
  • The field App\Entity\Order#refunds is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\OrderRefund#order does not contain the required 'inversedBy="refunds"' attribute.
  • The field App\Entity\Order#orderHolder is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\OrderHolder#order does not contain the required 'inversedBy="orderHolder"' attribute.
App\Entity\Warehouse No errors.
App\Entity\FunnelVisitor No errors.