I'm using ionic 2.0.0-beta.37
, cordova 6.2.0
and node 6.2.0
on OSX 10.11.4
cordova platform list
| time ionic platform list
real 0m19.449s | real 1m16.809s
user 0m0.890s | user 0m2.711s
sys 0m0.166s | sys 0m0.685s
cordova plugin list
| ionic plugin list
real 0m0.587s | real 0m41.768s
user 0m0.503s | user 0m2.362s
sys 0m0.055s | sys 0m0.891s
Why Ionic CLI is so much slower?
ionic serve
. Anyway I've tried shutting down my server before executing the commands. I'm not certain about the result, the time needed for each command is decreased but it is still slower than cordova.cordova plugin list => 0m0.594s
-ionic plugin list => 0m18.986s
– Hepler0m0.397s
and ionic takes0m0.403s
forplugin list
– Hepler