| MySQL Debugger Results | ||
| Count | Time to execute | SQL query |
| 1 | 0,0002 | SELECT ai_ip FROM `3w_allow_ips` |
| 2 | 0,0002 | SELECT * FROM custom_redirects WHERE old_url = ? |
| 3 | 0,0002 | SELECT * FROM 3w_config |
| 4 | 0,0001 | SELECT config_value FROM 3w_config WHERE config_title = 'default_lang' |
| 5 | 0,0008 | SELECT manufacturer_id, manufacturer_seo_url FROM 3w_manufacturers WHERE manufacturer_seo_url = ? |
| 6 | 0,011 | SELECT * FROM 3w_route WHERE UPPER(route_seo_url)='zamazki' LIMIT 1 |
| 7 | 0,0011 | SELECT count(*) FROM 3w_route WHERE route_seo_url = lower(:seo) AND route_seo_url <> '' |
| 8 | 0,0002 | SELECT * FROM 3w_lang ORDER BY lang_id DESC |
| 9 | 0,0004 | SELECT * FROM 3w_cms_blocks WHERE block_title = 'contact_us' AND block_langId = '16' |
| 10 | 0,0002 | SELECT * FROM 3w_meta WHERE meta_langId = '16' |
| 11 | 0,0004 | SELECT config_value FROM 3w_config WHERE config_title = 'site_logo' |
| 12 | 0,001 | SELECT m.manufacturer_id, m.manufacturer_name, m.manufacturer_seo_url, m.manufacturer_site, m.manufacturer_description, m.manufacturer_description_plain, m.manufacturer_description_bottom, m.manufacturer_headertext, m.manufacturer_footertext, m.manufacturer_meta_keywords, (SELECT mg.image_filename FROM 3w_manufacturers_gallery mg WHERE mg.manufacturer_id = m.manufacturer_id LIMIT 1) image_filename, count(distinct p.product_id) counts FROM 3w_manufacturers m LEFT JOIN 3w_products p on p.product_manufacturer_id = m.manufacturer_id WHERE m.is_active = '1' AND p.product_id IS NOT NULL AND p.product_shown = 1 AND p.deleted = 0 AND p.product_notinstock = 0 AND p.hidden = 0 GROUP BY m.manufacturer_id ORDER BY manufacturer_name ASC |
| 13 | 0,001 | SQLSTATE[HY000]: General error: 1021 Disk full (/tmp/#sql_3577_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") |
| - - | 0,0168 | All Queries Time |