Conversation
supportHi! My name is Peter and I’m a WordPress Developer. So the the theme we’re running is Beaver Builder (w/ UABB, BBPP and Beaver Themer). And in the Builder context (as is pretty typical) there’s a lot going on in JS; Shadow-DOM stuff, re-rendering, Ajax calls etc. We’ve noticed some performance issues using the Beaver Builder page editor (all OS/all modern Browsers)… And one of the culprits was WP Accessibility, running in the Builder context as it would on the front-end (which might be fine/desirable in some cases, but we’d like it not too) and bottle-necking Ajax calls. I’ve searched high and low and can’t find a filter, action or hook that would let me disable the plugin in this context. Should I simply dequeue the JS whenever the Builder is active? Not wanting to create more problems of course. Thanks! The page I need help with: [ log in to see the link]
I would think that dequeuing the JS would be the most reasonable thing to do; that’s pretty much what any filter I’d add would control, so it doesn’t seem worthwhile to add an additional one. I can’t think of any reason that conditionally dequeuing JS would cause any problems.
I would think that dequeuing the JS would be the most reasonable thing to do; that’s pretty much what any filter I’d add would control, so it doesn’t seem worthwhile to add an additional one. I can’t think of any reason that conditionally dequeuing JS would cause any problems.