Thanks Peter. It's a shame there isn't a reliable way to do the testing on the actual iPhone. I'm still having some issues with slow pages, even after following the general guidelines outlined in http://developer.yahoo.com/performance/rules.html.
I still need to cache Ajax, so hopefully that'll increase performance. For now it would be nice to not make the DOM available until all is loaded. It's easy to do for the initial loading of the DOM, but not when I slide in a div which was originally hidden. On 12/21/07, Peter Blazejewicz <[EMAIL PROTECTED]> wrote: > > > hi Steve, > You can drop Firebug for a moment and use Safari 3.0 Web Inspector, > You will need eventually to change your UA code to render in Safari on > desktop machine but you will have access to Network panel in Inspector > which pretty outlines everything you asked (timing of requests, > headers, .gzip information, total downloads, separation of data > downloads based on type, etc), (and of course your CSS for iPhone will > nearly works perfectly that way), > http://webkit.org/blog/108/yet-another-one-more-thing-a-new-web-inspector/ > > regards, > Peter > > On Dec 20, 5:19 pm, Steve Finkelstein <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > What are some debugging tools you are all using to optimize your web > > applications? I want to ensure proper headers for cache expiration > > and gzip are properly being set. > > > > The most realistic way has been so far using live http headers + yslow > > + firebug on a desktop with a firewall I tuned to rate limit my > > Internet pipe to that of EDGE. > > > > Really want to just ensure objects are being caches properly as > > that'll be more than half the battle towards improving my user's > > experience. > > > > Cheers! > > > > - sf > > > > Sent from my iPhone > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
