Closed layershifter closed 4 years ago
Warnings | |
---|---|
:warning: | 1 perf regressions detected |
Status | Scenario | Fluent TPI | Fabric TPI | Ratio | Iterations | Ticks |
---|---|---|---|---|---|---|
🔧 | Avatar.Fluent | 0.53 | 0.51 | 1.04:1 | 2000 | 1064 |
🦄 | Button.Fluent | 0.12 | 0.19 | 0.63:1 | 1000 | 122 |
🔧 | Checkbox.Fluent | 0.83 | 0.29 | 2.86:1 | 1000 | 826 |
🔧 | Dialog.Fluent | 0.39 | 0.22 | 1.77:1 | 5000 | 1949 |
🔧 | Dropdown.Fluent | 4.32 | 0.51 | 8.47:1 | 1000 | 4322 |
🔧 | Icon.Fluent | 0.16 | 0.04 | 4:1 | 5000 | 810 |
🎯 | Image.Fluent | 0.05 | 0.07 | 0.71:1 | 5000 | 231 |
🔧 | Slider.Fluent | 1.88 | 0.36 | 5.22:1 | 1000 | 1875 |
🔧 | Text.Fluent | 0.07 | 0.03 | 2.33:1 | 5000 | 370 |
🦄 | Tooltip.Fluent | 0.1 | 19.52 | 0.01:1 | 5000 | 493 |
🔧 Needs work 🎯 On target 🦄 Amazing
Scenario | Current PR Ticks | Baseline Ticks | Ratio |
---|---|---|---|
LoaderMinimalPerf.default | 785 | 2479 | 0.32:1 |
Generated by :no_entry_sign: dangerJS
BREAKING CHANGES
This PR:
fela-sanitize-css
for production modefela-sanitize-css
will warn in development modeTo keep previous behavior please force enable
enableSanitizeCssPlugin
setting:See #65 for more details.
Performance 🏎
As this plugin is disabled for production we can get 3-5% (depends on styles complication) improvement with its removal.
Before
After