
Küçük işletme veya kuruluşlar için en doğru çözümü size getiriyoruz.
Hem ucuz hemde çok hızlı bir şekilde web sitenizin olmasını mı istiyorsunuz? Ozaman bu hizmet tam size göre. Önceden hazırladığımız profesyonel tasarım paketlerimizi, hiç vakit kaybetmeden sizin için uygulayalım. Hemen kendi alan adınızla sitenizi yayına alalım.
Kurumsal e-mail hizmeti,| 5 Quick and Easy Ways to Optimise Your Website |
|
1. Use CSS spritesRather than having multiple CSS background images for your page, you can use CSS sprites to combine multiple images into one graphic. This reduces overall filesize and the amount of HTTP requests. Once you do this you can use CSS to control the background images.
And as you can see the size and http requests are reduced considerably. 2. Use an external CDNA CDN is a content delivery network and it basically means use scripts that are hosted on other sites. Why? Because users might not have to download the script when they visit your site as it’s already cached. Google has an AJAX Libraries API that you can use.
3. Install YSlowYSlow is a very useful optimisation tool for Firefox. YSlow will report on any page you load up and will give you information about the amount of HTTP requests, CDNs used, CSS and JS compression and will give you a grade for each and tell you how to improve the page so it loads quicker.
![]() 4. Put JavaScript at the bottomPut any JS requests that you can at the bottom of your code, allowing your content to load first. This includes any Twitter or Analytics requests. This way your site content can load before trying to load external JS files. 5. Optimise graphics for webSave your images for the web in Photoshop and you can alter the image quality, reducing the file size considerably. Of course I’d like to think you were doing this already In Photoshop, File > Save for web & devices ![]() PS: I would like to thanks Lee Munroe ( Web designer) for this article... |