-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Preload files #38
base: main
Are you sure you want to change the base?
Preload files #38
Conversation
This property does not exist (anymore?)
This property does not exist (anymore?)
Anything else left on this @AIC-BV or is it good to go? Did you notice any difference when testing locally? |
I think this is working perfectly fine, but I'm not noticing any increased performance |
<?php endforeach; ?> | ||
|
||
<?php foreach ($scripts as $script) : ?> | ||
<script data-cfasync="false" src="<?= $script . '?v=' . $coreBuild; ?>" importance="high"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data-cfasync is required to work well with CloudFlare AFAIK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed at wintercms/winter#1014 (comment)
This property does not exist (anymore?)