You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
turbine sends an 304 if the nothing has changed, but that is still one roundtrip per css.php call, which can add up on some servers an connection.
with an additional expires-header in the (near) future no request would be sent on 99% of the page-impressions. of course only if $debug==0.
it's trivial to add this, but is wanted to discuss it here; i would like to see if there's a major catch to that. if not i will gladly put it in my fork, maybe as an option in the config.php.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi all,
turbine sends an 304 if the nothing has changed, but that is still one roundtrip per css.php call, which can add up on some servers an connection.
with an additional expires-header in the (near) future no request would be sent on 99% of the page-impressions. of course only if $debug==0.
it's trivial to add this, but is wanted to discuss it here; i would like to see if there's a major catch to that. if not i will gladly put it in my fork, maybe as an option in the config.php.
The text was updated successfully, but these errors were encountered: