mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-25 03:10:24 +03:00
Relations now loaded during back-end query phase instead of being lazy loaded one-by-one within views. Reduced queries in testing from ~60 to ~20. Need to check other areas list-item.php's "showPath" option is used to ensure relations are properly loaded for those listings.