Thanks for all advice. I'm getting a better understanding of what is required. So far have coded blog type script, with uploads, admin area, tags, search and a basic shopping cart while following video tutorials.
In general terms I guess the stages could be broken down as such:
-code secure script
-optimize db queries
-implement memcache
Is memcache the only caching solution I need to use? With current scripts I see they use memcache and template cache, but I guess the template cache is because it uses smarty?
|