One thing to check with your installation and setup that I was burned on once regarding developing on a windows platform, was the installation of the iTunes client.
By itself it seems like there is no correlation, however, that app also installs the "bonjour" service, which has a bug in it causing anything setup as "name.local" to take forever when loading. The fix was to enable ipv6 properly in windows, or simply rename your site to not use the ".local" extension at all. I am not saying this is the same issue you are experiencing, but figured I would throw that out there as something to double-check. I banged my head for 3 months trying to figure out why my desktop had this issue while my laptop did not, and it was causing web2py pages from my apps to take approximately 2-5 seconds to load a basic page. Bit I would also try and provide more data as this may not be that easy to uncover ;) Chris On Saturday, March 30, 2013 3:29:48 AM UTC-4, BlueShadow wrote: > > Hi, > my admin/design is very slow (over 12 seconds) and my app isn't that big. > 9Models, > 2 Controllers (1 with 33 functions, 1 with 11), > 44 views, > I don't use the language files but all from the welcome app are there. > Static(no subfolders has 5 files) > css 14(including *.bak) > images: 27 > js: 27 plus ckeditor which are a bunch of files > no moduls(except __init__.py) plugins > one private file (ssl) > > any Idea? this loading time is driving me nuts. > I got no clue how to provide more informations since I can only stop the > time with a stopwatch. > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

