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
Removing "load-grunt-config" reduced the loading time to 8xx ~ 9xx ms, but still 10 times lower than the first case, is it possible to improve it further?
The text was updated successfully, but these errors were encountered:
themenow
changed the title
Loading tasks is still slow, how to tell if jit-grunt is working?
Loading tasks is still slow, how to improve it?
Mar 19, 2018
I run a 'grunt clean:folder' for testing, with a minimal plugins installed comparing all installed
package.json before
package.json after
With minimal plugins
Execution Time (2018-03-19 08:01:06 UTC)
loading tasks 98ms ██████████████████████████████████████████████ 71%
loading grunt-contrib-clean 33ms ████████████████ 24%
clean:plugins_folder 6ms ███ 4%
Total 139ms
With all plugins
Execution Time (2018-03-19 08:08:14 UTC)
loading tasks 1.8s ██████████████████████████████████████████████████████████████ 96%
loading grunt-contrib-clean 44ms ██ 2%
clean:plugins_folder 23ms █ 1%
Total 1.9s
You can see the loading time is still slow, am I doing it wrong?
my gruntfile.js
Update:
Removing "load-grunt-config" reduced the loading time to 8xx ~ 9xx ms, but still 10 times lower than the first case, is it possible to improve it further?
The text was updated successfully, but these errors were encountered: