
Advices
- HTML files can be minified.
HTML files are already gzipped but in addition you can apply some of the minify techniques or (and) increase gzip level on server side. Optimal gzip level can be calculated with the following tool. - CSS files can be minified.
CSS files are already gzipped but additionally you can use this tool to compress CSS files (based on CSS Tidy). - Detected more than 1 JavaScript file.
Yuo should combine all files into one or include them all into HTML. This will reduce number of requests to the server. Also you can use unobtrusive Javacript techniques to load your JavaScript files. - JavaScript files can be minified.
You should use Packer from Dean Edwards or YUI Compressor (comparison of JavaScript minimization tools). After this you can gzip your JavaScript files (total benefit up to 85%). - JS files are too large.
May be you should separate this to several parts and load only necessary resources. Also unobtrusive Javascript techniques can help. - Duplicates are detected.
CSS and JavaScript duplicates must be removed. Multiple uses of the same images can be avoided with CSS rules and background images. - Only 1 host is used.
You should increase number of hosts to server website resources. According to factual evidence you should use more than one but less than 5 hosts. For static files you may user light web servers / proxies such as squid, thttpd, or nginx. - Redirects detected.
Every redirect increases current resource load time, so it should be removed. Total detected redirects: 1. - Some of GIF images can be reduced in size.
Detected GIF images that can be minified (total: 1) if converted to PNG (i.e. with gif2png tool). More about PNG benefits.
Remarks
- More than 1 CSS image is loaded.
You should combine CSS images with the CSS sprites technique (and the following tool). So you will reduce numebr of requests to the server. - CSS images size is quite large.
Perhaps it can be reduced if you use another graphic format or inlcude only necessary CSS rules. - More than 1 image is loaded.
Perhaps it's possible to decrease their quantity by Image Map technique. - 1-pixel GIF (spacers) detected.
There are some 1-pixel GIF (size 43 bytes) in website files (total 7)) detected. There is every likelihood that they are improperly used for some decorative effects (elemens borders substitutions or background holders). Now browsers support all kind of CSS tricks very well so you don't need to use any of table-layout methods and can clean up your HTML code from such outdated hacks. This will reduce number of requests to the server and make you HTML code more semantic and less in size (about 30% with moving to div from table).
Check once more?
To prevent any automaticall check and make the server tired we have restricted the number of online checks for each website. If you want to check your website once more right now please register — you will be able to test your websites unlimitely.
You can place this button to indicate that your website is speeded up with Web Optimizator:

(size about 6Kb)
Website files influence
| CSS images | 58% |
|---|
| JavaScript | 28% |
|---|
| HTML | 6% |
|---|
| Images | 4% |
|---|
| CSS | 3% |
|---|

Detailed statistics
| File | Type / MIME | Size | Min. size | ETag / Last-Modified | Cache time (s) |
|---|
| |
| Total files: 18 / 85Kb | Gain if minified: 205 |
| Total non-cached files: 1 | Gain without duplicates: 258 |
| Total gain: 463 (1%) |
| / (redirects: 1) | HTML / html | 5505 | 5500 | | |
| Total HTML files: 1 | 5505 | 5500 | Gain if compressed: 5 |
|---|
| style.min.css | CSS / css | 2930 | 2854 | Fri, 01 May 2009 00:06:38 | 1296000 |
| Total CSS files: 1 | 2930 | 2854 | Gain if compressed: 76 |
|---|
| jquery.min.js | JS / javascript | 19261 | | Fri, 01 May 2009 14:31:47 | 31296000 |
| jquery.styleswi... | JS / javascript | 468 | | Fri, 01 May 2009 14:31:46 | 31296000 |
| jquery.autocomp... | JS / javascript | 2541 | | Fri, 01 May 2009 14:31:46 | 31296000 |
| jquery.tooltip.... | JS / javascript | 1584 | | Fri, 01 May 2009 14:31:46 | 31296000 |
| liveinternet.js | JS / javascript | 457 | 348 | 1c9-49fa2437 | 315360000 |
| Total JavaScript: 5 | 24311 | 24202 | Gain if compressed: 109 |
|---|
| bg_sprite.jpg | CSSIMG / jpeg | 49830 | | c2a6-49f79306 | 315360000 |
| go_top.gif | CSSIMG / gif | 343 | | 157-49f64250 | 315360000 |
| Total CSS images: 2 | 50173 | 50173 | Gain if minified: 0 |
|---|
| favicon.ico | IMG / x-icon | 2862 | | b2e-49c8becb | 315360000 |
| transparent.gif | IMG / gif | 43 x 7 | | 2b-49e75410 | 315360000 |
| xhtml.gif | IMG / gif | 550 | 535 | 226-49f9927b | 315360000 |
| Total images: 9 | 3713 | 3698 | Gain if minified: 15 |
|---|
Website load diagram
Website load diagram for filmag.ru helps to understand what are the main bottlenecks in website load. Register to get more information about your website.
Check once more?
All results are stored in cache to avoid system overwork. If you want to check the website right now you should register. In My Account you can check you websites up to 100 times a day.
See also
You can read more about Web Optimizatior analyzer here.