XenForo
Administrative
- Thread starter
- Admin
- #1
As it is right now, XenForo does deliver CSS through
This does work just fine, gives a lot of flexibility and the generated CSS can be cached efficiently by browsers.
However, doing it this way does require some PHP processing for each CSS call (there are typically 2 calls per page).
Also webservers will perform compression on every request.
While it is possible to setup a reverse proxy in front of
Read more
ادامه مطلب...
css.php
.This does work just fine, gives a lot of flexibility and the generated CSS can be cached efficiently by browsers.
However, doing it this way does require some PHP processing for each CSS call (there are typically 2 calls per page).
Also webservers will perform compression on every request.
While it is possible to setup a reverse proxy in front of
css.php
to avoid PHP processing and recompressing...Read more
ادامه مطلب...