Bug 215650 - Performance probleme into konqueror
Summary: Performance probleme into konqueror
Status: RESOLVED NOT A BUG
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 4.3.3
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-22 10:40 UTC by BRULE Herman
Modified: 2012-08-16 12:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Trace (604.16 KB, application/octet-stream)
2009-11-22 10:41 UTC, BRULE Herman
Details

Note You need to log in before you can comment on or make changes to this bug.
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)