Hi ,
    i am a newbie in Web2py....I have more than 1 lakh records in database 
table1  and i am displaying that table through an SQLFORM.grid.The problem 
is the corresponding WebPage for this table1 is taking more than 15 seconds 
to open.Is there a way we can solve this performance issue??.....Kindly 
help......

Default.py

def WebPage():
    grid=SQLFORM.grid(db.table1)
    return locals()

WebPage.html

{{=grid}}

and table1 has more than 1 lakh records.

-- 

--- 
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