If you use the Nginx-Pagespeed module - like I do on tech-blogger.net and routerzwang.de - you should keep it up to date. This can save you a lot of troubleshooting. If you already compile Nginx yourself, and the module ...
Continue reading
Gadgets, Pagespeed, Nginx, Raspi
If you use the Nginx-Pagespeed module - like I do on tech-blogger.net and routerzwang.de - you should keep it up to date. This can save you a lot of troubleshooting. If you already compile Nginx yourself, and the module ...
Continue readingIf you want to further optimize the execution speed of PHP scripts, sooner or later you will stumble upon HHVM - a just-in-time compiler for PHP. HHVM can be easily installed via the Debian package management. Once that is done, it can be installed in the ...
Continue readingIf you want WordPress to be really fast, you won't get anywhere with common caching plugins after a certain point. Nginx with HTTP2 helps. Since version 1.9.5 the open source version of Nginx also supports the HTTP/2 protocol directly - ...
Continue readingHTTP/2 is supported by more and more browsers, only the web servers still have problems. A first patch has now been released for Nginx, which integrates the new protocol. For this, of course, it is first necessary that ...
Continue readingIf you use WordPress with mod_pagespeed or ngx_pagespeed and use the combine_css filter, you will notice that nothing happens. What to do? The reason for the problems: The pagespeed module does not consider CSS embeddings that have different IDs. ...
Continue readingIf you use Debian and rely on Nginx, sooner or later you won't be able to get by with the integrated modules. The solution: compile Nginx yourself. Last updated on Jun 09, 2019 What sounds complicated at first is in practice ...
Continue readingNginx is a very fast web server in itself - but it offers some interesting features for caching, which minimizes accesses to PHP and delivers pages much faster. A short tutorial. For ...
Continue readingNginx with PHP5-FPM is already quite fast, if finished pages are stored via Memcached the loading time can be reduced even further. The implementation is simple. This post is inspired by a tutorial on 6tech.org and on ...
Continue readingThose who use the Disqus commenting system on their blog will have noticed sooner or later that Disqus sometimes causes loading delays. The solution: Lazyload. The basic idea: when scrolling in a post, a defined point is ...
Continue readingAs some may have noticed, my blog kadder.de recently runs over an encrypted connection (recognizable by the HTTPS icon in the browser bar). The main reason for this change, which unfortunately costs some time at first byte time, ...
Continue reading