I'm trying to speed up my website by applying google PageSpeed Insights recommendations, but some things don't make sense to me.
Results that I get: https://goo.gl/GSQ6Zs
It says that above the fold content couldn't be loaded without a delay because of jQuery, my jQuery script reference is placed before closing body tag, what is really interesting is that if I copy/paste source code from jQuery file and put it directly into index.html as inline code it works perfectly, but this solution looks dirty to me. What are fast ways to determine what javascript/css files are responsible for displaying above the fold content? I also have many css files and it's really inconvenient to go through every file and determine which parts are responsible.
Any suggestions are welcome