My website has a 3-column design.
I am sticking on Prioritize visible content of google PageSpeed Test
It said "None of the final above-the-fold content could be rendered even with the full HTML response."
Sometime when I edit the code, the msg will change to "xx% of the final....".
How does the % count? And what I have to do to solved this problem?
Here is my testing site: https://yudans.net/index2.php
and the PageSpeed Report: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fyudans.net%2Findex2.php&tab=desktop
What I did :
- toke off all the render blocking elements,
- put ths css of above-the-fold content in tag,
- well resized of all imgaes used,
- no external javascript/css used and
- passed AMP HTML (validator.ampproject.org/#url=https%3A%2F%2Fyudans.net%2Findex2.php)
What can I do else? Thanks!