I'm trying to optimize a website, to increase the website page loading speed. I come to know about 2 solutions from Google. Where I'm confused, which one to proceed among these, https://developers.google.com/speed/pagespeed/psol (How does it work?) https://developers.google.com/speed/pagespeed/service (What does it do?) Gimme a best solution. Thanks in advance
For the first one you should ask your web hosting company to do this. They are the ones who can help you on adding that module.
Loading speed must be less. If it is, it can help us to do SEO better. As users don't have patience. They will not stop there if website is slow.
I'd honestly suggest you to ignore pretty much any online page speed tester / analyzer. Get Firefox, install the Firebug add-on, and then install the YSlow add-on. It will tell you exactly why your page is slower than it should, and give you detailed explanations on how to fix it. Not hard at all.
loading speed test is one of the tool we must always keep on especially if we are doing onpage optimization. The design of the site also affects the loading speed.
According to google page speed is a tool we've been using internally to improve the performance of our web pages -- it's a Firefox Add-on integrated with Firebug. When you run Page Speed, you get immediate suggestions on how you can change your web pages to improve their speed. For example, Page Speed automatically optimizes images for you, giving you a compressed image that you can use immediately on your web site. It also identifies issues such as JavaScript and CSS loaded by your page that wasn't actually used to display the page, which can help reduce time your users spend waiting for the page to download and display.