I tried using this library to compress my blog, but found that it runs significantly slower compared to other libraries. After analyzing the flame graph, I discovered that nearly half of the time is spent on minifyCss(since my HTML contains many styles and inline styles).
Is it possible to improve the running speed of cssnano?