Improving Website Performance

Images, graphic and flash animationpages on your site, any CSS style sheets that have
Many sites have images or graphics that are tooalready been accessed will remain in cache. CSS is
large. By too large, I don't necessarily mean thealso a great way to limit the amount of HTML code
dimensions of the images, but the file size isby separating code from content. Any style
excessive and doesn't load quickly in a web browser.information can be declared in one place, but used
There are no hard and fast rules about file sizes butthroughout your web site.
if the website doesn't load in a few seconds mostLinks
visitors will move on to a different website. Have aMake sure any links in your web pages are valid. So if
qualified web designer check out the website andyou link to other web pages on external websites,
make sure there isn't an abundance of large imagesmake sure that the pages still exist. Occasionally page
that may slow down your website. You can reducenames change on external sites, which can cause
image size by reducing the quality, for instance withlinks to become invalid. This is also a detriment as far
Jogs even a compressed image will still display fineas search engines. Search engines check for links and
for the web.if there are bad link, they may penalize your site. Of
Another issue is flash animation. While animation cancourse links to internal pages on your site should be
add a nice dimension to your website, it can slowvalid as well. So if you add and remove web pages
down the speed of your website, and sometimeson your site, insure that any links to these pages
just become tiresome if over used. Once yourremain accurate.
visitors have seen the animation a few times theyHosting
probably won't want to wait each time while it playsIf your website is still slow after cleaning up your
again. Animation if used sparingly and with taste canHTML code, trimming back the size of your images,
enhance a website without bogging it down, butgraphics and animation, you may want to evaluate
more and more websites that once had intro flashthe quality of your web host. I don't recommend
pages are removing them. Excessive us of Flash canfree hosting. You need reliability and accountability in
also decrease your search engine rankings.regards to website hosting, and free hosting
Web page codeproviders usually have servers that are overly taxed
Check your code and make sure that it is efficientand lack the resources needed.
and well written. If you have any comments in yourDesign
code then take these out. Just reducing the codeSome websites are beautifully designed with lots of
bloat of your site can save a few Kb each time yourgraphics, but if your visitors can't quickly and easily
page is accessed - and given a site gets thousandsnavigate your site, what's the point? Remember the
of hits a day, that can save you a lot of money ingoal of your website. Is it to sell a product or
bandwidth charges.service, provide information, or is it to dazzle the
CSS and Cachingvisitor with animation and web design skills. I've found
Having your web page style information in anthat most successful websites inform, provide an
external file can improve performance since CSSimportant message, or sell a product safely, securely
style sheets are cached the first time they areand efficiently.
accessed. Therefore when a visitor goes to different