-
Notifications
You must be signed in to change notification settings - Fork 2.3k
The size of styles.css is about 11 MB after uglifying. #991
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
Comments
You're right. It's because we‘re embedding fonts in the CSS file. We will consider improving it later. |
Please consider removing these fonts from the CSS file. |
@brylie we know it's important but there is a bug in webpack file loader still open. That issue needs to be fixed before we take any action toward fixing this issue. |
Apologies for the delayed feedback. Unfortunately, our code base might have deviated from the time this PR was submitted, and we cannot easily merge it (certainly not against master), and so, we're going to close this PR. If you find the change important and would like to resubmit it, please let us know. Be aware that we are focused on the 3.X version at the moment (now master), and new changes should be applied to it. We appreciate the time you've taken into submitting this PR. We're now making extra effort to review PRs within a few days at most, to avoid situations like this. |
Huh, I meant to post it on the relevant PR. However, this should no longer be an issue in 3.X. |
Uh oh!
There was an error while loading. Please reload this page.
After running swagger editor on my server, I found that styles.css is almost 11MB and taking long time to get load. After uglifying still the size is 11 MB. Is there any way to optimize it. Also is there any way to load styles.css quickly in the browser.
The text was updated successfully, but these errors were encountered: