Que vous soyez nouveau ? la jQuery ou sont tout simplement r??valuer la fa?on dont vous l'utilisez, il est int?ressant de regarder dans la fa?on la plus pratique pour la charger sur votre site web Jusqu'? il ya quelques ann?es , la seule option ?tait de t?l?charger une copie dans le r?pertoire de chaque site web
Les biblioth?ques de l'API Google, Un r?seau de distribution de contenu pour communes biblioth?ques JavaScript, Dont jQuery De ces deux options, qui est la meilleure solution pour vos besoins de d?veloppement ?
Ou lire plus d'autres postes :
Impressionnant et Advance Tutoriels JavaScript
? Reuse JavaScript codes as jQuery Plugins: Tutorials and Examples
? 5 habitudes JavaScript Bon pour une meilleure am?lioration
- Demo
- Agrandir
- Recharger
- New window
Gratuit iPage h�bergement Web pour la premi�re ann�e MOMENT
Si vous �tes toujours � la recherche d'un fournisseur d'h�bergement Web fiable avec des tarifs abordables, pourquoi vous ne prenez pas un peu de temps pour essayer iPage, seulement avec $1.89/month, inclus $500+ Cr�dits suppl�mentaires gratuites pour le paiement de 24 mois ($45)?
Plus de 1.000.000 de clients + existisng peuvent pas avoir tort, vraiment vous n'�tes pas aussi! Plus important encore, lorsque vous enregistrez l'h�bergement web � iPage gr�ce � notre lien, nous allons �tre heureux de renvoyer un plein remboursement. C'est g�nial! Vous devriez essayer iPage h�bergement web GRATUITEMENT maintenant! Et contactez-nous pour tout ce que vous devez savoir sur iPage.
Whether you're new to jQuery or are simply reevaluating the way you use it, it's worth looking into the most practical way to load it onto your website. Up until a few years ago, the only option was to upload a copy into each website's directory. Now, a myriad of web-hosted options are available, the most popular of which is Google Libraries API, a content distribution network for common JavaScript libraries, including jQuery. Of these two options, which is the best solution for your development needs? The best way to answer this question is to take a look at some of their features side-by-side:
1) How long much time is consumed by script downloads?
Google Libraries API:
Because the script request is made on a different server, script download (it it's even necessary; see below) would take place in parallel with your server scripts.
Self-hosted:
Runs on the same server as your website, so it loads in succession with other scripts, adding to overall download time.
2) How does it utilize the user's cache?
Google Libraries API:
Since so many websites utilize this library, it's very likely that the user already has this file in their cache and won't need to download it again when they visit your site, speeding up load time.
Self-hosted:
Located in one place: your server. Download times are affected by the user's proximity to your server.
3) Which server delivers the code?
Google Libraries API:
Circulates your static code across a broad range of servers worldwide using a Content Delivery Network (CDN), thereby minimizing download times by automatically choosing the server closest to the user.
Self-hosted:
Located in one place: your server. Download times are affected by the user's proximity to your server.
4) Can I customize the script?
Google Libraries API: No.
Self-hosted: Yes.
5) How much control do I have over security?
Google Libraries API:
None; if someone hacks into Google, the script running on your site could be at risk. However, we're talking about Google here. The likelihood of their well-financed security getting hacked is slim. Also, if Google goes down, your script will go down as well; but again, this is a very rare occurrence.
Self-hosted:
Complete; if you want to control the level of security, you will have to use your own. However, keep in mind that any server is prone to attack or downtime, and you'll likely have to invest highly in a system more secure than Google's.
Conclusion
As you can see, for most cases, the Google-hosted jQuery library is a better, faster option. However, if you wish to monitor your own security, or the site will be used within an intranet system, a self-hosted library would probably work better for you.
Mandy Barrington is the lead web designer at RYP Marketing, a Tampa web design agency focused on increasing ROI in online marketing. You can find more tips and advice on the RYP Marketing blog.
- Sent (0)
- Nouveau
Générez vos vidéos d'entreprise par l'IA avec la voix ou simplement du texte
chatGPTaz.com
Parlez à ChatGPT dans votre langue maternelle
AppAIVidéo
Votre première application vidéo AI GRATUITE
Deepfake Video
Deepfake AI Video Maker
Deepfake
Deepfake AI Video Maker
AI Deep Fake
Deepfake AI Video Maker
AIvidio
AI Video Mobile Solutions
AIvideos
AI Video Platform & Solutions
AIvedio
AI Video App Maker
Faceswap AI en ligne
Échangez des visages, des vidéos, des photos et des GIF instantanément avec de puissants outils d'IA - Faceswap AI Online GRATUIT
Faceswap AI en ligne
Échangez des visages, des vidéos, des photos et des GIF instantanément avec de puissants outils d'IA - Faceswap AI Online GRATUIT
Temu gratuit 500 $ pour les nouveaux utilisateurs
Claim Free Temu $500 Credit via Affiliate & Influencer Program
Crédits publicitaires TikTok gratuits
Maîtrisez les publicités TikTok pour le marketing de votre entreprise
Dall-E-OpenAI.com
Générez automatiquement des images créatives avec l'IA
chatGPT4.win
Parlez à ChatGPT dans votre langue maternelle
Premier produit d'intelligence artificielle d'Elon Musk - Grok/UN.com
Parlez au chatbot Grok AI dans votre langue
Outily.win
Centre d'outils ouvert et gratuit, utilisable par tous et pour tous, avec des centaines d'outils
GateIO.gomymobi.com
Airdrops gratuits à réclamer et à partager jusqu'à 150 000 $ par projet
iPhoneKer.com
Économisez jusqu'à 630 $ à l'achat d'un nouvel iPhone 16
Acheter le robot Tesla Optimus
Commandez votre robot Tesla Bot : Optimus Gen 2 dès aujourd'hui pour moins de 20 000 $
jQuery from Google is better R�ponse
I have a small snippet for this stuff
Code:
this code should load jQuery from Google first, if there's any problem from Google that our site can not load jQuery then we'll load our self-hosted jQuery
Enjoy!