-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Remove request in Angular index.html to material icons - this could be causing the slowdown #102
Comments
@pisuke This is exactly what's causing the slowdown. Well spotted! Super simple fix. I'll look into the rest of the issues tomorrow - I had a slow start today because of some ssh issues |
@InBrewJ no worries, thanks for checking! And glad you think this is the cause of the slowdown. |
@pisuke The SRT size is definitely affecting performance but it's no longer compounded by the timeout caused by this error. I'm still digging though :) |
@InBrewJ I've dug deeper today, and the 60 MB file load up in about 18 seconds. |
Full disclosure, I hadn't actually started digging yet. Seems like great steps though 💪 This sort of streaming stuff? https://kite.com/python/docs/pysrt.stream |
Yup, I had a quick discussion with Jean and he suggested to have a look at the streaming function, and perhaps do some profiling too. |
I probably won't have time in the week after Also, @bungeejim I've updated the standalone player software on Docker Hub - your |
@InBrewJ Cool, happy to do it my side, sure. |
@pisuke There seems to be a divergence between a few of the repos and DockerHub - I'll do an audit of everything tonight. From what I can tell, the docker-compose.yaml in Jim's standalone box (see https://drive.google.com/drive/u/1/folders/1jwaxGesE7uv896qadnCNJdYJfT2RIIcW) targets |
No description provided.
The text was updated successfully, but these errors were encountered: