Feature

reduce size of html-code / #1725

Summary

open
Aug 31, 2006
Aug 31, 2006 / pixtur
Yesterday / phsouzacruz
 

Attached files

No files uploaded
I did some tests with a large task list:

What Bytes percent html-fragment removeable
titles 13127 7% Tooltips No
rowhover javascript 12014 6% Yes, with jquery post processing
titles (diz) 21434 11% Yes, with AJAH-request and custom tooltip
select_col 7897 4% width=10 class=select_col onClick="stopEvent(event)"Reducable: Events could be added with jquery
javascript 3302 2% (rowtoggle and context menu) Yes, this should be linked as cachable js-file
class-Tag 21353 11% (class='bla') No
class-tags 22761 12% (class= bla) No
is done 2088 1% <span task $style_isdone"> No
estimation/completion 3209 2% No
prio images 5950 3% Probably reducable with stylesheets?
any images 2466 1% Icons, discription, attachments... No
any link targets 22079 12% href="*" No
any spans 6310 3% <span*> </span> Maybe
checkbox-ids 5474 3% id=tasks_557_chk name=tasks_557_chk This is double. Could be done with Ajax, but probably too intensive on IE
empty efforts 3234 2% <td ><a >0h</a></td> Yes
html-details 33002 17% Functions, header, keywords etc. Yes: move to linked JS-file
Sum 191000

2 Comments

madlyr

Sep 20, 2006
version 2
remember that modern servers use often gzipped output stream
which is very well packable oooon such kond of page.

But definitevly sometimes small changes affects page size a lot. It saves CPU at preparing page too.

It's worth of thinking.

pixtur

Sep 25, 2006
Antwort auf remember that modern servers use often gzipped output stream
I was just curious... I have to turn this results into a readable format though...


 

Comment / Update