Caching module classes in the Script list view? #20150
Nick-Gatti
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm testing switching over from local file storage of scripts to hosting in an S3 bucket, and noticed an immediate slowdown (~10s) when loading the ScriptListView. From what it looks like, it seems like the view accesses script modules to determine the classes each time it's loaded- which in this case now means that each file gets downloaded from S3 every time. The ScriptModule caches the scripts inside it- could we switch the ListView to access the cached values to avoid redownloading each time?
Beta Was this translation helpful? Give feedback.
All reactions