Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frame drops in v4.2.26 #52

Open
Nogamara opened this issue Feb 1, 2023 · 2 comments
Open

Frame drops in v4.2.26 #52

Nogamara opened this issue Feb 1, 2023 · 2 comments

Comments

@Nogamara
Copy link

Nogamara commented Feb 1, 2023

Hello,
not sure if any of the maintainers has seen https://www.curseforge.com/wow/addons/pitbull-unit-frames-4-0?comment=7143 - but I had the same issues (doing a world boss, frame rate drops to 10, or even complete freeze for a second) every 5-10s, very much unplayable.

Today Blizzard have seemed to have done a patch again, so I'm trying to switch back to PB4 today (I've been using Zperl for a week because of this) and try to repro, but BugSack was empty all the time but I did get one of those "do you want to disable PB" popups when going to edit mode.

@sod
Copy link

sod commented Feb 23, 2023

I love pitbull. It's the best looking and best configurable unitframe addon there is. Sadly I also had to switch because of fps issues.

I used the addon "Addon Usage" to see if I could find the bottleneck. It seems like pitbull updates a lot on every single frame and thus taxing the CPU. E.g. updating the text of the level of any given character. An information that for sure wont change 120 times a second :). This gonna hog your fps. Especially if you use it to show 30 raid frames. This gonna be a challenge to turn pitbull away from tick based updating. A challenge I'm not up to :(

I switched to shadowed unit frames, which comes pretty close to the feel of pitbull. Shadowed unit frames is from the ground up written that everything updates based on events and not on every tick. Which makes the addon incredibly efficient. If someone would refactor pitbull, I'd switch back in a heartbeat though.

e.g. this is the average cpu usage of suf after a bossfight in a 5 grp, just 2.5ms per second cpu usage.
image

pitbull would have topped that chart with some frame drops :/

@siegester03
Copy link

I tried pb4 again in classic, but it causes horrific performance in 25m raids. At this point I'll need to port all my extensions to new addon, probably shadowed UF as this doesn't seem to really be an easily fixed problem (nor do the maintainers seem that active)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants