Just to wrap this up:

So here is what I did to solve my problem (data is added once a day, time 
to render the result page takes forever):
The function which gets the data got appended by: cache.disk.clear() and 
cache.ram.clear()
I used the unix crantab to call that function once a day via a curl command.
the display function is called 1-2 minutes later and cached for 24 hours.
I removed the datestring although it would make no diffrence, but its just 
unnessassary.
It works like a charm now I got load times down from 30sekonds to about 5 
(there are some graphics rendered from the data via matplotlib).

Thanks for all the help 

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to