Hi,
Is there a solution in October CMS to cache assets (themes/mytheme/assets/…) to improve the PageSpeed index? (https://pagespeed.web.dev/?utm_source=psi&utm_medium=redirect)
Addressing the following issues:
Thank you, Zs
Please try the Quicksilver plugin for OctoberCMS. It is very useful to generate static files, and deliver these. By also supporting Ajax functionalities.
You also can add something to your htaccess file (when using apache) like: PrivateBin
env variable: CMS_ASSET_CACHE if sets to TRUE, is caching assets in themes/mytheme/assets/… files?
Thank you, Zsolt