mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Doc: Added news item "Faster synchronisation in upcoming Joplin version"
This commit is contained in:
parent
7345cd4678
commit
fb13e0ca80
27
readme/news/20231223-faster-sync.md
Normal file
27
readme/news/20231223-faster-sync.md
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user