A small addon for the Topper plugin that improves performance by reducing the heavy allocation rates caused by repeated username lookups.
If you want to check how much memory Topper is allocating, you can profile it with:
/spark profiler start --thread * --alloc --timeout 600
Use this to compare allocation usage before and after installing this plugin.
All credits for this Cache solution go to Preva1l

