0.88 ms SELECT c.category_id FROM oc_category c JOIN oc_category_description cd ON cd.category_id = c.category_id AND cd.language_id = :lang
7.94 ms SHOW TABLES LIKE 'bg_inventory'
9.07 ms SHOW COLUMNS FROM bg_inventory
0.64 ms SELECT COUNT(*) FROM oc_product p JOIN (SELECT DISTINCT product_id FROM bg_inventory WHERE quantity > 0) bgi_p ON bgi_p.product_id = p.product_id JOIN (
0.41 ms CREATE TABLE IF NOT EXISTS bsw_users ( id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY, email VARCHAR(255) NOT NULL, password_hash VARCHAR(2
0.1 ms CREATE TABLE IF NOT EXISTS bsw_user_sessions ( token CHAR(64) NOT NULL PRIMARY KEY, user_id INT UNSIGNED NOT NULL, ip VARCHAR(45) DEFAU
0.07 ms CREATE TABLE IF NOT EXISTS bsw_password_resets ( token_hash CHAR(64) NOT NULL PRIMARY KEY, user_id INT UNSIGNED NOT NULL, created DATET
0.72 ms CREATE TABLE IF NOT EXISTS bsw_theme_wishlist ( id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY, slug VARCHAR(64) NOT NULL, email VARCHAR(25
0.15 ms CREATE TABLE IF NOT EXISTS bsw_login_attempts ( id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY, email VARCHAR(255) NOT NULL, ip VARCHAR(45)
19.27 ms SHOW COLUMNS FROM bsw_users LIKE 'birth_date'
7.48 ms SHOW COLUMNS FROM bsw_users LIKE 'birthday_bonus_year'
0.2 ms CREATE TABLE IF NOT EXISTS bsw_favorites ( user_id INT UNSIGNED NOT NULL, product_id INT UNSIGNED NOT NULL, added_at DATETIME NOT NULL
36.49 ms SELECT p.product_id, p.model, p.image, p.date_created, p.viewed, p.age_category_id, p.year_end_of_l
0.56 ms SELECT gi.gallery_item_id, pr.order AS sort_order, gi.resource_type, gi.hash, gi.format,
0.36 ms SELECT gi.gallery_item_id, pr.order AS sort_order, gi.resource_type, gi.hash, gi.format,
0.31 ms SELECT gi.gallery_item_id, pr.order AS sort_order, gi.resource_type, gi.hash, gi.format,
0.31 ms SELECT gi.gallery_item_id, pr.order AS sort_order, gi.resource_type, gi.hash, gi.format,
0.48 ms SELECT * FROM channels ORDER BY sort_order, id