mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[GH-ISSUE #189] Implement floccus app in NextCloud so batch operations can be done locally #180
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#180
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @skewty on GitHub (Nov 12, 2018).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/189
I am guessing the slow (synchronous? multiple TCP round trips) is due to the Bookmarks app in Nextcloud.
A very lightweight Floccus app installed into Nextcloud could allow us to batch many operations into a single blob and send them off compressed.
Granted this is quite out of scope, but waiting 30 minutes for my bookmarks to sync (local 1 Gbit connection to otherwise Idle Nextcloud server) (I don't know if it is jammed up or still working away) is silly.
Your thoughts?
@marcelklehr commented on GitHub (Nov 12, 2018):
I originally wanted to run the API requests in parallel, but it turned out not to be a good idea. It might be possible to sort out the differences in one go and then run all the server mutations in parallel. So, there is definitely potential to optimizing the Nextcloud adapter.
In any case, you could try the WebDAV adapter, which updates the server in one go and should be much faster in your case.
@marcelklehr commented on GitHub (Jul 27, 2019):
I've implemented this and will make available a beta version for testing, shortly. In my tests this cut down initial sync time of 4000 bookmarks from 30+ minues to 7min.
@github-actions[bot] commented on GitHub (Mar 21, 2023):
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.