-
WPE memory leak investigation playbook
In this post, I'm presenting and discussing a guide on structured approach to narrowing down and debugging memory leaks within WPE WebKit.
-
WPE performance considerations: pre-rendering
In this post, I'm discussing various pre-rendering techniques useful in the context of using WPE on embedded devices.
-
Tracking WebKit's memory allocations with Malloc Heap Breakdown
In this post, I'm discussing WebKit's "Malloc Heap Breakdown" feature in the context of memory usage profiling.
-
WPE performance considerations: DOM tree
In this post, I'm initiating a new series of articles on WPE WebKit performance considerations starting with discussing the DOM tree.
-
The problem of storing the damage
In this post, I'm discussing the cost a damage propagation feature brings and presenting how various approaches to storing the damage contribute to it.