GpgOL, Performance: Cache icons for RibbonUI
Closed, ResolvedPublic

Assigned To
Authored By
aheinecke
Aug 28 2018, 5:54 PM
Subscribers

Description

GpgOL should cache the icons returned to the Ribbon UI instead of instantiating a new GDIPlus instance and converting it from PNG to bitmap dispatcher for each call.

Details

Version
master

Revisions and Commits

rO GpgOL

Event Timeline

This is done now.
I had a slight hope that this might help with random crashes as the COM is now under less load but it did not help.

Anyway caching the icons is a good thing anyway.