You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering the Swagger Editor, we were noticing >~10 second page load times. The browser console shows that style.css blocks the page load for about 8 seconds, and costs 22MB in network transfer:
Please consider optimizing/minifying the style.css rules, so they load faster.
The text was updated successfully, but these errors were encountered:
It's not an easy fix because we want Swagger Editor work from any path in a server so all of it's resources should have relative paths. Configuring webpack to do that is something I wasn't able to do because of this bug: webpack-contrib/file-loader#62
When rendering the Swagger Editor, we were noticing >~10 second page load times. The browser console shows that style.css blocks the page load for about 8 seconds, and costs 22MB in network transfer:
Please consider optimizing/minifying the style.css rules, so they load faster.
The text was updated successfully, but these errors were encountered: