Hi all I have just created new website. Sharing snap below using gtmetrix to improve the page speed can anyone tell me this result is good or i need to work more on this.
Your page load time is 1.6 with 22 HTTP requests. That's a pretty light page. I also recommend using www.webpagestest.org as it will give you start render times as well as cached vs. non-cached times. In terms of SEO and site speed. Check out http://moz.com/blog/how-website-speed-actually-impacts-search-ranking This is from 2013 but basically the only correlation they found was between time to first byte and rank.
Your page load speed is good. You can provide better user experience by deferring javascripts to end of the code.
Your page loading speed is good. You can still improve it. I suggest you to review the suggestions from Google pagespeed: http://developers.google.com/speed/pagespeed/insights/
You have done a great job. Try using CSS sprites to increase the speed further more. Host also plays a vital role, I choose A small orange for all my websites. They are awesome.
You can use div display:none; for where your JS is then put all scripts at the bottom. See what I mean here: https://forums.digitalpoint.com/threads/the-best-way-to-load-javascript-based-ads.2559369/ (it says for javascript ads but it works for any JS)