User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Reduces the impact of js uglification.
Some of the vendor files are not minified. We were running js uglification in every subdirectory of the media folder. This has a huge impact on performance.
Bench the npm i on a clean installation
Before: 80,69 sec
After: 59,24 sec
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository |
I have tested this item
Works,
does not seem to cause problems
i can not code review this
Conflicts
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-31 09:14:30 |
Closed_By | ⇒ | wilsonge |
Another way to benchmark the changes here are our tests:
Before:
After:
That's almost 2 minutes difference or 25% improvement!!!