Peter Bieringer
Peter Bieringer
Increasing sync token lifetime makes imho no sense for high frequency lookup of clients, one can consider decreasing to 7 days. Still working on extending the profiling capabilities to catch...
Turning-Off SSL: Thunderbird side can be easily done adjusting the configuration for each calendar "about:config" -> search for "calendar*uri" -> but credentials and content are then passing in cleartext the...
Regarding Linux, if you install "AlmaLinux 10" and enable EPEL repo you can use RPMs to install...and yes, "top" will show you CPU, memory and swapiness.
Next PR merged, now per request profiling has capability to log request header and content to find the client calls which are at least running long and therefore candidates to...
Just from what I can see on my production system it looks like PROPFIND requesting sync-token take some time, here having ~ 1400 items in folder approx. 12 seconds ```...
Started some code investigations, did not really found major improvement, only one for mtime+size caching method: https://github.com/Kozea/Radicale/pull/1936 You can give a try, it should help if you have items having...
any update with results using latest upstream?
Have you enabled now the profiling options for requests which running longer than e.g. 20 seconds and can you provide latest logwatch statistic? Have you also enabled mtime+size caching method?
@nwithan8 - please check
Thank you for analysis and comments, looks like a contributor is required to implement the tester and also work on test cases which currently fail to your comments and fix...