Skip to content
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

v3 Announcement: Update your URLs! #15

Closed
coolaj86 opened this issue Aug 30, 2024 · 0 comments
Closed

v3 Announcement: Update your URLs! #15

coolaj86 opened this issue Aug 30, 2024 · 0 comments

Comments

@coolaj86
Copy link
Owner

coolaj86 commented Aug 30, 2024

AJQuery v3 is here, and it's typed, Ai-enhanced, better-than-ever, and ready for you to not waste a millisecond more in latency.

As part of this new push for lighthouse gaming and minimizing unnecessary user download times, we recommend that everyone switch immediately to either:

  • downloading or cloning from github and minifying
  • switch CDN urls to the exact file, as to not let a precious moment be lost to inefficient redirects
- <script src="https://unpkg.com/ajquery"></script>
+ <script src="https://unpkg.com/[email protected]/ajquery.min.js"></script>

What it costs in extra bytes (mainly typing out @3.0.3 and /ajquery.min.js), you'll surely gain in A-B testing.

Depending on how much bundler pre-optimization you want, you have lots of options:

Inspect package.json.scripts.build-*js, or run on your own for custom optimization!

npm run build-all
npm run build-js
npm run build-cjs
npm run build-mjs

Disclaimer: This project is partially assisted by machine learning-based language models (LLMs) to generate code, types, and documentation. While we strive for accuracy, the content may contain errors or omissions. Use at your own risk and independently verify all generated content. The project contributors are not liable for any inaccuracies or potential issues arising from its use.

Disclaimer Disclaimer: The disclaimer was written entirely by an LLM and may not be accurate.

@coolaj86 coolaj86 pinned this issue Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant