Write the reason you're deleting this FAQ
When you're just starting you, will likely want to track your success from week to week, and that's a good thing, but it can become bothersome after 6+ months because you might not see the growth you would like to have achieved. The main benefit of tracking your success from week to week is so you can pair up certain methods, software changes, edits, etc. with the success you have coming in. You'll be able to look back and say, "We changed this on our website and saw a 5% growth in week 5!" or you could not track it and assume it's helping you 500%, but in reality, it's nowhere near that much.
When you become accustomed to how websites work, you tend to track absolutely everything, and that means you'll become familiar with Google analytics and other services like it. I use various things to track traffic, sales, and I also write down on paper what I think is happening. If you do this, you can pair your instincts with what is happening and get a pretty good read on your business and what it's doing. You can remove certain traffic streams that are underperforming, move funds into sources that are bringing in sales, and overall know-how to tweak your business for the best possible performance.
Where You Started vs. Where You Are Now
When tracking everything from day one, you'll be able to look back and see where you started vs. where you are now. You'll be able to see what mistakes you made early on, how you fixed them, and how much it helped you out, so you don't go down that path again.
Looking back at where you started is like a reminder to keep grinding if you're already successful because it shows that your countless hours of work have helped you out dramatically, and you'll be encouraged to keep pushing for higher profits.
You can predict when goals will be achieved
One thing I love to hear is when someone has a goal of "Make $100,000 this year!" but they're not tracking a single thing lol. If you were tracking how much you're making from month to month, you'd be able to get an idea of your growth and know if you're going to hit those bigger goals for the year. If your goal was to make $100,000 this year, you're making $1,000 a month, and you're only growing at 10% month over month, then you're not going to hit your goal, and you don't realize this because you're not tracking anything.
Now, if you were tracking all of your PPC campaigns, SEO campaigns, Email campaigns, etc. from week to week and watched your success grow by 10%, you might think "I need to kick this into high gear and push more on the things that are working for me now!". If you were tracking and started doing this, you would likely hit that 100k goal and look back at today and think, "I did it!" 
You can plan for the future
Tracking everything, watching your profits gradually rise, and knowing what will happen from month to month because of all your tracking will allow you to make plans for the future. These plans could be anything from making a large purchase, running additional marketing campaigns when you hit a certain point in profits, or you might want to plan a vacation!
Knowing what is happening with your business, your profits, and doing it all through tracking from week to week will allow you to plan months from now because you can factor in how your business is trending and estimate what you'll be doing when you want to make another move.
You can win "prestigious" awards
One thing that I keep forgetting to do, which might be too late now, is to apply for the INC 5000 and see how my business pairs up with the rest in my industry. If you were to track everything from week to week, know where you're growing best, and exploiting that you could boost your growth exponentially and win some pretty recognizable awards.
If you were to win some of these awards, you could list them on your "About Us" page, and you could get instant branding because everyone knows of the INC. 500 or INC. 5000
Your visitors will think, "If they're on this list, they must be pretty awesome. I guess I'll give them a chance!" and that's how you can get some additional success from being successful lol 
Final Thoughts,
When you're tracking your success from week to week, it can become cumbersome, so I would suggest using 3rd party services that integrate with your website and eCommerce platform if you're selling products and watch your success go up or down depending on your actions. Monitor what's working, what is hurting your website or profits, and make sure to optimize absolutely everything you can so your business is a successful one and not one that is shutting its doors in a few years 
Thanks for reading!
- Tommy
https://www.seoclerks.com/user/TommyCarey
| Match | Count | SQL | Script |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='29271' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='29271' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='19821' | 1 | SELECT * FROM seoclerks.members WHERE USERID='19821' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=19821 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=19821 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=29271 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=29271
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='29271' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='29271' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='29271' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='29271' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='29271' AND status='1' AND (question like '%Why tracking success week week.%' OR question like '%tracking%' OR question like '%success%' OR question like '%week%' OR question like '%week.%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='29271' AND status='1'
AND (question like '%Why tracking success week week.%' OR question like '%tracking%' OR question like '%success%' OR question like '%week%' OR question like '%week.%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='3250' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3250' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1490' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1490' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='43' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='43' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='2470' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2470' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='13558' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='13558' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=29271%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=29271%'
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 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 |
| 0.098070 | 1 | SELECT * FROM members WHERE show_freelancer = 1 AND status = 1 AND total_recommendations > 0 AND (skills LIKE '%PageSetup%') ORDER BY total_recommendations desc LIMIT 0,40 | 0.098070 | 0.098070 |