How many followers do a Twitter account have to get more traffic?
One of my sites have a 50% bounce rate, while the other one have 15%. How does bounce rates affect our sites?
Is it good for an SEO beginner like me to do blackhat SEO?
Apart from Google, what are the other search engines that I should target?
Is there a minumim amount amount needed before I can withdraw?
I have been wondering, is it possible for us to calculate our actual Google PageRank?
Is it possible to do backlink building on dofollow sites only for my sites? I mean, without any nofollow backlinks?
As stated on my other thread, I'm planning to put a couple of mini-sites/pages on my main site and put them under a new sub-domain. How to create a sub-domain for my websites?
I'm planning to move one of my sites to a new hosting due to a poor support on my current one. Can you help me in choosing what's the best and affordable webhosting company?
I have lots of signature links on various websites and forums. Are there still helpful in search engine optimization?
I don't have more time to promote my site. That is the reason I can promote it only in one social bookmarking site. So, which is the best social bookmarking site to promote ?
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='hirenshinde' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='hirenshinde' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=11570 | 1 | SELECT distinct quesid FROM answers WHERE userid=11570 | /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 (1285,1267,1264,1262,1263,1206,1663,1662,1659,1656,1655,1652,1648,1640,1639,1635,1631,1630,1647,1646,2008,2455,2444,2441,2432,2431,2429,2426,2414,2371,2384,2372,2326,2323,2467,2309,2298,2296,2292,2291,2511,2501,2494,2492,2486,2479,2478,2268,2259,2253,2250,2242,2882,3278,3317,3316,1442,1451,3396,3393,3385,10437,10524) 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 (1285,1267,1264,1262,1263,1206,1663,1662,1659,1656,1655,1652,1648,1640,1639,1635,1631,1630,1647,1646,2008,2455,2444,2441,2432,2431,2429,2426,2414,2371,2384,2372,2326,2323,2467,2309,2298,2296,2292,2291,2511,2501,2494,2492,2486,2479,2478,2268,2259,2253,2250,2242,2882,3278,3317,3316,1442,1451,3396,3393,3385,10437,10524) 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 (1285,1267,1264,1262,1263,1206,1663,1662,1659,1656,1655,1652,1648,1640,1639,1635,1631,1630,1647,1646,2008,2455,2444,2441,2432,2431,2429,2426,2414,2371,2384,2372,2326,2323,2467,2309,2298,2296,2292,2291,2511,2501,2494,2492,2486,2479,2478,2268,2259,2253,2250,2242,2882,3278,3317,3316,1442,1451,3396,3393,3385,10437,10524) ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 40, 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 (1285,1267,1264,1262,1263,1206,1663,1662,1659,1656,1655,1652,1648,1640,1639,1635,1631,1630,1647,1646,2008,2455,2444,2441,2432,2431,2429,2426,2414,2371,2384,2372,2326,2323,2467,2309,2298,2296,2292,2291,2511,2501,2494,2492,2486,2479,2478,2268,2259,2253,2250,2242,2882,3278,3317,3316,1442,1451,3396,3393,3385,10437,10524)
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 40, 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='17031' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17031' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='17130' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17130' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='43' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='43' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='16580' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='16580' | /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 |