Pagespeed

Nginx: keep ngx_pageespeed up to date

If you use the Nginx pagespeed module - as I do on tech-blogger.net and routerzwang.de - you should also keep it up to date. This can save you a lot of troubleshooting. If you already compile Nginx yourself and use the "ngx_pagespeed" module, you not only have to keep Nginx up to date, which has brought HTTP/2 support in the latest versions, but also the [...]

Nginx: keep ngx_pageespeed up to date Read Post »

nginx logo

Nginx: PHP alternative HHVM

If you want to further optimize the execution speed of PHP scripts, sooner or later you will stumble across HHVM - a just-in-time compiler for PHP. HHVM can be easily installed via the Debian package management. Once this is done, it can basically be used like php5-fpm. I have left all the rest of the configuration within Nginx - this allows good

Nginx: PHP alternative HHVM Read Post »

Pagespeed: combine_css with WordPress

If you use WordPress with mod_pagespeed or ngx_pagespeed and use the combine_css filter, you will notice that nothing happens. What can be done? The reason for the problems: The Pagespeed module does not take into account CSS embeddings that have different IDs. WordPress sets the name of the CSS as the ID for the integration, and in the end it looks like this: link rel='stylesheet'

Pagespeed: combine_css with WordPress Read Post »

Compile Nginx yourself

Anyone who uses Debian and relies on Nginx will sooner or later no longer be able to cope with the integrated modules. The solution: compile Nginx yourself. Last updated on 09.06.2019 What sounds complicated at first is actually quite simple in practice and suitable for everyday use - this blog here runs with a self-compiled version of Nginx 1.11.1.

Compile Nginx yourself Read Post »

Pagespeed: Microcaching with Nginx

Nginx is already a very fast web server in itself - but it also offers some interesting functions for caching, which minimizes access to PHP and delivers pages much faster. A short guide. For this blog, I am using the current Nginx mainline version 1.7.0 with ngx_pagespeed modules as a basis. For this I had to compile nginx myself, which

Pagespeed: Microcaching with Nginx Read Post »

Pagespeed: Nginx + Memcached + PHP5-FPM

Nginx with PHP5-FPM is already quite fast; if finished pages are saved using Memcached, the loading time can be reduced even further. The implementation is simple. This article is inspired by a guide on 6tech.org and has been transferred to current software versions. The following requirements must be met for the Nginx setup to benefit from Memcached: nginx with PHP5-FPM php5-memcached modules installed

Pagespeed: Nginx + Memcached + PHP5-FPM Read Post »

Pagespeed: Use Disqus with Lazyload

Anyone who uses the Disqus comment system in their blog will have noticed sooner or later that Disqus sometimes causes loading delays. The solution: Lazyload. The basic idea: if a defined point is reached when scrolling through a post, the comments are reloaded. If a reader does not read the entire post, the comments are not loaded at all.

Pagespeed: Use Disqus with Lazyload Read Post »

Nginx with SSL and SPDY

As some of you may have noticed, my blog kadder.de now runs over an encrypted connection (recognizable by the HTTPS symbol in the browser bar). The main reason for this change, which unfortunately costs some time at First Byte Time, was the possibility to offer a connection via SPDY for corresponding browsers (e.g. Chrome). I was also interested in how

Nginx with SSL and SPDY Read Post »

en_USEnglish
Scroll to Top