Since, you use Microsoft IIS web server, I recommend testing this plugin in a demo environment before deciding about the switch. That should provide you more ideas on how it works on your particular server.
BTW, your site loads very fast already. There is always room for improvement, though. 🙂
Hi Pothi,
Yes we would setup a test site most certainly. Do you think we would see any benefit from moving to a Linux server? Regardless of server type, I’m sure we could benefit from some MySQL caching.
Glad our site loads fast for you – sometimes its not always that fast though and I want to make it as quick as possible.
Chris.
Hi Chris,
I have no experience with IIS. So, I can’t say about any benefits of moving to a Linux server. My views, if any, about Linux server based hosting, would be certainly biased. 🙂
Regardless of server type, I’m sure we could benefit from some MySQL caching.
That’s true, if you don’t already use WP Object Cache using APC or memcached. I’d prefer to enable any type of MySQL caching through MySQL server configuration, rather than through a plugin in WordPress.
sometimes its not always that fast though and I want to make it as quick as possible.
You may want to find out why it is slow at times, before looking for a solution. If it is due to large number of concurrent logged-in visitors to a site, then a generic caching plugins won’t help. That’s where W3 Total Cache helps with fragment caching. You may want to check out Frederick’s recent article here… http://blog.newrelic.com/2013/02/07/web-performance-optimization-automation/ , to get more info on caching, different caching layers, etc.
Pothi