Performance
Archive for the ‘Performance’ Category
Guide: WordPress with Maximum Performance and Speed
Posted in Performance,WordPress on October 25th, 2012.This is a step by step guide in which I will show you how to setup WordPress with maximum speed and performance for just $15 per month utilizing Nginx + PHP-FPM + APC + Cloudflare + Redis. It is the same that this blog is using and I will show you how. No need for [...]
Read moreHow to load WordPress in a few milliseconds using Redis
Posted in Performance,Web Development on October 25th, 2012.Redis is an advanced key-value store. Like memcached on steroids. Everything is in the RAM and you can theoretically reach 100 000 GET per second with Redis. My solution below will cache all the HTML output in Redis and display it without the need to load WordPress. A big thanks to Jeedo Aquino who have [...]
Read moreWhy I recommend CloudFlare and why you should try it too
Posted in Performance on May 17th, 2012.CloudFlare is a both a proxy and a CDN (content delivery network). It was recommended to me by Magnus BrĂ¥th. Quoted from them: On average, a website on CloudFlare loads twice as fast uses 60% less bandwidth has 65% fewer requests is way more secure All for free! Never heard of them? According this recent [...]
Read more