From fb13e0ca8028084450b0846ec19439215a231d5a Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 23 Dec 2023 14:33:10 +0000 Subject: [PATCH] Doc: Added news item "Faster synchronisation in upcoming Joplin version" --- readme/news/20231223-faster-sync.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 readme/news/20231223-faster-sync.md diff --git a/readme/news/20231223-faster-sync.md b/readme/news/20231223-faster-sync.md new file mode 100644 index 000000000..b7963bfb5 --- /dev/null +++ b/readme/news/20231223-faster-sync.md @@ -0,0 +1,27 @@ +--- +tweet: Faster synchronisation in upcoming Joplin version! +--- + +# Faster synchronisation in upcoming Joplin version! + +The next version of Joplin Cloud (and Joplin Server) will include a change that will make synchronisation, in particular when synchronising a new device for the first time, significantly faster. This is achieved by bundling more data with the calls that retrieve notes and other data, thus reducing the number of unnecessary requests. + +This change will be applied soon to Joplin Cloud (and Server), and the Joplin mobile, desktop and CLI applications will be able to use it from version 2.14. + +In my tests with about 26,000 items, synchronisation was approximately 60% faster on Joplin Cloud (22.5 minutes vs 9.5 minutes): + +## Before + +Created local items: 21814. Fetched items: 26591/26591. Completed: 23/12/2023 10:38 (**1346s**) + +**real 22m35.810s** +user 3m19.182s +sys 1m24.207s + +## Optimised + +Created local items: 21822. Fetched items: 26600/26600. Completed: 23/12/2023 11:48 (**571s**) + +**real 9m38.932s** +user 1m10.119s +sys 0m38.013s \ No newline at end of file