Skip to content

Disable disc cache strategy in KPat

Pierre Ducroquet requested to merge work/ducroquet/performance-resize into master

When using the disc cache strategy, resizing a KPat window is horrifically slow: converting the pixmaps to PNG is quite CPU expensive, and ends up annihilating any cache benefit.

In perf, we can see the CPU usage sky-rocketing in this case and disabling the disc cache ends up using less CPU cycles...

Edited by Pierre Ducroquet

Merge request reports