basset & unpkg.com #1220
-
For a few days now, but not all the time during the day, my Laravel + Backpack v6 apps are very slow and I see that the browser is waiting for responses from unpkg.com Why ? Thanks for help |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
This issue is related to Backpack and its use of Basset for asset management. Let me address your concerns based on the information provided in the knowledge sources.
If these solutions don't resolve the issue, you may need to open a new issue on the Backpack GitHub repository for further assistance. Relevant sources: Github Issue (closed): [HAS-FIX] ASSETS NOT LOADING FROM CDNS - 12-04-2024 |
Beta Was this translation helpful? Give feedback.
-
I've checked all points but the issue is still here !! |
Beta Was this translation helpful? Give feedback.
-
Hey @blondie63 Can you add |
Beta Was this translation helpful? Give feedback.
-
Still slow, can we have an option to switch between another CDN service or to self host those files? |
Beta Was this translation helpful? Give feedback.
-
Getting |
Beta Was this translation helpful? Give feedback.
Hey @blondie63
Can you add
BASSET_DEV_MODE=false
to your env and runphp artisan basset:cache
?This will force the app to cache the assets locally and server from the local cache.