From 7a9dae7bdde83e21f33c5675ffb07c47d9ad2d09 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Thu, 25 Apr 2024 11:06:48 +0300 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7224dc9e..a4752267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - Updated the uploaded filename normalization to take double extensions in consideration ([#4824](https://github.com/pocketbase/pocketbase/issues/4824)) -- Added collections schema cache to help speed up the common List and View requests execution with ~25%. +- Added Collection models cache to help speed up the common List and View requests execution with ~25%. _This was extracted from the ongoing work on [#4355](https://github.com/pocketbase/pocketbase/discussions/4355) and there are many other small optimizations already implemented but they will have to wait for the refactoring to be finalized._