[RSS Feed/News] Store CSS as files

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
As it is right now, XenForo does deliver CSS through 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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom