We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description Assets (js, css) included over "resource" with etag (to prevent caching) config param appear in code tree times
To Reproduce Steps to reproduce the behavior:
Expected behavior Assets have to be included only once
Desktop (please complete the following information):
Server (please complete the following information):
Additional context Code of etag generation:
'/css/style.css?etag='.md5(time()),
The text was updated successfully, but these errors were encountered:
If we replace Etag to this code:
md5(floor(time()/60)*60)
problem solves
Of cause this is not a bug of Orchid, but maybe in future versions assets check feature may be added. E.g. "include_once" )
Sorry, something went wrong.
tabuna
No branches or pull requests
Description
Assets (js, css) included over "resource" with etag (to prevent caching) config param appear in code tree times
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Assets have to be included only once
Desktop (please complete the following information):
Server (please complete the following information):
Additional context
Code of etag generation:
The text was updated successfully, but these errors were encountered: