[IMP] website_forum: performance improvements
- avoid to browse on every question/answer, only the 20 most recent ones (need to manually update the view to see the real number of q&a) - do not render hidden tabs (leakage of information and useless rendering) - add related fields to speed up vote search (need to be stored to be efficient)
Showing
- addons/website_forum/controllers/main.py 18 additions, 13 deletionsaddons/website_forum/controllers/main.py
- addons/website_forum/models/forum.py 10 additions, 6 deletionsaddons/website_forum/models/forum.py
- addons/website_forum/views/website_forum.xml 6 additions, 6 deletionsaddons/website_forum/views/website_forum.xml
Loading
Please register or sign in to comment