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
We've been using minify in production for a while. Recently when a stylesheet is updated under high load many requests race to minify the stylesheet causing 100% CPU usage on all cores.
indeed, i have experience similar problems, and it's especially worse if you use local java process to do minifying (yui or closure compiler), especially for css as it spawns minify process for each source in a group
We've been using minify in production for a while. Recently when a stylesheet is updated under high load many requests race to minify the stylesheet causing 100% CPU usage on all cores.
There's a similar issue at #266
but this seems to be missing in current releases
The text was updated successfully, but these errors were encountered: