The primary purpose of Instagram is to share photos and videos with others. But, is there really a way to share links or other marketing material that won't get flagged as spam?
Now that Google+ and Youtube are so connected, I use Google+ a lot more for reading, reference and even posting. Also, it helps that you need a Google+ account to make comments on Youtube. That is another thing which ...
Most times, I will spend an hour on Facebook daily but only a few minutes on Google+. Is this about average for other Google + users?
The question says it all, how many followers do you have on Twitter?
Do you use Twitter for spreading your affiliate links? Or, do you have a site that you like to link to? How are you using Twitter now?
Who is the average user of Facebook: men or women? And, what's the average age of Facebook user?
Facebook lets you change your name several times. But, many times i see fake names from users such as Kitty LuvsU (as the username) or some other made up name. And, you know that's not a real name. But these accounts ...
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='AndieMiller' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='AndieMiller' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=251730 | 1 | SELECT distinct quesid FROM answers WHERE userid=251730 | /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 (11520,12623,13109,13952,14194,14197,14200,14201,15378,15386,15387,15394,15402,15411,15414,16141,16142,16164,16171,16209,16210,16215,16217,16254,16255,16258,16260,16288,16299,16317,16321,16325,16327,16335,16379,16381,16382,16383,16397,16398,16412,16495,16496,16498,16499,16651,16652,16702,16724) 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 (11520,12623,13109,13952,14194,14197,14200,14201,15378,15386,15387,15394,15402,15411,15414,16141,16142,16164,16171,16209,16210,16215,16217,16254,16255,16258,16260,16288,16299,16317,16321,16325,16327,16335,16379,16381,16382,16383,16397,16398,16412,16495,16496,16498,16499,16651,16652,16702,16724) 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 (11520,12623,13109,13952,14194,14197,14200,14201,15378,15386,15387,15394,15402,15411,15414,16141,16142,16164,16171,16209,16210,16215,16217,16254,16255,16258,16260,16288,16299,16317,16321,16325,16327,16335,16379,16381,16382,16383,16397,16398,16412,16495,16496,16498,16499,16651,16652,16702,16724) 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 (11520,12623,13109,13952,14194,14197,14200,14201,15378,15386,15387,15394,15402,15411,15414,16141,16142,16164,16171,16209,16210,16215,16217,16254,16255,16258,16260,16288,16299,16317,16321,16325,16327,16335,16379,16381,16382,16383,16397,16398,16412,16495,16496,16498,16499,16651,16652,16702,16724)
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='59654' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='59654' | /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 seoclerks.members WHERE USERID='49657' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='49657' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='11173' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='11173' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='63167' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='63167' | /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 |