I was doing some comparison of home page loading of my company's website and one competitor's homepage loading. The competitor website loads in a snap and ours take some secs before it shows up. Here are some of the stats from YSlow for mine and competitor's site.
Now as I can see that competitor is making more images/JS then my company's site but it loads in a snap. I can notice three differences
But in the interim I am in dilemma to use CDN or not? Even locally within the intranet the home page load is sluggish so it has to be the size of download. Will try to reduce the size of download and see the timings? If I can match the competitor's Kilobytes downloaded then I can think of using the CDN or not.
Now as I can see that competitor is making more images/JS then my company's site but it loads in a snap. I can notice three differences
- They are using a CDN so images are being downloaded from a local server near Dallas
- Their total download size for Java scripts and image are 1/3 then ours.
- ours is HTTPS and their site is HTTP. We can't change to HTTP as we cater to SMB and security transmission is a key for us.
But in the interim I am in dilemma to use CDN or not? Even locally within the intranet the home page load is sluggish so it has to be the size of download. Will try to reduce the size of download and see the timings? If I can match the competitor's Kilobytes downloaded then I can think of using the CDN or not.
Comments
Post a Comment