|
|
|
|
|
by gizmo
3729 days ago
|
|
gzipping is cheap, but it's not a very meaningful indicator of anything. It only refers to bandwidth and only for the first site visit. Even for js-heavy sites all the minimized and gzipped javascript put together will be smaller than a single png file. That the library doesn't have dependencies is much more important, because then it can be loaded in parallel with other libraries. That matters a lot for performance. |
|