20 replies
  • WEB DESIGN
  • |
Hello everyone,

My website take average of 6 secs to load..But sometime it is found that its loading time increases to avg of 10sec..
As a web designer i am concentrating at all the points to make my website load fast..What you expertise think about website speed..link is in the signature.
#speed #website
  • Profile picture of the author JPRoss
    Rosie, you can either optimize your graphics, optimize the code, or put your site on a faster server.

    Graphics are pretty easy is you have access to software that can compress the images. Don't over compress as you'll lose quality.
    {{ DiscussionBoard.errors[5994410].message }}
    • Profile picture of the author xythis
      If you use Firefox or Chrome, there is an extension developed by Yahoo that tracks the load speed and load sequence of web pages called 'YSlow'. When you run it, it will give a letter-grade to several factors that affect page load speed, from javascript optimization, to image sprites and compression etc. It will include some hints as to how to improve each of these if you have a low score.

      Another major issue with shared hosting, especially with Wordpress, is that the hosting companies tend to oversell the capacity of their server and PHP and database requests tend to really slow down. You can speed up page load speed of Wordpress sites by using a caching plugin like WP Super Cache, which will spit out a cached HTML document rather than pulling HTML from php and the database every time.
      {{ DiscussionBoard.errors[5995409].message }}
  • Profile picture of the author Hafeez
    Yes its taking a bit more than average time. I've seen that you have used a seperate images for each icon. If you know CSS (as you mentioned on your website) then combine all small images in one big sprite so called 'CSS Sprite' and use background-position rule.

    This will also reduce the page load time. Each image used on web page is require 1 http request thus reducing the images infact reducing the http request (from client to server) and result will be in a faster page loading.
    {{ DiscussionBoard.errors[5995539].message }}
    • Profile picture of the author WebsiteBegin
      Have you ever tried using CloudFlare? I've used it on a site or two, and it really works magic on the speed. It caches the site through multiple locations in the world to optimize speed in various areas. It's free, and I know HostGator supports it through their cPanel - I can't account for anybody else. But CloudFlare claims it will increase site speed by 60%.
      Signature
      WebsiteBegin | Learn to Build and Manage an Amazing Website

      Follow me on Twitter - Joeb3219
      {{ DiscussionBoard.errors[5996208].message }}
  • Profile picture of the author CoursesWeb
    Hi,
    In the code of your website i saw many links for .css and .js file. Each such link means a request to the server, a wait for response, then processes the next code.
    So, to many requests to server. The page would load faster if you have a single .css file, and one or two external .js .
    {{ DiscussionBoard.errors[5999940].message }}
  • Profile picture of the author Mctavish
    Try to compress the High Quality images in a minimal range.
    {{ DiscussionBoard.errors[6000047].message }}
  • Profile picture of the author htmlthis
    Just merge as many files as possible. Merge all CSS and Js in one js or css file if possible and use sprites for the images.
    You can also try moving your resources on a different domain or sub domain.
    {{ DiscussionBoard.errors[6000254].message }}
    • Profile picture of the author Ukiepro
      Hello Rosie,

      I can recommend you to use "gtmetrix" to Analyze Performance of your website.

      The most critical are:

      1) Optimize images
      2) Specify image dimensions
      3) Leverage browser caching
      4) Defer parsing of JavaScript
      5) Use efficient CSS selectors

      if I need optimization - this is the best tool. But there are a lot of additional tricks which I use for optimization.


      {{ DiscussionBoard.errors[6000446].message }}
  • Profile picture of the author CPAPJason
    Server speed seems to be slow too, a slow speed of 135 ms on one ping, and an average of 66.52 ms between the five pings. I pinged google also, as a rough comparison, and it averaged 43.84 ms. So you are running about 35% slower than google. I pinged one of my sites and was a bit above google's with 46.32 ms.

    A quick count and I ended at 25 external calls.
    Fastest speed would be 0.075 seconds just to request the files, add transmission time for the files.
    The slowest ping from the server would make it 3.375 seconds, plus transmission time.

    This is just for the css and js as mentioned about. Add to the above numbers calls to the database, graphics, etc... Remember that database calls are doubled, visitor calls site server and site server calls database server. Not including processing time for said call to look up the info before sending it to the site server, then to the visitors browser.

    Speed will also be determined by the number of hops that are made for all those calls, your site is hosted on HostGator, so a person in Texas will have fewer hops than a person in New York or Alaska, so they would be slower yet. For the test I pinged from DNSTools.com, so you can compare my results with your own from the same location.

    Note that CloudFlare is in beta and may not work as desired at this time.
    {{ DiscussionBoard.errors[6000436].message }}
    • Profile picture of the author damoncloudflare
      Note that CloudFlare is in beta and may not work as desired at this time.[/QUOTE]

      Just a quick note that CloudFlare is not in beta (we have been in a public launch for 1.5 years+ now). We do have some optional optimization features that are beta (Rocket Loader, Auto Minify) right now, but the CDN features are definitely not in beta.
      Signature
      {{ DiscussionBoard.errors[6003615].message }}
  • Profile picture of the author Kingfish85
    Originally Posted by rosiebrown0 View Post

    Hello everyone,

    My website take average of 6 secs to load..But sometime it is found that its loading time increases to avg of 10sec..
    As a web designer i am concentrating at all the points to make my website load fast..What you expertise think about website speed..link is in the signature.
    I hate to break it to you, and badmouth HostGator, but the majority of the loading problem is your host.

    The initial loading of the site is "slightly" slower, but the rest of your pages seem to load even slower than that. It can be a combo of un-optimized images, poor database performance & scripts.

    If you're looking for speed, move to a host that at least uses LiteSpeed.
    Signature

    |~| VeeroTech Hosting - sales @ veerotech.net
    |~| High Performance CloudLinux & LiteSpeed Powered Web Hosting
    |~| cPanel & WHM - Softaculous - Website Builder - R1Soft - SpamExperts
    |~| Visit us @veerotech Facebook - Twitter - LinkedIn

    {{ DiscussionBoard.errors[6000455].message }}
  • Profile picture of the author BlackWar
    Banned
    Really a tough work you've done dude !
    I am really surprised !
    anyway, work more with CSS & JavaScript.
    {{ DiscussionBoard.errors[6002367].message }}
  • Profile picture of the author damoncloudflare
    Originally Posted by rosiebrown0 View Post

    Hello everyone,

    My website take average of 6 secs to load..But sometime it is found that its loading time increases to avg of 10sec..
    As a web designer i am concentrating at all the points to make my website load fast..What you expertise think about website speed..link is in the signature.
    Some of the other recommendations here are great (optimize images, etc.). Tools like Webpagtest.org or and Pingdom.com will also analyze the site for some things you could do to speed up the site (some are relatively quick wins) Are you using a CMS like WordPress? You definitely don't want to have too many plugins active on your site.
    Signature
    {{ DiscussionBoard.errors[6003625].message }}
  • Profile picture of the author longdouble
    Originally Posted by rosiebrown0 View Post

    Hello everyone,

    My website take average of 6 secs to load..But sometime it is found that its loading time increases to avg of 10sec..
    As a web designer i am concentrating at all the points to make my website load fast..What you expertise think about website speed..link is in the signature.
    Show us your website so that it's easier to help you in improving the speed
    {{ DiscussionBoard.errors[6004104].message }}
  • Profile picture of the author rosiebrown0
    Thank you to all for the suggestion.
    Signature
    {{ DiscussionBoard.errors[6004434].message }}
  • Profile picture of the author socialbookmark
    I have tested your website with several test speed checker tools and the average load time for your site is normal and for optimizing it to load better, i think you need to change a little your template, the images and other designing structures. I opened it with my own browser too and the content loads good but images are loading slowly. I think you need to change/optimize your theme.
    Signature

    I love warriorforum. zendegiyesabz

    {{ DiscussionBoard.errors[6004475].message }}
    • Profile picture of the author rosiebrown0
      Originally Posted by socialbookmark View Post

      I have tested your website with several test speed checker tools and the average load time for your site is normal and for optimizing it to load better, i think you need to change a little your template, the images and other designing structures. I opened it with my own browser too and the content loads good but images are loading slowly. I think you need to change/optimize your theme.
      Thank you..I'll work on it.
      Signature
      {{ DiscussionBoard.errors[6004521].message }}
  • Profile picture of the author MarvyDery
    go to Google's website speed test, test your site there and if there are any needed recommendations, you will get notified.
    {{ DiscussionBoard.errors[6004751].message }}
  • Profile picture of the author Rembro
    Originally Posted by rosiebrown0 View Post

    Hello everyone,
    What you expertise think about website speed..link is in the signature.

    Hire The Expert Web Designer from the Best Web Design Company
    Well, I feel really really sorry for your clients...
    Test the site with u n s h i t.com (without spaces)
    All the answers you need are there.
    {{ DiscussionBoard.errors[6021298].message }}

Trending Topics