Query Metrics
7
Database Queries
7
Different statements
11.95 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.64 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.phone AS phone_3, t0.roles AS roles_4, t0.password AS password_5, t0.locale AS locale_6, t0.username AS username_7, t0.fullname AS fullname_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
22
]
|
| 2 | 2.64 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.logo AS logo_4, t0.email AS email_5, t0.email_password AS email_password_6, t0.email_smtp_host AS email_smtp_host_7, t0.email_smtp_port AS email_smtp_port_8, t0.invoice_number_counter AS invoice_number_counter_9, t0.is_maintenance_mode AS is_maintenance_mode_10, t0.currency AS currency_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.u_date AS u_date_16 FROM settings t0 LIMIT 1
Parameters:
[] |
| 3 | 2.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.code AS code_4, t0.purchase_price AS purchase_price_5, t0.warehouse_price AS warehouse_price_6, t0.sale_price AS sale_price_7, t0.image AS image_8, t0.product_type_enum AS product_type_enum_9, t0.is_convertible AS is_convertible_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.created_by AS created_by_13, t0.updated_by AS updated_by_14, t0.u_date AS u_date_15, t0.measurement_unit_id AS measurement_unit_id_16, t0.measurement_id AS measurement_id_17 FROM product t0 WHERE t0.id = ?
Parameters:
[
"393"
]
|
| 4 | 0.96 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.country AS country_3, t0.address AS address_4, t0.phone AS phone_5, t0.fax AS fax_6, t0.is_main_warehouse AS is_main_warehouse_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.created_by AS created_by_10, t0.updated_by AS updated_by_11, t0.u_date AS u_date_12 FROM warehouse t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"7"
]
|
| 5 | 1.47 ms |
SELECT s0_.id AS id_0, s0_.quantity AS quantity_1, s0_.invoice_number AS invoice_number_2, s0_.container_number AS container_number_3, s0_.konsimento AS konsimento_4, s0_.price_fob AS price_fob_5, s0_.price_navlun AS price_navlun_6, s0_.total_unit_price AS total_unit_price_7, s0_.purchase_total_amount AS purchase_total_amount_8, s0_.buying_company AS buying_company_9, s0_.buying_date AS buying_date_10, s0_.warehouse_arrival_date AS warehouse_arrival_date_11, s0_.created_at AS created_at_12, s0_.updated_at AS updated_at_13, s0_.created_by AS created_by_14, s0_.updated_by AS updated_by_15, s0_.u_date AS u_date_16, s0_.warehouse_id AS warehouse_id_17, s0_.product_id AS product_id_18, s0_.stock_transfer_id AS stock_transfer_id_19, s0_.new_stock_transfer_id AS new_stock_transfer_id_20 FROM stock s0_ LEFT JOIN product p1_ ON s0_.product_id = p1_.id WHERE p1_.id = ? AND s0_.warehouse_id = ? ORDER BY s0_.id DESC LIMIT 10
Parameters:
[ "393" 7 ] |
| 6 | 0.63 ms |
SELECT s0_.id AS id_0, s0_.total_quantity AS total_quantity_1, s0_.created_at AS created_at_2, s0_.updated_at AS updated_at_3, s0_.created_by AS created_by_4, s0_.updated_by AS updated_by_5, s0_.u_date AS u_date_6, s0_.product_id AS product_id_7, s0_.warehouse_id AS warehouse_id_8 FROM stock_info s0_ WHERE s0_.product_id = ? AND s0_.warehouse_id = ?
Parameters:
[ 393 7 ] |
| 7 | 2.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.description AS description_4, t0.is_discrete AS is_discrete_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.created_by AS created_by_8, t0.updated_by AS updated_by_9, t0.u_date AS u_date_10 FROM measurement_units t0 WHERE t0.id = ?
Parameters:
[
2
]
|
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\User | No errors. |
| App\Entity\BaseEntity | No errors. |
| App\Entity\Sales | No errors. |
| App\Entity\Invoice | No errors. |
| App\Entity\Settings | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\MeasurementUnits | No errors. |
| App\Entity\Measurements | No errors. |
| App\Entity\Stock | No errors. |
| App\Entity\StockInfo | No errors. |
| App\Entity\ProductsSold | No errors. |
| App\Entity\InvoiceItem | No errors. |
| App\Entity\StockTransferProducts | No errors. |
| App\Entity\BuyInTurkey | No errors. |
| App\Entity\NewTransferProducts | No errors. |
| App\Entity\StockTakeProducts | No errors. |
| App\Entity\StockTransaction | No errors. |
| App\Entity\Supplier | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Warehouse | No errors. |
| App\Entity\StockTransfer | No errors. |
| App\Entity\NewStockTransfer | No errors. |