[web2py] Re: substantial increase in page load time after upgrade to web2py 2.14.6 (only for grid pages)

2016-12-11 Thread Gaurav Vichare
Thanks Anthony for reply, I will try to reproduce this on dummy app and will post it here. One more thing, I removed join [ ((user_notice.notice = notice.id) AND (user_notice.auth_user = 19)) ] from query [ user_notice.notice = notice.id) AND (user_notice.auth_user = 19)) AND

[web2py] Re: substantial increase in page load time after upgrade to web2py 2.14.6 (only for grid pages)

2016-12-10 Thread Anthony
Can you post a minimal app that exhibits the same slowdown (maybe add some code using gluon.contrib.populate to generate some dummy data so we can run it with a similar amount of data)? On