Smart-loading the Javascript
Hi,
One thing I like, vary much, about Tiggzi is that it is highly flexible, which once and again proves vitally important in app and/or web development.
My question: I would like to know if I could control where the multiple javascript is loaded into the page. It looks like currently almost 90% of these javascript is placed in the section of the page when loaded, meaning users have to sit and wait until the page becomes ready.
Can I have control on (i) which ones of these scripts can go to the footer or (ii) not-loading at all? How?
p.s. I checked my Chrome Developer Console when testing the app, and found the timeline of these scripts were not over-impressive. Many goes beyond 450 ms, and there are many of them. Thus, this question.