Bug 215650

Summary: Performance probleme into konqueror
Product: [Applications] konqueror Reporter: BRULE Herman <alpha_one_x86>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED NOT A BUG    
Severity: wishlist CC: anselmolsm
Priority: NOR    
Version: 4.3.3   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Trace

Description BRULE Herman 2009-11-22 10:40:33 UTC
Version:            (using KDE 4.3.3)
Installed from:    Gentoo Packages

Hello, will file copy with ahci driver under konqueror I have low performance, see the attached file for the profiling trace.
Thanks to optimize it.
Comment 1 BRULE Herman 2009-11-22 10:41:40 UTC
Created attachment 38480 [details]
Trace

Trace generated by sysprof
Comment 2 BRULE Herman 2012-08-16 12:06:11 UTC
I have found and dev this point into the ultracopier's wiki. It's the algo the problem. But I don't know if the problem remain at this time.
Mostly:
- Simple loop have mutualy slow down of read and write
- close() sync the file to the FS and have big slow down with lot of small file
- open() close() is better with concurrency but data transfer not

I close the bug due to old (now the new kernel, ext4, ... all have changed)