From 700f3a50aefc96cde82649801b265e675ee54dbf Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 11 Aug 2021 00:10:42 +1000 Subject: [PATCH] Update 0.4.5.md https://github.com/inventree/InvenTree/pull/1941 --- docs/releases/0.4.5.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/0.4.5.md b/docs/releases/0.4.5.md index c2ddd78..f3c37ba 100644 --- a/docs/releases/0.4.5.md +++ b/docs/releases/0.4.5.md @@ -4,6 +4,10 @@ title: Release 0.4.5 ## Release 0.4.5 +### Lazy Loading + +[#1941](https://github.com/inventree/InvenTree/pull/1941) defers sending API requests for tables which are not yet displayed. This greatly improves initial page render speed, as API queries are made on a "just in time" basis. + ### Bug Fixes | Pull Request | Description |