How to use gzip on WordPress

gzipSo far I never worried about the page load speed of this blog. But so far I even thought WordPress would use gzip compression on it’s own. Like I said, so far. Today I realized that WordPress is not just doing exactly that.
For those who are lost in gzip, I’ll give a short explanation at first. Gzip is a compression method in order to minimize the size of a file. Today it is mostly used on Unix systems. In the website context, it is used to reduce the size of data which is transferred from the server to the user’s web browser. This not only reduces the traffic and, by implication, the overheads too, but also it brings a reduction of the website’s […]

code-bude.net from now on in english

code-bude.net multilingual
I’ve planned for quite some time to blog in german and english. Therefore I read many articles about how to set up a multilingual wordpress blog. Although there are a lot of plugins for wordpress, which claim to be the best translation plugin ever, the most of them are more or less useless for me or don’t satisfy my requirements.
One importent criterion for me was that the plugin should work “hand in hand” with google. Sure, I’m not that epic seo professional, but I think I know the most basics. And a multiligual plugin, which save the texts from multi languages inside one post, under one url and only shows and hides these translations, is crap. Google will find one url, keywords and meta-tags only in one language, but texts for atleast two languages. That really […]