Roundup Tracker - Issues

Message7157

Author rouilj
Recipients jerrykan, ngaba, rouilj, schlatterbeck
Date 2021-03-31.00:09:30
Message-id <1617149370.23.0.237282195019.issue2551121@roundup.psfhosted.org>
In-reply-to
Hmm, I kind of like the idea, but performance worries me.

Performance stats show a lot of time in the templating
library even on a single page load.

Things are already slow enough and calling the TAL/chameleon/jinja2
engine multiple times on every single page to build all the inputs
doesn't seem like it would be performant. I literally have pages with 
thousands of inputs (think an editable index page).

Caching might help, but any cache would have to be per user. Cache 
invalidation also becomes an issue.

Thoughts?
History
Date User Action Args
2021-03-31 00:09:30rouiljsetmessageid: <1617149370.23.0.237282195019.issue2551121@roundup.psfhosted.org>
2021-03-31 00:09:30rouiljsetrecipients: + rouilj, schlatterbeck, jerrykan, ngaba
2021-03-31 00:09:30rouiljlinkissue2551121 messages
2021-03-31 00:09:30rouiljcreate