View Single Post
06-03-18, 08:56 AM   #1
jofmayer
A Murloc Raider
Join Date: Jul 2008
Posts: 7
Creating 100 SecureActionButtons -> Lag

Hi,

I want to use a bunch (100+) of SecureActionButtons in the result list of my addon (https://github.com/endymonium/keystrokelauncher).

BUT that takes some time (~0.5s for 100) and they do not seem to be cached. Even through I understood that Ace3 has a frame pool build in and is already doing some kind of caching.

Here is the Ace3 widget: https://github.com/endymonium/keystr...tionButton.lua
Here is where I use that: https://github.com/endymonium/keystr.../Core.lua#L817

Any ideas how to solve this? Is there any other frame object which allows me to execute spells when I click on it?

Thanks,
Jan
  Reply With Quote