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 |