(byte)size matters

Yesterday, I was editing a CSS file and I was wondering how many bytes/KB would a particular addition add to it, in order to decide if it was worth it. Since, I had found myself wondering about the exact same thing multiple times in the past, I decided…


This content originally appeared on Lea Verou’s blog and was authored by Lea Verou

Yesterday, I was editing a CSS file and I was wondering how many bytes/KB would a particular addition add to it, in order to decide if it was worth it. Since, I had found myself wondering about the exact same thing multiple times in the past, I decided to make a simple standalone HTML page that would compute the size of any entered text in bytes, KB, MB, etc (whatever was most appropriate). It should be simple and quick and it should account for line terminator differences across operating systems.

About half an hour later, I was done. And then it dawned on me: Someone else might need it too! Since .com domains are, so cheap, hey, let’s get a domain for it as well! There are several sites with a domain that are way simpler than that anyway. A friend that was sitting next to me suggested “sizematters.com” as a joke, but as it turned out, bytesizematters.com was free, so we registered it. And there it is, less than a day after, it’s aliiive. :P

Any feedback or suggestions are greatly welcome!

For instance, should I implement a very simple minification algorithm and display bytesize for that as well, or is it too much and ruins the simplicity of it without being worth it? [edit: I did it anyway]

Should I implement a way to compare two pieces of text and find out the difference in byte size (could be useful for JavaScript refactoring)? [edit: I did it anyway**]**


This content originally appeared on Lea Verou’s blog and was authored by Lea Verou


Print Share Comment Cite Upload Translate Updates
APA

Lea Verou | Sciencx (2009-07-31T00:00:00+00:00) (byte)size matters. Retrieved from https://www.scien.cx/2009/07/31/bytesize-matters/

MLA
" » (byte)size matters." Lea Verou | Sciencx - Friday July 31, 2009, https://www.scien.cx/2009/07/31/bytesize-matters/
HARVARD
Lea Verou | Sciencx Friday July 31, 2009 » (byte)size matters., viewed ,<https://www.scien.cx/2009/07/31/bytesize-matters/>
VANCOUVER
Lea Verou | Sciencx - » (byte)size matters. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2009/07/31/bytesize-matters/
CHICAGO
" » (byte)size matters." Lea Verou | Sciencx - Accessed . https://www.scien.cx/2009/07/31/bytesize-matters/
IEEE
" » (byte)size matters." Lea Verou | Sciencx [Online]. Available: https://www.scien.cx/2009/07/31/bytesize-matters/. [Accessed: ]
rf:citation
» (byte)size matters | Lea Verou | Sciencx | https://www.scien.cx/2009/07/31/bytesize-matters/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.