https://bugs.documentfoundation.org/show_bug.cgi?id=68626

alberto <a.c...@bluenet.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
            Version|4.1.0.4 release             |5.0.1.2 release
         Resolution|INVALID                     |---
     Ever confirmed|1                           |0

--- Comment #11 from alberto <a.c...@bluenet.it> ---
Hi,
I can reproduce the problem:

Ubuntu LTS 14.04 amd64

if you open a file through network for every operation in the UI (put a number
in a cell o simply select a cell)  you have to wait the network roudtrip delay.

Is not simple to reproduce because you need a slow connection or a really far
server. In this moment I have a 3G mobile connection

I can reproduce the problem with gvfs share, with sshfs and samba share

In every case I need to wait the network roundtrip so:

gvfscase
time ls -l
/run/user/1000/gvfs/sftp\:host\=myserver.com//home/alberto/documenti/test
totale 10
-rw-r--r-- 1 alberto alberto 9576 set 19  2015 nuovofoglio.ods

real    0m14.589s
user    0m0.000s
sys    0m0.005s

14s are more or less the same time to accomplish an operation on the calc's
interface

sshfscase
sshfs myn...@myserver.com:/home/alberto/documenti remoto

time ls -l remote/test

totale 12
-rw-r--r-- 1 alberto 1002 9576 set 19  2015 nuovofoglio.ods


real    0m0.964s
user    0m0.001s
sys    0m0.005s


and I need a second for do something

same situation in a smbfs share


Finally I suspect LO do a stat of remote lock file (.~lock.nuovofoglio.ods# in
my case)

at every user interaction. 

The problem is more evident in the gvfs case for it poor performances

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to