Query Metrics
5
Database Queries
5
Different statements
3.10 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.51 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 | 0.40 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 | 0.65 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:
[
401
]
|
| 4 | 0.82 ms |
SELECT t0.id AS id_1, t0.factor AS factor_2, t0.measurement_id AS measurement_id_3, t0.from_unit_id AS from_unit_id_4, t0.to_unit_id AS to_unit_id_5 FROM measurement_conversions t0 WHERE t0.measurement_id = ?
Parameters:
[
123
]
|
| 5 | 0.72 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:
[
8
]
|
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\MeasurementConversions | No errors. |