I'm a bit confuse about PageSpeed, Microcaching and Memcached. Are they just different tools that do the same job?
I was initially thinking in use PageSpeed with Nginx. If I do that, do I need microcaching? And how about memcached?
I'm a bit confuse about PageSpeed, Microcaching and Memcached. Are they just different tools that do the same job?
I was initially thinking in use PageSpeed with Nginx. If I do that, do I need microcaching? And how about memcached?
You can use microcaching and PageSpeed together, but you have to test if it actually helps you.
I've heard good things about Varnish too if you're looking for real speed. A bit over my head to implement (I'm happy with memcache though), but something you might like to look into.
Also, my experience with JS and CSS minifying and compressing isn't so good. Styling tends to break when I'm trying to config it.