We are experiencing slow loading times for all our pages, it takes from 5 to 8 seconds to display. When we run the Chrome timeline, it shows that "measure_above_the_fold" takes 2.8 seconds. What is this, and how do we optimize the loading time? Btw, we have all the caches on.
Fri, 10/28/2016 - 03:56
Hi,
Please take a look at https://developers.google.com/speed/pagespeed/insights/ and https://tools.pingdom.com/ to optimize.
developers.google.com says:
Should Fix:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Is this something I can do, or is it a part of the theme?
It means that you can put js in body section above tag </body>.
Also, please take a lookat 2 following topics: http://drupal.stackexchange.com/questions/3171/add-javascript-at-the-bot..., http://drupal.stackexchange.com/questions/46202/move-aggregated-js-file-...
I solved this by disabling the "Enable preload" setting under the theme settings. This reduced the load time to under 2 seconds.