Hi to all developers...
I'm using last version of CI, created
a blog system (some posts, series, commenting, payment link, login,... and more) and want run it on a
shared host.
In order to get
best performance, I want to use
CACHE. As you an option is to
cache whole page, but I think it is not good (at least for me!). Another option is
Query Caching, that I think it's good (but not sure!). Instead to get a post or other thing from database (for second attempt and up), it read from generated files. And when I update a post, I could delete files in order to regenerating.
(I test output profiler to see loading time and memory usage, loading time is different and same to when do not use query caching, memory usage is a little more.)
My Questions:
What's your opinion about this option? What are advantages/disadvantages? How could I handle this issue in best way? What about other options (like libraries)? And any guide to reach best performance for CI app.
thanks to all (especially experts!)