I was just reviewing one of my client's applications which uses some old outdated php framework that doesn't rely on caching at all and is pretty much completely database dependent.
I figure I'll just rewrite it from scratch because it's really outdated and in this rewrite I want to implement a caching system. It'd be nice if I could get a few pointers if anyone has done this prior.
- Rewrite will be done in either PHP or Python
- Would be nice if I could profile before and after this implementation
- I have my own server so I'm not restricted by shared hosting