db(...).select(cacheable=True) make select 30% faster
db(...).select(cache=(cache.ram,3600)) now caches parsed data 100x faster
db(...).count(cache=(cache.ram,3600)) now supported

Is there a way to use these options with SQLFORM.grid/smartgrid?  I see no
reference to those options in gluon/sqlhtml.py.

Regards
Johann

-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)

-- 



Reply via email to