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

Degraded Performance loading scorm statics files #99

Open
johanseto opened this issue Feb 19, 2025 · 0 comments · May be fixed by #100
Open

Degraded Performance loading scorm statics files #99

johanseto opened this issue Feb 19, 2025 · 0 comments · May be fixed by #100

Comments

@johanseto
Copy link

johanseto commented Feb 19, 2025

Description

Hi, I was using this xblock in version 16. Then I updated to version 19.0.1 and I noticed the scorm was slower than usual.
We used to proxy the requests for the scorm assets directly to S3 but now it requires them to be served directly through the LMS. We were using directly S3 S3Boto3Storage passing the custom_domain kwarg.

Now, I found that in this commit ea54a52

This changes how the files pass each static are loaded through the Django-server.
The storage function URL was removed.
ea54a52#diff-e9b43e0a1aaf2777389c708425492661ab8f0e10b102afab1cd95acb07f8666aL429

I know that if was for security reasons for private buckets. But each static has to be processed by the LMS-server and the difference is appreciated loading a full scorm.

Image

This is a comparison only for one static file.

V19.0.1

Image

v18.0.2

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
1 participant