Welcome. Today I am going to describe about the rest of the section to increase page speed.
Here remaining two issues to increase page speed.
Minify Html:
To minify html you can take help from online. There are various site available that minify your html.
This is a link where you can minify your html
http://www.miniwebtool.com/html-compressor/
Just follow the following steps.
Step 1:
Go to given link. Paste your html code to minify html and then click on compress Html button.
Step 2:
Then you get compressed html. Save this html and upload in your server. This will reduce the page speed. After uploading minify html you can check your page speed and focus on minify html part.
I think your minify html is now become 100%.
Minify CSS:
To minify you can follow the same link
http://www.miniwebtool.com/css-compressor/
Just follow the following steps.
Step 1:
Go to given link. Paste your CSS code to minify CSS and then click on compress CSS button.
Step 2:
Then you get compressed css. Save this css and upload in your server. This will reduce the page speed. After uploading minify css you can check your page speed and focus on minify css part.
I think your minify css is now become 100%.
By fixing these issue you can increase your page speed.
Here is our page speed after fixing these issue.
Comparison page speed between before fixing issues and after fixing issues.
Before fixing issue our page speed is 98%.
After fixing issue our page speed is 100%.
Thank you.