Hide Forgot
In spite of bug 846199 being fixed in Beaker 23.0, the page is still unusably slow in large Beaker installations. Running on my devel environment against a db dump from our production instance, the page takes 65 seconds to come back.
Created attachment 1198755 [details] Recipe fetch SQL Log There's quite a lot of database queries being done on each request.
(In reply to Jon Orris from comment #1) > There's quite a lot of database queries being done on each request. Additionally, this same set of queries is performed every 30 seconds on an open page with an unfinished recipe, due to the autofetch set in recipe.kid. For the periodic refreshes, we should at least use If-Modified-Since headers, and ideally only request refreshes on sections that changed. That would require adding an 'updated_at' column to various tables that could be checked.