Thread Tools Display Modes
01-01-24, 04:48 PM   #1
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 322
FPS drop caused by CreateFrame("PlayerModel")

After some thorough testing, we discovered the following:

Whenever the FPS is capped by the CPU (GPU usage < 90%), just having

Lua Code:
  1. local modelFrame = CreateFrame("PlayerModel")

in your addon (no further code required) results in a ~7% FPS drop.

I know this is a real corner case, yet it would be great to get around this.

Anybody any ideas?
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » FPS drop caused by CreateFrame("PlayerModel")


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off