Replies: 11 comments 1 reply
-
Added these improvements for v3.2.8 for Apache and nginx |
Beta Was this translation helpful? Give feedback.
-
You've written about Brotli. But... Following additional code should fit:
Put below the other stuff
Regards Christian |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
If we continue like this, we will probably get a speeding ticket for to fast website loading... 😂 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
This is a very special use case, isn't it? :-) |
Beta Was this translation helpful? Give feedback.
-
Nice! That works perfect. 🙂 |
Beta Was this translation helpful? Give feedback.
-
I suggest a short info about this in the docs:
Regards Christian |
Beta Was this translation helpful? Give feedback.
-
-> if you like you can provide a documentation fix for that as PR :-) |
Beta Was this translation helpful? Give feedback.
-
OK that's done. Regarding the categories, I noticed the following:
Regards Christian |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions