I'm building a site based on XAMPP on Windows. Currently it's in construction on my local machine only. Things are at good speed now. I use ajax to load some html content onclick of somethings. It's at ok speed but after some time those ajax requests especially for loading HTML get real slow. I enabled MySQL cache. Not much difference.
Please suggest a way to make this faster and if caching is the only option which way to go. Suggest a way so that it helps me in the future too.