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
See title. We currently register it in the document head, but since we've made updates to our plugins that register custom JS to load them late + in the footer, and now that Gravity Forms 2.5+ supports jQuery in the footer, we should no longer need to do this.
If we do experience breakage with plugin JS after moving jQuery down, we need to just update said plugin(s) to ensure they properly register jquery as a dependency when they're enqueued.
Why it's Important
jQuery is a big file; moving it to the footer is one less (significant) blocking request when loading frontend content.
Alternatives
n/a
Possible Implementation
Update false to true here, and update function comments:
Description
See title. We currently register it in the document head, but since we've made updates to our plugins that register custom JS to load them late + in the footer, and now that Gravity Forms 2.5+ supports jQuery in the footer, we should no longer need to do this.
If we do experience breakage with plugin JS after moving jQuery down, we need to just update said plugin(s) to ensure they properly register
jquery
as a dependency when they're enqueued.Why it's Important
jQuery is a big file; moving it to the footer is one less (significant) blocking request when loading frontend content.
Alternatives
n/a
Possible Implementation
Update
false
totrue
here, and update function comments:Colleges-Theme/includes/meta.php
Line 26 in 6fea7cd
Additional context
n/a
The text was updated successfully, but these errors were encountered: