Render-blocking JavaScript
Hi,
I'm using Betheme for my site and want to try speeding up the site by moving scripts that load in the head of the page/s so that they load just before the closing </body> tag of the pages.
How do you recommend I accomplish this?...which file/s do i need to make changes to?
Many thanks!
Comments
file responsible for loading scripts in header is functions/theme-head.php file.
Thanks!