auto create static theme files include font,css to data/csscache folder and import static file to your website .
disabe css.php for xenforo
disabe select and insert xf_css_cache table
Not all hosting running XF support REDIS or other caching extension,like all cpanel hosting.
So, file caching will be very efficient with Directly view
default XF:
apache/nginx/ ->PHP-->cache-->css content
plugin :
apache/nginx/ --> css file
apache/nginx/ -->cdn--> css file
Installation instructions:
1. copy data/csscache styles to cdn server,like R2 ,S3 etc
change CDN CSS URL to your cdn url
2. copy js to cdn server
change CDN JS URL to your CDN url
### Analysis of Static CSS vs. Dynamic Style Loading in XenForo