Luigi Clemente
unread,Mar 12, 2008, 8:37:11 PM3/12/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CDATA
Some tricks to improve page download speed. They have been implemented
in the online demo, but not in the version 0.1 beta. Ok, next version.
First: reduce the number of objects to be downloaded; javascript,
images, css. All the YIU css and js files have been unified in 2 files
only and "minimized" (space stripped, etc). Result: from 1.2 mb and 30
connection to 600k and 9 connections.
Second: compress the output on the server (if you can). With the
Apache Deflate module download size is now 140k from 600k.
Even with the browser cache activate the difference is notable.