Comments on: Best Techniques to Optimize your Website for Better Performance https://acadgild.com/blog/best-techniques-optimize-website-better-performance/ Learn. Do. Earn. Thu, 25 Aug 2016 12:12:23 +0000 hourly 1 https://wordpress.org/?v=4.5.3 By: Ankit Mehta https://acadgild.com/blog/best-techniques-optimize-website-better-performance/#comment-3502 Sat, 20 Aug 2016 05:02:37 +0000 https://acadgild.com/blog/?p=2300#comment-3502 Nice Article!

Few more things to add from my experience. Most of the time when the application is developed we do not consider the advanced techniques like domain sharding , lazy load, DNS prefecth, minification and compression.

1. Domain Sharding:
All the browsers has a limitation on the number of connection to one domain , so it means if we push all the objects from the same domain the site will be slower. to make the site faster with you can use multiple domains to serve the contents. for example , for the images you can create a subdomain with images.yoursite.com , for js you can use js.yourdomain.com this will help to serve the contents faster with parallel loading.

Apart from that where ever it is possible to load the static objects from the cdn use it. for jquery you can use any of the CDN with the better performance (maxcdn, google code or jsdelivr).

2. Lazy Load:
Applying the lazyload mechanism will put some delay on the images loading and your site will have the visibility little quick. In other terms all the objects should not be loaded at the same time. Load only the objects that are required.

3. DNS Prefetch:
DNS prefect will help the site to reduce the DNS lookup time. Make sure to add all the domains / sub domains used in domain sharding are in the prefetch.

4. Minification:
Always use the minified version of the CSS and JS files for the site. Unminified files always creates a big impact on the site performance

5. Compression:
Do not limit the compression for the CSS, JS and HTML only. Use the compression for the images as well. Using the progressive image compression will help the site to be loaded faster.

]]>
By: Vivien https://acadgild.com/blog/best-techniques-optimize-website-better-performance/#comment-2580 Thu, 02 Jun 2016 14:11:48 +0000 https://acadgild.com/blog/?p=2300#comment-2580 I am just learning the basics of SEO, I didnt realise it was so technical-luckily
I had a few useful sites to follow
Bookmarked your website, I have to keep up to date with regular posts

]]>
By: AcadGild https://acadgild.com/blog/best-techniques-optimize-website-better-performance/#comment-1682 Mon, 11 Apr 2016 11:51:00 +0000 https://acadgild.com/blog/?p=2300#comment-1682 Thank you Gael for your suggestion. We have included the tool.

]]>
By: Gaël https://acadgild.com/blog/best-techniques-optimize-website-better-performance/#comment-1658 Sun, 10 Apr 2016 05:54:49 +0000 https://acadgild.com/blog/?p=2300#comment-1658 May I suggest the addition of this free tool: http://yellowlab.tool ? It’s free too and it goes deeper than Google Page Speed!

]]>
By: Best Techniques to Optimize your Website for Better Performance – Internet and Tecnnology Answers for Geeks https://acadgild.com/blog/best-techniques-optimize-website-better-performance/#comment-1652 Sat, 09 Apr 2016 20:27:01 +0000 https://acadgild.com/blog/?p=2300#comment-1652 […] by /u/1-2-3-4-5-6– [link] […]

]]>