Replies: 11 comments 1 reply
|
Added these improvements for v3.2.8 for Apache and nginx |
|
You've written about Brotli. But... Following additional code should fit: Put below the other stuff
Regards Christian |
|
Yes, I ditched Brotli as it's not very common at the usual web hosting provider. With the Apache/nginx compression the frontend file shrinks from 2 MB to 335 kB, I think that's quite nice. |
|
If we continue like this, we will probably get a speeding ticket for to fast website loading... 😂 |
|
I would like to display the same file for each of my 5 categories to save loading time. Unfortunately, this is not possible
Please provide a way to also display the same file. 🙂 Regards, Christian |
|
This is a very special use case, isn't it? :-) |
|
Nice! That works perfect. 🙂 |
|
I suggest a short info about this in the docs:
Regards Christian |
|
-> if you like you can provide a documentation fix for that as PR :-) |
|
OK that's done. Regarding the categories, I noticed the following:
Regards Christian |


Uh oh!
There was an error while loading. Please reload this page.
I looked at what PageSpeedInsights had to complain about on my site.
( https://developers.google.com/speed/pagespeed/insights/ )
One of the messages was about browser caching. I adjusted that in my htaccess.
Instead of just Cache-Control headers, I now also have Expires headers. I set the storage period for ALL file formats to one year.
This got rid of the message about: efficient cache policy for static content.
I used the following code in the htaccess for this:
If there is nothing standing in the way of this on your part, you might be able to use it like this.
Regards, Christian
All reactions