I went to remove wsgihandler.py to check the logs and reloaded the page, but the timeout issue wasn't showing up. I made some changes to the html files to make sure that the changes made it online, and it loaded quickly.
Maybe the issue was on the GAE side? Either way, it looks like it's gone. On Feb 6, 10:28 am, dlypka <[email protected]> wrote: > I suggest checking the logs for any clues. > Slow running often = exceptions are happening. > > On Feb 5, 6:12 pm, Charles Law <[email protected]> wrote: > > > > > > > > > I am uploading an app to GAE. Through some experimentation I've found > > that if I don't include wsgihandler.py, the app loads very slowly. It > > feels like it's looking for this file and them timing out. Besides the > > slow loading, everything works perfectly without wsgihandler.py, so I > > want to know if there is a simple way to remove the references to the > > file. I searched through all the uploaded files, but it doesn't look > > like there are direct references. > > > Also, here is a list of the files I'm including: > > web2py/app.yaml > > web2py/gaehandler.py > > web2py/VERSION > > web2py/gluon/* (and subfolders) > > web2py/applications/appname/* (and subfolders) > > Thanks

