GET https://www.main.postmark.co.za/products/search?q=Writing%20Instruments

Query Metrics

3 Database Queries
3 Different statements
1.55 ms Query time
0 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 0.82 ms
SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.image AS image_2, p0_.image_directory AS image_directory_3, p0_.id AS id_4, p0_.name AS name_5, p0_.status AS status_6, p0_.quantity AS quantity_7, p0_.price AS price_8, p0_.short_description AS short_description_9, p0_.detailed_description AS detailed_description_10, p0_.specifications AS specifications_11, p0_.category_id AS category_id_12 FROM products p0_ LEFT JOIN product_categories p1_ ON p0_.category_id = p1_.id WHERE (LOWER(p0_.name) LIKE ? OR LOWER(p0_.short_description) LIKE ? OR LOWER(p0_.detailed_description) LIKE ? OR LOWER(p1_.name) LIKE ?) AND (LOWER(p0_.name) LIKE ? OR LOWER(p0_.short_description) LIKE ? OR LOWER(p0_.detailed_description) LIKE ? OR LOWER(p1_.name) LIKE ?) ORDER BY p0_.name ASC LIMIT 12
Parameters:
[
  "%writing%"
  "%writing%"
  "%writing%"
  "%writing%"
  "%instruments%"
  "%instruments%"
  "%instruments%"
  "%instruments%"
]
2 0.45 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM products p0_ LEFT JOIN product_categories p1_ ON p0_.category_id = p1_.id WHERE (LOWER(p0_.name) LIKE ? OR LOWER(p0_.short_description) LIKE ? OR LOWER(p0_.detailed_description) LIKE ? OR LOWER(p1_.name) LIKE ?) AND (LOWER(p0_.name) LIKE ? OR LOWER(p0_.short_description) LIKE ? OR LOWER(p0_.detailed_description) LIKE ? OR LOWER(p1_.name) LIKE ?)
Parameters:
[
  "%writing%"
  "%writing%"
  "%writing%"
  "%writing%"
  "%instruments%"
  "%instruments%"
  "%instruments%"
  "%instruments%"
]
3 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.minimum_price AS minimum_price_3, t0.maximum_price AS maximum_price_4 FROM product_categories t0
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Product 3
App\Entity\ProductCategory 3

Entities Mapping