How to fix the loading issue of meteor-cordova mobile application?

Iam working on a meteor cordova mobile app.it take a lot of time to load the page
I have used the following packages so far:
accounts-password
iron:router
accounts-facebook
service-configuration
http
accounts-google
email
mrt:jquery-ui-bootstrap
mrt:jquery-ui
random
chrismbeckett:toastr
multiply:iron-router-progress
smeevil:session-store
mrt:moment
reactive-var
mizzao:user-status
jplack:bootstrap-timepicker
twbs:bootstrap
dburles:google-maps
jeremy:geocomplete
spacebars-compiler
percolate:find-from-publication
meteorhacks:fast-render
meteorhacks:kadira
mystor:device-detection
matb33:bootstrap-carousel
mrt:moment-timezone
em0ney:jstz
cfs:standard-packages
cfs:graphicsmagick
mrt:graphicsmagick
cfs:filesystem
ryanswapp:spectrum-colorpicker
inno:zoom
jquery
standard-minifiers
meteor-base
mobile-experience
mongo
blaze-html-templates
session
tracker
logging
reload
ejson
spacebars
check
mrt:nprogress
smeevil:reactive-block-grid
ajduke:bootstrap-tagsinput
mrt:jquery-masonry
bobbigmac:css-masonry
robodo:masonrify
mikowals:batch-insert
richsilv:pikaday
themeteorchef:jquery-validation
launch-screen
okland:camera-ui
fastclick
mrt:jquery-imagesloaded
xyz:loading

Yup. Same issue. It always seems to me on other similar questions that MDG is avoiding them. I believe it is possible to increase the speed, as in the Verso app, however I have no idea how to do the same.
I also noticed that MDG keeps changing the topic, and focusing on smaller mistakes made by the asker, rather than answering the question.
It would be nice to see some documentation on how to reduce the startup time.

FOUND THE SOLUTION

remove mobile-experience
add fastclick, mobile-status-bar, and meteorhacks:fast-render

Done! If you are still having trouble read my article: