-
Notifications
You must be signed in to change notification settings - Fork 1.8k
externalise jquery using jquery-rails-cdn and jquery-rails fallback #8161
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8161 +/- ##
==========================================
- Coverage 82.10% 79.88% -2.23%
==========================================
Files 100 100
Lines 5751 5866 +115
==========================================
- Hits 4722 4686 -36
- Misses 1029 1180 +151
|
@jywarren @cesswairimu can you kindly review? Thanks ✌️ Should I first push on unstable? 😅 |
82e0b82
to
192c68a
Compare
Hi 😄, this issue has been automatically marked as stale because it has not had recent activity. Don't worry you can continue to work on this and ask @publiclab/reviewers to add "work in progress" label 🎉 . Otherwise, it will be closed if no further activity occurs in 5 days -- but you can always re-open it if you like! 💯 Thank you for your contributions 🙌 🎈. |
Fixes #7920
Externalise jquery using jquery-rails-cdn and jquery-rails fallback to improve performance in terms of -
Automatically fallback to jquery-rails' bundled jQuery when:
On top of that, if you're using asset pipeline, you may have noticed that the major chunks of the code in combined application.js is jQuery. Implications of externalizing jQuery from application.js are:
rake test
@publiclab/reviewers
for help, in a comment belowThanks!