Social Bookmarking Social bookmarking is a super simple approach to slightly increase traffic. Social bookmarking locales enable clients to bookmark their most loved sites that other individuals can freely view and vote...
I've been thinking about this for a while and I'm not 100% sure if it would work because I'm not an email campaign "Guru" lol. So I'm posting here to see if anyone can help me out My theory, or method, is that I can...
Hey guys! Let me tell you this, I don't do mobile marketing and I've never created an app and I've never had anything to do with apps at all, except that I use some apps myself. So, pardon me for being a total ro...
I've never used Flippa myself and I have slim to none knowledge and experience which is why I reach out to you.. I stumbled across a quite interesting discussion yesterday where one guy claimed that most sites on flip...
Plenty of times when I'm talking of forums, chat board, skype, etc. I always see the question pop up "Is it worth it to hire a virtual assistant?" and I'm here to help you with an answer Hiring a virtual assistant to...
Hello all. I found out about Link Collider a while ago and hadn't really put it to use just bookmarking it. Lately I've been using it on one of my sites. Basically LinkCollider is a site that you can use to build social ...
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='zeedollar' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='zeedollar' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=601783 | 1 | SELECT distinct quesid FROM answers WHERE userid=601783 | /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 (23365,23371,20947,22978,23376,23355,23040,23347,23336,23380,23346,23381,23359,23152,23337,23133,23386,23120,23293,23398,23200,23403,23037,23362,23343,22989,23192,23421,23394,23328,23322,23310,23409,23204,22998,18719,23432,23430,22654,23419,23438,23434,23211,23418,23290,23457,23453,23439,23036,23470,23454,23227,23026,22997,23408,23491,23481,23480,23395,23443,23487,23477,23499,23498,23496,21748,22630,23041,22318,23478,23490,22650,23284,22888,23295,23160,23260,23190,23537,23128,23515,23634,20272,23608,23354,20390) 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 (23365,23371,20947,22978,23376,23355,23040,23347,23336,23380,23346,23381,23359,23152,23337,23133,23386,23120,23293,23398,23200,23403,23037,23362,23343,22989,23192,23421,23394,23328,23322,23310,23409,23204,22998,18719,23432,23430,22654,23419,23438,23434,23211,23418,23290,23457,23453,23439,23036,23470,23454,23227,23026,22997,23408,23491,23481,23480,23395,23443,23487,23477,23499,23498,23496,21748,22630,23041,22318,23478,23490,22650,23284,22888,23295,23160,23260,23190,23537,23128,23515,23634,20272,23608,23354,20390) 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 (23365,23371,20947,22978,23376,23355,23040,23347,23336,23380,23346,23381,23359,23152,23337,23133,23386,23120,23293,23398,23200,23403,23037,23362,23343,22989,23192,23421,23394,23328,23322,23310,23409,23204,22998,18719,23432,23430,22654,23419,23438,23434,23211,23418,23290,23457,23453,23439,23036,23470,23454,23227,23026,22997,23408,23491,23481,23480,23395,23443,23487,23477,23499,23498,23496,21748,22630,23041,22318,23478,23490,22650,23284,22888,23295,23160,23260,23190,23537,23128,23515,23634,20272,23608,23354,20390) 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 (23365,23371,20947,22978,23376,23355,23040,23347,23336,23380,23346,23381,23359,23152,23337,23133,23386,23120,23293,23398,23200,23403,23037,23362,23343,22989,23192,23421,23394,23328,23322,23310,23409,23204,22998,18719,23432,23430,22654,23419,23438,23434,23211,23418,23290,23457,23453,23439,23036,23470,23454,23227,23026,22997,23408,23491,23481,23480,23395,23443,23487,23477,23499,23498,23496,21748,22630,23041,22318,23478,23490,22650,23284,22888,23295,23160,23260,23190,23537,23128,23515,23634,20272,23608,23354,20390)
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='322073' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='322073' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| 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='6160' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='6160' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='272' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272' | /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 |