id opt for using YUI minifier, as long as much of the JS is private, thats almost as small as packing… (e.g. through *advertisement* reduce http://github.com/grosser/reduce/tree/master)
March 17, 2009 at 6:16 pm
Davis W. Frank says:
Did I miss this at Standup on Thursday? I wasn’t at Friday standup.
The killer on cell networks is latency of connection more than the size of what you’re downloading.
Some things to try: * pack & gzip all your CSS into one file * pack & gzip all your internal JS into one file (minifying is likely useless) * reference any external JS libraries via the Google cached versions – there are chances an iPhone already has them cached locally * reduce the number of unique (i.e., low chance of cacability) of images on your pages
id opt for using YUI minifier, as long as much of the JS is private, thats almost as small as packing…
(e.g. through *advertisement* reduce http://github.com/grosser/reduce/tree/master)
March 17, 2009 at 6:16 pm
Did I miss this at Standup on Thursday? I wasn’t at Friday standup.
The killer on cell networks is latency of connection more than the size of what you’re downloading.
Some things to try:
* pack & gzip all your CSS into one file
* pack & gzip all your internal JS into one file (minifying is likely useless)
* reference any external JS libraries via the Google cached versions – there are chances an iPhone already has them cached locally
* reduce the number of unique (i.e., low chance of cacability) of images on your pages
March 18, 2009 at 3:37 am