Hello, Can you please help me to improve my website's loading speed? Is there any website where we can check accurate load time? Thanks
There are a number things which can speed up your site , faster host , optimizing your database , reducing page sizes by optimising your images and moving javascript and css into separate files on the server so that they only get cached once and dont need to be reloaded upload every page load. if its a forum then removing attachments , avatars and signature pic from the database and store them as files. I could go on but that should keep you busy for a while , any questions you have about anything specific just let me know.
Use less images, avoid having to use extra DNS (ie. host everything in your own domain name), optimize image sizes etc.
follow this steps to increase your website loading speed. Get A Fast & Less-Loaded Web Server. Know When To Use GIF, JPG & PNG Files. Use CSS Smartly & Compressed Merge & Compress JavaScript Files Use HTTP Compression
Big G considered site speed as one of the major ranking factor for a website. Just so you know, Google introduced a new plug-in tool to calculate site speed in terms of "Page Speed Score" which is scale from 1-100. Here's the tool, code.google.com/speed/page-speed/
you have to optimize your webscript, for example - different scripts need different time to make them work, even if they do something complitely same! that's what optimisation mean!
I suggest to activate the compression...in your server setting..you can do this by editing the php.ini... You can do this also programmatily...putting this line of code...if you use php: ini_set('zlib.output_compression', 'On'); ini_set('zlib.output_compression_level', "2"); I suggest to use the page test addon of Mozilla and if possible put image in different domain...without system of cache... Use compression of image at 70 / 80 %...so you don't lose quality...so much... I did in my site bestourism com Bye
Main thing are the graphics. Reduce the size and number of colours. Save images in png not jpg. This is the main thing I would advise which made my site a lot quicker. Otherwise things like looking at your script and making it shorter / simplifying it. Breaking your site down into more chunks / not overloading any one sight. Not using a background image (just use a solid block of colour instead).
there are 3 factors that can make you website load faster.... 1. your server, there are servers that offers you a fast website load, but sometimes they only do it sometimes 2. your website images, large size images can also affect your website, because, before the website finish it's loading, they will load the images first....try to put some, i think .bmp and jpg file only have small size... 3. last is the flash banners, and flash images.... just like the large size images, flash images or banners can slow up the loading time of your website, so don't care to put them...
There are a number things which can speed up your site , faster host , optimizing your database , reducing page sizes by optimising your images and moving javascript and css into separate files on the server so that they only get cached once and dont need to be reloaded upload every page load. if its a forum then removing attachments , avatars and signature pic from the database and store them as files.
Use css stripes for images, this will reduce image count, reduce image sizes using riot. Compact all your javascript files to one. As much as you reduce http requests your site will load faster.
If you add heavy soft wares in your websites and too many images your website takes too much time for loading.There are a number things which can speed up your site , fast host , optimizing your database , reducing page sizes by optimizing your images.