]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toasterui: UI query performance improvements
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Tue, 17 Feb 2015 17:24:29 +0000 (17:24 +0000)
committerAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 18 Feb 2015 19:08:41 +0000 (19:08 +0000)
commiteefdae12120f879b555ba0a353277a18675eecbc
treea3a70c982e599683b3d2a7c546d43e7d9472a6fd
parent5fecfda0e47c2ecba9b7c903c6d258eefa431aa0
toasterui: UI query performance improvements

We reduce the number of queries by using "select_related"
to bring in more data in a single query. Improvements in
project page refresh, recipes table and tasks table.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
lib/toaster/orm/models.py
lib/toaster/toastergui/views.py