Every startup wants to bring on an investor, which is understandable, but if you don't plan on keeping them happy you might want to do things on your own. If you do have an investor on board, you know that they are jus...
It doesn't matter who you're talking to, a good relationship is built on trust. People need to trust you before they send you leads, purchase from you, contact you for a partnership, etc. Businesses succeed due to ju...
Optimizing and formatting content is conversion optimization worth exploring, but most copywriters and people who write and post content usually ignored. This is why I believe content formatting is up other people to ...
In the SEO industry you need some qualities in order to keep yourself employed by either a company or yourself. This isn't an easy industry to work in, you need to know what you're doing and not harm your own websites ...
Content writing isn't the easiest thing to do, so you'll need to either study how to do it and practice for months, or you'll do what the majority of website owners do and outsource the work to a credible writer. There...
Everyone that is a little more advanced online will have a support system for their visitors to contact them through. This doesn't mean it's the best thing in the world, it just means you have a support system that cou...
When it comes to SEO, you will always need 4 traits or habits to keep you going, in order to be successful when it comes to the rankings. There are plenty of times when you'll feel down in the dumps and want to quite, ...
So, I've been testing out some SEO methods involving traffic & backlink ect.. combined together. I've managed to get a website that was less than 2 weeks old to page 1 (still there), my other site that was 1 month ol...
Selling on a freelancer marketing place is easy to set up, but we all know that getting add ons purchased is a difficult thing to do, because people might just want your initial service and not want to spend any more mon...
We are once again accepting new users to generate and give out free $5 coupons. The coupons are redeemable by any new members to SEOClerks/CodeClerks/ListingDock, typically after they have signed up under you as an affil...
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| SELECT * FROM seoclerks.members WHERE username='flyinwashi682' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='flyinwashi682' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=637300 | 1 | SELECT distinct quesid FROM answers WHERE userid=637300 | /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 (25337,25412,25419,25406,25544,25396,25530,25529,25509,24655,25519,25507,25446,10323,25574,25571,25563,24853,25513,25711,25514,25683,25562,25416,25649,25641,25632,25626,25415,25599,25255,25594,25578,25579,25564,25414,25309,25469,25311,25443,25500,24656,25470,25090,25471,24653,25267,25179,25483,25280) 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 (25337,25412,25419,25406,25544,25396,25530,25529,25509,24655,25519,25507,25446,10323,25574,25571,25563,24853,25513,25711,25514,25683,25562,25416,25649,25641,25632,25626,25415,25599,25255,25594,25578,25579,25564,25414,25309,25469,25311,25443,25500,24656,25470,25090,25471,24653,25267,25179,25483,25280) 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 (25337,25412,25419,25406,25544,25396,25530,25529,25509,24655,25519,25507,25446,10323,25574,25571,25563,24853,25513,25711,25514,25683,25562,25416,25649,25641,25632,25626,25415,25599,25255,25594,25578,25579,25564,25414,25309,25469,25311,25443,25500,24656,25470,25090,25471,24653,25267,25179,25483,25280) 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 (25337,25412,25419,25406,25544,25396,25530,25529,25509,24655,25519,25507,25446,10323,25574,25571,25563,24853,25513,25711,25514,25683,25562,25416,25649,25641,25632,25626,25415,25599,25255,25594,25578,25579,25564,25414,25309,25469,25311,25443,25500,24656,25470,25090,25471,24653,25267,25179,25483,25280)
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='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='134' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='134' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='651823' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='651823' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='147' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='147' | /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 |