Query Metrics
123
Database Queries
23
Different statements
153.50 ms
Query time
29
Invalid entities
13
Managed entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
61.19 ms (39.87%) |
83 |
SELECT w0_.photo AS photo_0 FROM web_category_banner w0_ INNER JOIN web_category w1_ ON w0_.web_category_id = w1_.id INNER JOIN web_site w2_ ON w0_.site_id = w2_.id WHERE w0_.status = 1 AND w0_.type = 2 AND w2_.id = ? AND w1_.id = ? LIMIT 1
Parameters:
[ 2 101 ] |
|
37.28 ms (24.29%) |
1 |
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.u_date AS u_date_5, t0.id AS id_6, t0.sira AS sira_7, t0.code AS code_8, t0.del AS del_9, t0.userSession AS userSession_10, t0.quantity AS quantity_11, t0.sqm AS sqm_12, t0.price AS price_13, t0.free_sample AS free_sample_14, t0.user_id AS user_id_15, t0.item_id AS item_id_16, t0.show_item_id AS show_item_id_17, t0.item_detail_id AS item_detail_id_18 FROM web_basket t0 WHERE t0.userSession = ?
Parameters:
[
"b85b22d1079196d44572e2baa6d5b25d"
]
|
|
9.05 ms (5.90%) |
1 |
SELECT COUNT(w0_.id) AS sclr_0 FROM web_basket w0_ WHERE w0_.userSession = ?
Parameters:
[
"b85b22d1079196d44572e2baa6d5b25d"
]
|
|
7.19 ms (4.69%) |
8 |
SELECT w0_.id AS id_0, w0_.title AS title_1, w0_.group_status AS group_status_2, w0_.group_name AS group_name_3, w0_.title_seo AS title_seo_4 FROM web_category w0_ LEFT JOIN web_category w1_ ON w0_.category_id = w1_.id INNER JOIN web_site w2_ ON w0_.site_id = w2_.id WHERE w0_.status = 1 AND w0_.del = 0 AND w2_.id = ? AND w1_.id = ? ORDER BY w0_.sira ASC
Parameters:
[ 2 46 ] |
|
6.28 ms (4.09%) |
1 |
SELECT tc.TABLE_NAME, tc.CONSTRAINT_NAME, kcu.COLUMN_NAME FROM information_schema.TABLE_CONSTRAINTS tc INNER JOIN information_schema.KEY_COLUMN_USAGE kcu ON kcu.TABLE_NAME = tc.TABLE_NAME AND kcu.CONSTRAINT_NAME = tc.CONSTRAINT_NAME WHERE tc.TABLE_SCHEMA = ? AND kcu.TABLE_SCHEMA = ? AND tc.TABLE_NAME = ? AND tc.CONSTRAINT_TYPE = 'PRIMARY KEY' ORDER BY TABLE_NAME, kcu.ORDINAL_POSITION
Parameters:
[ "dbs9323576" "dbs9323576" "doctrine_migration_versions" ] |
|
5.35 ms (3.49%) |
2 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"dbs9323576"
]
|
|
4.51 ms (2.94%) |
2 |
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.u_date AS u_date_5, t0.id AS id_6, t0.sira AS sira_7, t0.code AS code_8, t0.del AS del_9, t0.facebook AS facebook_10, t0.pinterest AS pinterest_11, t0.twitter AS twitter_12, t0.linkedin AS linkedin_13, t0.instagram AS instagram_14, t0.site_id AS site_id_15 FROM web_social t0 WHERE t0.site_id = ? LIMIT 1
Parameters:
[
2
]
|
|
4.02 ms (2.62%) |
3 |
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.u_date AS u_date_5, t0.id AS id_6, t0.sira AS sira_7, t0.code AS code_8, t0.del AS del_9, t0.title AS title_10, t0.titleSeo AS titleSeo_11, t0.description AS description_12, t0.type AS type_13, t0.upper_link AS upper_link_14, t0.meta_title AS meta_title_15, t0.meta_description AS meta_description_16, t0.site_id AS site_id_17 FROM web_page t0 WHERE t0.site_id = ? AND t0.del = ? AND t0.type = ?
Parameters:
[ 2 0 "1" ] |
|
3.33 ms (2.17%) |
1 |
SELECT k.TABLE_NAME, k.CONSTRAINT_NAME, k.REFERENCED_TABLE_NAME, c.UPDATE_RULE, c.DELETE_RULE, k.COLUMN_NAME, k.REFERENCED_COLUMN_NAME FROM information_schema.KEY_COLUMN_USAGE k INNER JOIN information_schema.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME WHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL ORDER BY k.TABLE_NAME, k.CONSTRAINT_NAME, k.ORDINAL_POSITION
Parameters:
[ "dbs9323576" "dbs9323576" "doctrine_migration_versions" ] |
|
3.19 ms (2.08%) |
1 |
SELECT c.TABLE_NAME, c.COLUMN_NAME, IF( c.DATA_TYPE = 'longtext' AND EXISTS( SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c WHERE i_c.CONSTRAINT_SCHEMA = 'dbs9323576' AND i_c.TABLE_NAME = c.TABLE_NAME AND i_c.CHECK_CLAUSE = CONCAT( 'json_valid(`', c.COLUMN_NAME, '`)' ) ), 'json', c.DATA_TYPE ), c.COLUMN_TYPE, c.CHARACTER_MAXIMUM_LENGTH, c.CHARACTER_OCTET_LENGTH, c.NUMERIC_PRECISION, c.NUMERIC_SCALE, c.IS_NULLABLE, c.COLUMN_DEFAULT, c.EXTRA, c.COLUMN_COMMENT, c.CHARACTER_SET_NAME, c.COLLATION_NAME FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' ORDER BY c.TABLE_NAME, c.ORDINAL_POSITION
Parameters:
[ "dbs9323576" "dbs9323576" "doctrine_migration_versions" ] |
|
2.84 ms (1.85%) |
8 |
SELECT DATABASE()
Parameters:
[] |
|
1.73 ms (1.13%) |
1 |
SELECT w0_.id AS id_0, w0_.group_status AS group_status_1, w0_.group_name AS group_name_2, w0_.title AS title_3, w0_.title_seo AS title_seo_4 FROM web_category w0_ INNER JOIN web_site w1_ ON w0_.site_id = w1_.id INNER JOIN web_category w2_ ON w0_.category_id = w2_.id WHERE w0_.status = 1 AND w0_.del = 0 AND w1_.id = ? AND w2_.category_id IS NULL ORDER BY w0_.sira ASC
Parameters:
[
2
]
|
|
1.56 ms (1.02%) |
1 |
SELECT t.TABLE_NAME, 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 t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[ "dbs9323576" "doctrine_migration_versions" ] |
|
1.13 ms (0.74%) |
1 |
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.u_date AS u_date_5, t0.id AS id_6, t0.sira AS sira_7, t0.code AS code_8, t0.del AS del_9, t0.title AS title_10, t0.titleSeo AS titleSeo_11, t0.description AS description_12, t0.type AS type_13, t0.upper_link AS upper_link_14, t0.meta_title AS meta_title_15, t0.meta_description AS meta_description_16, t0.site_id AS site_id_17 FROM web_page t0 WHERE t0.site_id = ? AND t0.del = ? AND t0.type = ? LIMIT 1
Parameters:
[ 2 0 "4" ] |
|
0.68 ms (0.44%) |
1 |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_description AS company_description_3, t0.company_email AS company_email_4, t0.company_phone AS company_phone_5, t0.company_fax AS company_fax_6, t0.company_address AS company_address_7, t0.company_address_html AS company_address_html_8, t0.company_logo AS company_logo_9, t0.copyright AS copyright_10, t0.auto_allocate AS auto_allocate_11, t0.cronjob_auto_allocate AS cronjob_auto_allocate_12, t0.cronjob_credit_hold AS cronjob_credit_hold_13, t0.exchange_rate_api AS exchange_rate_api_14, t0.coming_soon AS coming_soon_15, t0.coming_soon_date AS coming_soon_date_16, t0.maintenance_mode AS maintenance_mode_17, t0.custom_transaction AS custom_transaction_18, t0.transaction_entries AS transaction_entries_19, t0.api AS api_20, t0.login_captcha_key AS login_captcha_key_21, t0.login_captcha_id AS login_captcha_id_22, t0.dev_mod AS dev_mod_23, t0.developer_email AS developer_email_24, t0.ftp_username AS ftp_username_25, t0.ftp_hostname AS ftp_hostname_26, t0.ftp_password AS ftp_password_27, t0.ftp_port AS ftp_port_28 FROM system_settings t0 WHERE t0.id = ?
Parameters:
[
0
]
|
|
0.65 ms (0.43%) |
1 |
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.u_date AS u_date_5, t0.id AS id_6, t0.sira AS sira_7, t0.code AS code_8, t0.del AS del_9, t0.title AS title_10, t0.titleSeo AS titleSeo_11, t0.description AS description_12, t0.type AS type_13, t0.upper_link AS upper_link_14, t0.meta_title AS meta_title_15, t0.meta_description AS meta_description_16, t0.site_id AS site_id_17 FROM web_page t0 WHERE t0.site_id = ? AND t0.del = ? AND t0.upper_link = ?
Parameters:
[ 2 0 "1" ] |
|
0.63 ms (0.41%) |
1 |
SELECT w0_.id AS id_0, w0_.title_seo AS title_seo_1, w1_.footer_title AS footer_title_2 FROM web_category_show w1_ INNER JOIN web_category w0_ ON w1_.web_category_id = w0_.id INNER JOIN web_site w2_ ON w1_.site_id = w2_.id WHERE w1_.status = 1 AND w1_.footer_title IS NOT NULL AND w0_.status = 1 AND w0_.del = 0 AND w2_.id = ? ORDER BY w1_.sira ASC
Parameters:
[
2
]
|
|
0.61 ms (0.40%) |
1 |
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.u_date AS u_date_5, t0.id AS id_6, t0.sira AS sira_7, t0.code AS code_8, t0.del AS del_9, t0.title AS title_10, t0.meta_title AS meta_title_11, t0.meta_description AS meta_description_12, t0.site_id AS site_id_13 FROM web_page_source t0 WHERE t0.site_id = ? AND t0.title = ? LIMIT 1
Parameters:
[ 2 "contact" ] |
|
0.57 ms (0.37%) |
1 |
SELECT TABLE_NAME, INDEX_NAME, INDEX_TYPE, NON_UNIQUE, COLUMN_NAME, SUB_PART FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? AND INDEX_NAME != 'PRIMARY' ORDER BY TABLE_NAME, SEQ_IN_INDEX
Parameters:
[ "dbs9323576" "doctrine_migration_versions" ] |
|
0.57 ms (0.37%) |
1 |
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.u_date AS u_date_5, t0.id AS id_6, t0.sira AS sira_7, t0.code AS code_8, t0.del AS del_9, t0.pallet_kg AS pallet_kg_10, t0.weight_limit AS weight_limit_11, t0.financial_year_start AS financial_year_start_12, t0.financial_year_end AS financial_year_end_13, t0.voidDay1 AS voidDay1_14, t0.voidDay2 AS voidDay2_15, t0.voidDay3 AS voidDay3_16, t0.voidDay4 AS voidDay4_17, t0.voidDay5 AS voidDay5_18, t0.kdv_value AS kdv_value_19, t0.default_tax AS default_tax_20 FROM settings t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.50 ms (0.32%) |
1 |
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.u_date AS u_date_5, t0.id AS id_6, t0.sira AS sira_7, t0.code AS code_8, t0.del AS del_9, t0.name AS name_10, t0.url AS url_11, t0.short_name AS short_name_12, t0.site_title AS site_title_13, t0.site_description AS site_description_14 FROM web_site t0 WHERE t0.id = ?
Parameters:
[
2
]
|
|
0.33 ms (0.22%) |
1 |
SELECT @@character_set_database, @@collation_database
Parameters:
[] |
|
0.28 ms (0.19%) |
1 |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| logging | doctrine.dbal.logging_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\WebPage | 8 |
| App\Entity\WebSite | 1 |
| App\Entity\WebPageSource | 1 |
| App\Entity\WebSocial | 1 |
| App\Entity\Settings | 1 |
| App\Entity\SystemSettings | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\BaseEntity | No errors. |
| App\Entity\WebSite |
|
| App\Entity\Samples | No errors. |
| App\Entity\CustomerOrder | No errors. |
| App\Entity\CustomerProforma |
|
| App\Entity\CustomerInvoice | No errors. |
| App\Entity\WebOrder | No errors. |
| App\Entity\WebCategoryBanner |
|
| App\Entity\WebFaq | No errors. |
| App\Entity\WebPageSource | No errors. |
| App\Entity\WebContactForm | No errors. |
| App\Entity\WebBanner | No errors. |
| App\Entity\WebBlogCategory | No errors. |
| App\Entity\WebBlog | No errors. |
| App\Entity\WebSocial | No errors. |
| App\Entity\WebItem |
|
| App\Entity\WebItemDetail |
|
| App\Entity\WebItemInfoOption | No errors. |
| App\Entity\WebLabel | No errors. |
| App\Entity\WebCareDelivery | No errors. |
| App\Entity\WebItemReview | No errors. |
| App\Entity\WebItemQuestion | No errors. |
| App\Entity\WebPage | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\CustomerContact |
|
| App\Entity\CustomerReceipt | No errors. |
| App\Entity\CustomerShipToList | No errors. |
| App\Entity\SamplesItem | No errors. |
| App\Entity\WebPalletZone |
|
| App\Entity\CustomerOrderItem | No errors. |
| App\Entity\CustomerOrderAddress | No errors. |
| App\Entity\CustomerOrderDelivery | No errors. |
| App\Entity\CustomerOrderImages | No errors. |
| App\Entity\StockTransferItem | No errors. |
| App\Entity\PurchaseOrder | No errors. |
| App\Entity\User |
|
| App\Entity\StockTransfer | No errors. |
| App\Entity\PaymentTerm | No errors. |
| App\Entity\ShippingMethod | No errors. |
| App\Entity\OrderStage |
|
| App\Entity\Warehouse |
|
| App\Entity\MultiCurrency |
|
| App\Entity\PostCode | No errors. |
| App\Entity\CustomerProformaItem | No errors. |
| App\Entity\CustomerProformaAddress | No errors. |
| App\Entity\CustomerProformaDelivery | No errors. |
| App\Entity\CustomerInvoiceItem | No errors. |
| App\Entity\CustomerInvoiceAddress | No errors. |
| App\Entity\CustomerInvoiceDelivery | No errors. |
| App\Entity\CustomerAllocate | No errors. |
| App\Entity\Journal | No errors. |
| App\Entity\CustomerRma | No errors. |
| App\Entity\CustomerCreditMemo | No errors. |
| App\Entity\PurchaseInvoice | No errors. |
| App\Entity\WebOrderItem | No errors. |
| App\Entity\WebOrderQuestionAnswers | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\WebCategory |
|
| App\Entity\WebItemPhoto | No errors. |
| App\Entity\WebBasket |
|
| App\Entity\Item |
|
| App\Entity\ZoneCourier | No errors. |
| App\Entity\WebItemInfo | No errors. |
| App\Entity\WebItemLabel | No errors. |
| App\Entity\WebItemCareDelivery | No errors. |
| App\Entity\WebItemDetailCategories | No errors. |
| App\Entity\EmailSended | No errors. |
| App\Entity\CustomerAuthorizedPerson | No errors. |
| App\Entity\CustomerNotes |
|
| App\Entity\CustomerExNotes | No errors. |
| App\Entity\SpecialPricing | No errors. |
| App\Entity\CustomerRefund |
|
| App\Entity\CustomerAllocation | No errors. |
| App\Entity\CustomerMerchandising | No errors. |
| App\Entity\ApiUser | No errors. |
| App\Entity\CustomerType | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\SalesRepresentative | No errors. |
| App\Entity\TaxDescription |
|
| App\Entity\AccountCode |
|
| App\Entity\JobTitle | No errors. |
| App\Entity\Settings | No errors. |
| App\Entity\SystemSettings | No errors. |
| App\Entity\BankAccount | No errors. |
| App\Entity\PettyCashAccount | No errors. |
| App\Entity\PaymentType | No errors. |
| App\Entity\BankReconciliation | No errors. |
| App\Entity\DepositReceipts |
|
| App\Entity\UnitMeasure | No errors. |
| App\Entity\UnitType | No errors. |
| App\Entity\PurchaseOrderItem | No errors. |
| App\Entity\PurchaseOrderRequisition | No errors. |
| App\Entity\GoodsReceived | No errors. |
| App\Entity\Supplier |
|
| App\Entity\SupplierContact |
|
| App\Entity\LogKayitlari | No errors. |
| App\Entity\UserRole | No errors. |
| App\Entity\Log | No errors. |
| App\Entity\ReturnToSupplier | No errors. |
| App\Entity\DebitMemo | No errors. |
| App\Entity\SupplierPayment | No errors. |
| App\Entity\SupplierRefund | No errors. |
| App\Entity\ShippingMethodType | No errors. |
| App\Entity\WarehouseAuthorizedPerson | No errors. |
| App\Entity\ItemWarehouse | No errors. |
| App\Entity\CustomerRmaDelivery | No errors. |
| App\Entity\CustomerRmaItem | No errors. |
| App\Entity\CustomerCreditMemoDelivery | No errors. |
| App\Entity\CustomerCreditMemoItem | No errors. |
| App\Entity\StockAdjustmentItem | No errors. |
| App\Entity\StockAdjustment | No errors. |
| App\Entity\StockTake | No errors. |
| App\Entity\OpeningBalanceCustomer |
|
| App\Entity\OpeningBalanceSupplier | No errors. |
| App\Entity\OpeningBalanceBank | No errors. |
| App\Entity\JournalItems | No errors. |
| App\Entity\BankPayment | No errors. |
| App\Entity\BankReceipt | No errors. |
| App\Entity\PettyCashPayment | No errors. |
| App\Entity\PettyCashReceipt | No errors. |
| App\Entity\TransferFund | No errors. |
| App\Entity\ZonePallet | No errors. |
| App\Entity\JournalType | No errors. |
| App\Entity\OpeningBalanceStocks |
|
| App\Entity\CustomerRmaAddress | No errors. |
| App\Entity\CustomerCreditMemoAddress | No errors. |
| App\Entity\Allocate | No errors. |
| App\Entity\PurchaseInvoiceItem | No errors. |
| App\Entity\PurchaseInvoiceExpenses | No errors. |
| App\Entity\PurchaseInvoiceAddress | No errors. |
| App\Entity\WebOrderQuestions | No errors. |
| App\Entity\WebCategoryShow |
|
| App\Entity\ItemSupplier | No errors. |
| App\Entity\PurchaseOrderRequisitionItem | No errors. |
| App\Entity\GoodsReceivedItem | No errors. |
| App\Entity\ReturnToSupplierItem | No errors. |
| App\Entity\GroupItem | No errors. |
| App\Entity\DebitMemoItem | No errors. |
| App\Entity\ItemCosts | No errors. |
| App\Entity\CorporateItem | No errors. |
| App\Entity\CorporateItemDetail | No errors. |
| App\Entity\CostingMethod | No errors. |
| App\Entity\ServiceLevel | No errors. |
| App\Entity\EmailSendedAttachments | No errors. |
| App\Entity\Merchandising | No errors. |
| App\Entity\SubCrm |
|
| App\Entity\ApiUserRole | No errors. |
| App\Entity\Shipping | No errors. |
| App\Entity\Bank | No errors. |
| App\Entity\DebitMemoExpenses | No errors. |
| App\Entity\PettyCashPaymentExpenses |
|
| App\Entity\PettyCashReceiptExpenses |
|
| App\Entity\BankPaymentExpenses |
|
| App\Entity\BankReceiptExpenses |
|
| App\Entity\AccountGroup | No errors. |
| App\Entity\AccountSubGroup | No errors. |
| App\Entity\AccountType | No errors. |