In addition even on my desktop safari 4 it took 41sec to deliver 61 files (and the page isnt shown at all). Maybe your webserver isnt the best, too - but first of all i would reduce the amounts of requests (css-sprites) because if the files come from the same domain only 4 (at least i think its 4 on safari mobile) requests are parallel.
cheers M. 2009/7/8 Derek Williams <[email protected]> > Doh! Google's tool is Page Speed (not Web Speed) > > > On Wed, Jul 8, 2009 at 1:47 PM, Derek Williams <[email protected]> wrote: > >> voted up. The page is loading a crap load (technical term) of images, and >> appears to continuously get images. YSlow and Google Web Speed are also >> good add ons as someone else pointed out. >> >> >> On Wed, Jul 8, 2009 at 12:32 AM, Mustafa Gundogan < >> [email protected]> wrote: >> >>> >>> You can use Firebug add-on on Firefox browser while surfing your >>> webpage on any PC. >>> >>> On Jul 7, 5:07 pm, Bill Kirtley <[email protected]> wrote: >>> > Could you expand on how you're seeing those html and javascript errors? >>> > >>> > I try running an app in the simulator from Xcode, then tapping home, >>> > launching Safari, typing in the URL, and don't see anything in the >>> > console where my app's NSLog messages show up. Is there another >>> > console I should be aware of? >>> > >>> > Any general mobile safari debugging / tuning advise would be >>> > appreciated. >>> > >>> > On Jul 6, 2009, at 1:42 PM, Max Melcher wrote: >>> > >>> > > Hi, >>> > >>> > > first of all i would check the page with the firefox addons from >>> > > yahoo (yslow for firefox 3.0.x) and google (pagespeed for firefox 3 >>> > > and 3.5) - they can tell you what you can do better to serve your >>> > > content faster. >>> > >>> > > On my iphone 3G it took about 10 second with wireless until the >>> > > whole page is rendered completly. I would remove the clock on the >>> > > top right - it looks nice but javascript eat a lot of rendering >>> > > performance i think. If you wont remove the clock for style reasons >>> > > i would use css sprites to remove the many requests and serve the >>> > > images in one file. >>> > >>> > > The iphone debug console shows me 2 errors btw. line 483 (js: cant >>> > > find variable) and line 564 (unmatched </div>) - removing them makes >>> >>> > > your page faster too and would remove a lot of requests for the >>> > > images. >>> > > In general - i like the page but i do not like the navigation. If i >>> > > visit the page the first time i tap to enter it - then i see the >>> > > sitemap fine until then. After that i tap on an icon mb the last >>> > > one. if i want to see the first page after it i have to tap several >>> > > times until im on the welcome page. Why dont you place all icons in >>> > > the header and highlight the current page-icon or sth? >>> > >>> > > If you have forignscripts running like google anaytics or other >>> > > external ressources remove them - every dns request can take more >>> > > than 2 seconds on wireless! >>> > >>> > > Sorry for my sloppy english - not in the mood to read it again :) >>> > > Greets from Germany >>> > > M. >>> > >>> > > 2009/7/6 Michael Kaye <[email protected]> >>> > >>> > > I guess it all boils down to whether they are connecting on 3G or >>> > > Edge. Over wifi it is fine. >>> > >>> > > I will try later on 3G and Edge and let you know the speed. >>> > >>> > > BTW I think your site looks really impressive. Great stuff. >>> > >>> > > Regards, Michael. >>> > >>> > > On 6 Jul 2009, at 11:11, London iPhone Dev wrote: >>> > >>> > > > Hello, >>> > >>> > > > I think my iPhone site is too heavy and takes too long to download, >>> > > > any advice? >>> > >>> > > > Visit from your iPhone or Simulator;www.parrottandmiller.com >>> > >>> > > > Could anyone give me a rough idea of what size in kb an iPhone site >>> > > > could be? >>> > >>> > > > I'm being told "as little as possible" by most folks but thats not >>> a >>> > > > number. >>> > >>> > > > Thanks Guys. >>> > >>> > > > Ross >>> >>> >>> >> >> >> -- >> Derek Williams >> Cell: 970.214.8928 >> Home Office: 970.416.8996 >> > > > > -- > Derek Williams > Cell: 970.214.8928 > Home Office: 970.416.8996 > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
