you'll have to provide more details if u need help from us. 1500 users
a day can do well even without any caching

you'll have to figure out where is the bottleneck first. use a simple

import time
t0 = time.clock()
some code
t0 = time.clock-t0
print t0

can help you debug your problem


On Dec 22, 11:51 pm, voltron <nhy...@googlemail.com> wrote:
> Hi all,
>
> I am still having serious problems. Contrary to what I posted before,
> the site in question serves an average of 1, 500 users a day. I have
> used cacheing for several pages but to my dismay, I noticed that the
> cached pages display the default web2py template instead of the
> template which I assigned to the controller actions. I am using
> PostgreSQL with pools = 10
>
> Any other ideas?
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to