Are migrations enabled? In your db.py try changing your DAL to explicitly 
turn it off. I.e.

DAL('<CONNECTION STRING>', migrate_enabled = False, fake_migrate_all = 
False)

Might do the trick,
Matt

On Saturday, July 7, 2012 6:51:38 AM UTC+12, wdtatenh wrote:
>
> My website is deployed on webfaction. I've compiled the application before 
> uploading.
>
> Doesn't seem to matter what page is requested, we're talking about 3 to 5 
> seconds to download (I have high speed internet).  Any thoughts?  When I go 
> to the normal webfaction admin pages, I don't have these kinds of delays. 
>
> I'm wondering whether there might a memory issue that's being created 
> running web2py???  Perhaps not??? Scratching my head.
>
> Appreciate any thoughts anyone might have.
>
> thanks in advance
> Bill 
>

Reply via email to