globophobe / django-semantic-admin

✨ Django Semantic UI admin theme
https://semantic-admin.com
MIT License
142 stars 9 forks source link

How do I manually terminate access to this resource when online #107

Closed ricruan closed 3 weeks ago

ricruan commented 3 weeks ago

When accessing the admin page online, the browser will load the resource. 👇 https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js 👆 The page load must wait for the request to fail before it can complete

So offline loading is fast

Is this .JS file necessary?Is there a better solution?

load the file to load, or Load this js file asynchronously with the page load?

ricruan commented 3 weeks ago

load the file to local...

ricruan commented 3 weeks ago

download the file to local nemed it 'jquery.min.js' then put it to semantic_admin\static\semantic_admin then update the code at semantic_admin\templates\admin\base.html

--->👇

globophobe commented 3 weeks ago

Loading of resources could be improved. Actually, the other day I tried having all assets local (not using a CDN) but it seemed slower...

However, your experience is different 🤔