Pagespeed findings

Can't get enough? I'm regularly sharing snack bite tips and advice on LinkedIn as well.

    • ± 7 minutes

    Reducing response time with server side caching

    Server side caching means that some form of caching is done server side. And from a pagespeed perspective, it makes most sense to do this for contents that tends to be dynamic. Let's dive into the basics of server side caching a bit more.

    • ± 1 minute

    Plugins to improve your website or shop's pagespeed

    In general, people know that I'm not the one to ask which plugins to use for their stack. However, given the fact that I'm a pagespeed and performance enthousiast, I'm sometimes asked which plugins people should be using.

    • ± 4 minutes

    Parsing and rendering process simplified

    We've all heard of the 'eliminate render blocking resources' recommendation in Lighthouse. But to understand why it is important to fix this, it first is convenient to know a few basic principles of browsers.