Time Before: 0.00103 seconds
Time After: 0.00129 seconds
Time Taken: 0.00026 seconds
Memory Before: 499.164 KB
Memory After: 521.961 KB
Memory Used: 22.797 KB
Time Before: 0.00136 seconds
Time After: 0.00172 seconds
Time Taken: 0.00036 seconds
Memory Before: 521.898 KB
Memory After: 522.813 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00188 seconds
Time After: 0.00197 seconds
Time Taken: 0.00009 seconds
Memory Before: 523.367 KB
Memory After: 523.891 KB
Memory Used: 0.523 KB
SELECT *
FROM datastore
WHERE title IN ('tagcloud','iconcache','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','activitystream')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 50 | 16 | Using index condition |
Time Before: 0.00264 seconds
Time After: 0.00328 seconds
Time Taken: 0.00064 seconds
Memory Before: 526.664 KB
Memory After: 527.500 KB
Memory Used: 0.836 KB
Time Before: 0.00201 seconds
Time After: 0.00568 seconds
Time Taken: 0.00367 seconds
Memory Before: 523.141 KB
Memory After: 1,109.727 KB
Memory Used: 586.586 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.166' AND idhash = 'ea5a359a73a8141a16de516480d33c34' LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | session | ref | guest_lookup,user_activity | guest_lookup | 51 | const,const,const | 2 | Using where |
Time Before: 0.00700 seconds
Time After: 0.00731 seconds
Time Taken: 0.00032 seconds
Memory Before: 1,130.672 KB
Memory After: 1,131.117 KB
Memory Used: 0.445 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_inlinemod AS phrasegroup_inlinemod, phrasegroup_search AS phrasegroup_search, phrasegroup_prefix AS phrasegroup_prefix, phrasegroupinfo AS lang_phrasegroupinfo, options AS lang_options, languagecode AS lang_code, charset AS lang_charset, locale AS lang_locale, imagesoverride AS lang_imagesoverride, dateoverride AS lang_dateoverride, timeoverride AS lang_timeoverride, registereddateoverride AS lang_registereddateoverride, calformat1override AS lang_calformat1override, calformat2override AS lang_calformat2override, logdateoverride AS lang_logdateoverride, decimalsep AS lang_decimalsep, thousandsep AS lang_thousandsep FROM language WHERE languageid = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | language | system | PRIMARY | 1 |
Time Before: 0.00824 seconds
Time After: 0.00892 seconds
Time Taken: 0.00068 seconds
Memory Before: 1,144.070 KB
Memory After: 1,144.039 KB
Memory Used: -0.031 KB
Time Before: 0.00626 seconds
Time After: 0.00907 seconds
Time Taken: 0.00281 seconds
Memory Before: 1,123.133 KB
Memory After: 1,199.992 KB
Memory Used: 76.859 KB
SELECT *
FROM datastore
WHERE title IN ('routes')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | const | PRIMARY | PRIMARY | 50 | const | 1 |
Time Before: 0.00962 seconds
Time After: 0.00982 seconds
Time Taken: 0.00020 seconds
Memory Before: 1,201.383 KB
Memory After: 1,201.961 KB
Memory Used: 0.578 KB
SELECT * FROM style WHERE (styleid = 2 AND userselect = 1) OR styleid = 2 ORDER BY styleid ASC LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | style | const | PRIMARY | PRIMARY | 2 | const | 1 |
Time Before: 0.01421 seconds
Time After: 0.01470 seconds
Time Taken: 0.00049 seconds
Memory Before: 1,987.258 KB
Memory After: 1,987.852 KB
Memory Used: 0.594 KB
SELECT contenttype.contenttypeid AS itemid FROM contenttype AS contenttype INNER JOIN package AS package ON package.packageid = contenttype.packageid LEFT JOIN product AS product ON product.productid = package.productid WHERE 1 = 1 AND (product.active = '1' OR package.productid = 'vbulletin') AND contenttype.cantag = '1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | package | system | PRIMARY | 1 | ||||
| 1 | SIMPLE | product | const | PRIMARY | PRIMARY | 27 | const | 0 | Unique row not found |
| 1 | SIMPLE | contenttype | ALL | packageclass | 18 | Using where |
Time Before: 0.01891 seconds
Time After: 0.01939 seconds
Time Taken: 0.00048 seconds
Memory Before: 2,666.727 KB
Memory After: 2,666.992 KB
Memory Used: 0.266 KB
SELECT data, expires, locktime, serialized FROM cache WHERE cacheid = 'vb_types.types'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cache | const | PRIMARY | PRIMARY | 66 | const | 1 |
Time Before: 0.02123 seconds
Time After: 0.02148 seconds
Time Taken: 0.00025 seconds
Memory Before: 2,782.273 KB
Memory After: 2,782.813 KB
Memory Used: 0.539 KB
SELECT data.tagid, SUM(data.searchcount) AS searchcount FROM ( SELECT tagcontent.tagid, COUNT(*) AS searchcount FROM tagcontent AS tagcontent INNER JOIN thread AS thread ON (tagcontent.contentid = thread.threadid) WHERE tagcontent.contenttypeid IN (2) AND tagcontent.dateline > 1745225979 AND thread.open <> 10 AND thread.visible = 1 AND thread.forumid IN (28,34,4,3,5,6,7,8,10,11,12,13,14,15,16,17,33,18,19,20,21,22,23,24,25,26,27,29,35,36,37,38,32,31,9) GROUP BY tagcontent.tagid ) AS data GROUP BY data.tagid ORDER BY searchcount DESC LIMIT 70
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PRIMARY | ALL | 2 | Using temporary; Using filesort | |||||
| 2 | DERIVED | tagcontent | range | id_type_user,dateline | dateline | 4 | 1 | Using where; Using index; Using temporary; Using filesort | |
| 2 | DERIVED | thread | eq_ref | PRIMARY,forumid,forumid_lastpost | PRIMARY | 4 | business_business.tagcontent.contentid | 1 | Using where |
Time Before: 0.02431 seconds
Time After: 0.02524 seconds
Time Taken: 0.00094 seconds
Memory Before: 2,846.297 KB
Memory After: 2,846.297 KB
Memory Used: 0.000 KB
REPLACE INTO datastore
(title, data, unserialize)
VALUES
('tagcloud', 'a:3:{s:4:\"tags\";a:0:{}s:5:\"count\";i:0;s:8:\"dateline\";i:1776761979;}', 1)Time Before: 0.02546 seconds
Time After: 0.02576 seconds
Time Taken: 0.00030 seconds
Memory Before: 2,846.922 KB
Memory After: 2,847.164 KB
Memory Used: 0.242 KB
SELECT title, template FROM template WHERE templateid IN (0,1195,1022,0,1035,1036,1155,1157,1156,928,1145,1144,1124,1122,1125,788,1254,1264,1205,1275,67,66,68,63,62,651,652,650,649,71,72,656,961,1257,907,911,908,909,910,1273,0,0,1236,1238,931,932,934,935,1158,1200,1199,1249,1201,758,757,761)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 53 | Using index condition |
Time Before: 0.02738 seconds
Time After: 0.02836 seconds
Time Taken: 0.00097 seconds
Memory Before: 3,006.430 KB
Memory After: 3,007.945 KB
Memory Used: 1.516 KB
SELECT * FROM navigation WHERE state & 4 = 0 ORDER BY navtype, displayorder
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | navigation | ALL | 27 | Using where; Using filesort |
Time Before: 0.03298 seconds
Time After: 0.03335 seconds
Time Taken: 0.00036 seconds
Memory Before: 3,133.305 KB
Memory After: 3,136.766 KB
Memory Used: 3.461 KB
| Database error | |
| The Business Complaints database has encountered a problem. | |
Please try the following:
|
|
| The www.businesscomplaints.org forum technical staff have been notified of the error, though you may contact them if the problem persists. | |
| We apologise for any inconvenience. |
|