Everyone is trying to make money online, and a lot of us tend to gravitate towards YouTube, but did you know the benefits of "going live" can drastically boost your sales and make you more successful? When you go live,...
No matter if you're an investor or you're trying to start your own business with great employees, you need to invest in the people and not the business itself if you want to be more successful down the road. You're doi...
I am a Senior High graduate but I don't know if my skills can get me a job or will someone accept me since i'm not a College graduate. I learned computer programming for two years(Grade 11 and 12) but I don't know if I c...
Everyone wants to trust the websites they're on, but it doesn't usually happen, and that's because the websites they're landing on just don't know what they're doing. If you land on a website that is difficult to navig...
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='romyter013' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='romyter013' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=725940 | 1 | SELECT distinct quesid FROM answers WHERE userid=725940 | /opt/clerks-staging/docroot/faq.php 258 () () |
| SELECT * FROM questions A, categories_faq B, seoclerks.members C where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.quesid IN (26625,24933,26497,26909,26543,26915,26565,26898,25486,26512,26201,26773,26541,26267,26542,24938,26204,26514,26635,24937,26896,26685,27031,26684,26627,26400,26213,26498,26331,26560,26927,25108,25111,26469,26367,26772,25847,25482,25484,26861,27060,27049,26746,26860,24935,26790,26699,26513,26258,26563,27082,26771,26880,27038,26925,26544,26877,26864,26924,27080,27089,25489,25846,27013,26775,26716,26821,26767,27092,27055,27125,25490,27123,26770,27509,27506,27505,27501,27491,27490,27489,27487,27510,27486) LIMIT 1 | 1 | SELECT count(A.quesid) as total FROM questions A, categories_faq B, seoclerks.members C
where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.quesid IN (26625,24933,26497,26909,26543,26915,26565,26898,25486,26512,26201,26773,26541,26267,26542,24938,26204,26514,26635,24937,26896,26685,27031,26684,26627,26400,26213,26498,26331,26560,26927,25108,25111,26469,26367,26772,25847,25482,25484,26861,27060,27049,26746,26860,24935,26790,26699,26513,26258,26563,27082,26771,26880,27038,26925,26544,26877,26864,26924,27080,27089,25489,25846,27013,26775,26716,26821,26767,27092,27055,27125,25490,27123,26770,27509,27506,27505,27501,27491,27490,27489,27487,27510,27486) LIMIT 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM questions A, categories_faq B, seoclerks.members C where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.quesid IN (26625,24933,26497,26909,26543,26915,26565,26898,25486,26512,26201,26773,26541,26267,26542,24938,26204,26514,26635,24937,26896,26685,27031,26684,26627,26400,26213,26498,26331,26560,26927,25108,25111,26469,26367,26772,25847,25482,25484,26861,27060,27049,26746,26860,24935,26790,26699,26513,26258,26563,27082,26771,26880,27038,26925,26544,26877,26864,26924,27080,27089,25489,25846,27013,26775,26716,26821,26767,27092,27055,27125,25490,27123,26770,27509,27506,27505,27501,27491,27490,27489,27487,27510,27486) ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 80, 40 | 1 | SELECT A.*, C.username, C.userlevel FROM questions A, categories_faq B, seoclerks.members C
where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.quesid IN (26625,24933,26497,26909,26543,26915,26565,26898,25486,26512,26201,26773,26541,26267,26542,24938,26204,26514,26635,24937,26896,26685,27031,26684,26627,26400,26213,26498,26331,26560,26927,25108,25111,26469,26367,26772,25847,25482,25484,26861,27060,27049,26746,26860,24935,26790,26699,26513,26258,26563,27082,26771,26880,27038,26925,26544,26877,26864,26924,27080,27089,25489,25846,27013,26775,26716,26821,26767,27092,27055,27125,25490,27123,26770,27509,27506,27505,27501,27491,27490,27489,27487,27510,27486)
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 80, 40 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * from questions as A where A.status='1' | 1 | SELECT count(A.quesid) as total from questions as A
where A.status='1' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM answers as A where A.status='1' | 1 | SELECT count(A.ansid) as total
FROM answers as A where A.status='1' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM members_ledger WHERE (script='/opt/clerks-staging/docroot/faq.php' OR script='/opt/clerks-staging/docroot/viewfaq.php') AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE (script='/opt/clerks-staging/docroot/faq.php'
OR script='/opt/clerks-staging/docroot/viewfaq.php')
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='19821' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19821' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='712399' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='712399' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |