Jump to content

[Solved] ModPageSpeed Module


mrj

Recommended Posts

Thanks. You are always helpfull. But I am already using mod_deflate. I am trying to achieve 100/100 score on google page insight. But the only problem is 'render block' thing. They are showing the fix is installing ModPageSpeed.

Link to comment
Share on other sites

Yeah, I was out of town for a while so I was only taking care of emergencies. Can you link to the google page insight report? I think it would be beneficial for sites hosted on our servers to be able to achieve 100%.

Link to comment
Share on other sites

You are right. When I was checked a non-framework (test) page, I got 100/100. But it's seems that the materialize framework is causing problems. Their css and js files are causing render blocking. Any idea for this problem is appriciated.

Link to comment
Share on other sites

Mixed Content: The page at 'https://atoz.ml/tools/source.php' was loaded over HTTPS, but requested an insecure stylesheet 'http://atoz.ml/assets/css/styles.css'. This request has been blocked; the content must be served over HTTPS.
source.php:1 Mixed Content: The page at 'https://atoz.ml/tools/source.php' was loaded over HTTPS, but requested an insecure favicon 'http://atoz.ml/assets/images/favicons/favicon.png'. This request has been blocked; the content must be served over HTTPS.
source.php:1 Mixed Content: The page at 'https://atoz.ml/tools/source.php' was loaded over HTTPS, but requested an insecure stylesheet 'http://atoz.ml/assets/css/styles.css'. This request has been blocked; the content must be served over HTTPS.
You need to update your code to use https instead of http. Example:

<link href="http://atoz.ml/assets/css/styles.css" rel="stylesheet"/>
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...