Hi Tomw,

You can use the defer attribute on your script tags. But then again, your 
app is not showing anything to the user, until angular kicks in (and is 
largely done). You should show something to the user, even if everything 
else on your page fails to load.
adding this right below the body tag will help with your pagespeed:

<div ng-if="false">
   <h1>Loading the application, please hold on</h1>
   <div class='aCssSpinner'</div>
</div>

There are some more things that can be done, but this should put you on the 
right track.
Regards
Sander
​

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to