| Queries | Time | Rows |
| PRAGMA auto_vacuum=FULL | 0.001 | 0 |
| PRAGMA foreign_keys=ON | 0.000 | 0 |
| SELECT `categories`.*
FROM categories
WHERE `is_new` = 0
AND `is_service` = 1
AND `hold` = 1
ORDER BY `categories`.`ord` ASC | 0.000 | 5 |
| SELECT `categories`.*
FROM categories
WHERE `is_new` = 0
AND `kind` = 2
ORDER BY `categories`.`ord` ASC
LIMIT 0, 1 | 0.000 | 1 |
| SELECT `product_categories`.*
FROM product_categories
WHERE `is_new` = 0
AND `menu_title` = 'Colac ss12'
AND `hold` = '1'
ORDER BY `product_categories`.`ord` ASC
LIMIT 0, 1 | 0.000 | 1 |
| SELECT `settings`.*
FROM settings
WHERE `settings`.`id` = 1
ORDER BY `settings`.`id` ASC
LIMIT 0, 1 | 0.000 | 1 |
| SELECT `product_categories`.*
FROM product_categories
WHERE product_category_id IS NULL
AND `hold` = '1'
ORDER BY `product_categories`.`ord` ASC | 0.000 | 7 |
| SELECT `product_categories`.*
FROM product_categories
WHERE `product_category_id` = 60
AND `hold` = '1'
ORDER BY `product_categories`.`ord` ASC | 0.000 | 5 |
| SELECT `products`.*
FROM products
WHERE `is_new` = 0
AND `product_category_id` = 65
AND `hold` = '1'
ORDER BY `products`.`ord` ASC | 0.000 | 1 |
| SELECT `product_medias`.*
FROM product_medias
WHERE `product_id` = 161
ORDER BY `product_medias`.`ord` ASC
LIMIT 0, 1 | 0.000 | 1 |
| Total: 10 | 0.003 | 22 |