February 23, 2016 at 9:55 am
I have been trying to improve the page speed of my website the past few days. One of the steps google page speed insights suggests, is to Eliminate render-blocking JavaScript and CSS in above-the-fold content. I have little to no knowledge in coding so I tried a couple plugins to accomplish this. They didn’t seem to work, so I deleted them and kept searching for ways to do this.
Today I have discovered that *Login to see link seems to not be loading JavaScript and is causing the site to look weird.
Here is the http:// version for reference: *Login to see link
I have no idea if the plugins I tried using are the culprit to this problem or not.
Looking at the code it seems to me that all the code that involves javascript looks like this:
<script src="*Login to see link type="text/javascript"></script>
isn’t working because it specifies http:// instead of https://
Like I said I don’t know what I’m talking about but according to this *Login to see link I need to make the links relative.
How would I go about doing this if that is the correct way to fix this issue.
Thank you