Posts: 297
Name: Michael Pehl
Location: Palma de Mallorca
|
Hey there.
First of all: DOCTYPE is XHTML 1.0 Strict
Validator says PASSED (you are number 2 that passed of maybe 40 sites I reviewed, congrats).
Design:
Looks a little bit like Facebook (when site opened I thought it is a facebook-clone).
Code:
Hm well, there is some optimization you should do. Here is my list:
Google Page Speed Score is 94/100. Nice job, but...
Code:
Serve static content from a cookieless domain
Serve the following static resources from a domain that doesn't set cookies:
* http://www.tvinx.com/images/arrow-down.png
* http://www.tvinx.com/images/bg-body.png
* http://www.tvinx.com/images/bg-button.png
* http://www.tvinx.com/images/feed.png
* http://www.tvinx.com/images/logo.png
* http://www.tvinx.com/images/world.png
* http://www.tvinx.com/scripts/javascript-1.0.4.min.js
* http://www.tvinx.com/style.min.css
Optimize images
Optimizing the following images could reduce their size by 3.0KiB (11% reduction).
* Losslessly compressing http://www.tvinx.com/images/world.png could save 2.8KiB (12% reduction). See optimized version or Save as.
* Losslessly compressing http://www.tvinx.com/images/arrow-down.png could save 42B (26% reduction). See optimized version or Save as.
* Losslessly compressing http://www.tvinx.com/images/bg-body.png could save 42B (30% reduction). See optimized version or Save as.
* Losslessly compressing http://www.tvinx.com/images/bg-button.png could save 39B (24% reduction). See optimized version or Save as.
* Losslessly compressing http://www.tvinx.com/images/feed.png could save 39B (8% reduction). See optimized version or Save as.
* Losslessly compressing http://www.tvinx.com/images/logo.png could save 36B (1% reduction). See optimized version or Save as.
You could save some http requests with serving static content from a cookieless domain. This will make loading even faster.
I see some inline CSS/js that should be "outsourced", you already combined all jQuery stuff and minified it. Good.
Put those inline CSS/JS stuff into external files, combine/minify everything, load your JS files at last, serve your static content from a cookieless domain (infos about it at http://www.cookielessdomain.com !).
Move
Code:
<script type="text/javascript" src="scripts/javascript-1.0.4.min.js">
before the closing body tag.
I did not know what this service is about when I first opened the site.
Maybe you need some more explanation.
Questions? PM me.
Good luck.
__________________
Chief Web Officer / Front-End Developer / System Engineer
Please login or register to view this content. Registration is FREE - Please login or register to view this content. Registration is FREE
|