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

Use non-minified Soundmanager #417

Merged
merged 2 commits into from
Jul 30, 2019
Merged

Use non-minified Soundmanager #417

merged 2 commits into from
Jul 30, 2019

Conversation

mmatous
Copy link
Contributor

@mmatous mmatous commented Jul 30, 2019

bar-ui-min.js is not even used anywhere and the size of soundmanager2.js does not really matter because it will almost always be cached by browser.
In case the AP page is not yet cached the file size difference is 13kB vs 45kB.
For the whole page that makes 1.09MB vs 1.12MB—gzip on, measured for Artists view. The relative difference will be even less significant for views with pictures and most importantly, chasing kilobytes is completely inconsequential once audio streaming starts.
The minified code is impossible to debug and not worth the hassle when modifications have to be made.

@Rello Rello added this to the 2.8.0 milestone Jul 30, 2019
@Rello Rello merged commit a4f2d4a into Rello:master Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants