cclaerhout / xen_BBM_v2

Version 2 of the BbCodes and Buttons Manager (BBM) for XenForo (working with TinyMCE 4)
6 stars 1 forks source link

Update Public.php - Performance tweak #2

Closed Xon closed 10 years ago

Xon commented 10 years ago

Only do the class check once, not every time the hook is invoked.

cclaerhout commented 10 years ago

I've integrated your tweak (just use null/false/true to avoid an extra variable). Thanks !

Xon commented 10 years ago

Thanks!

I used a similar approach in another request (using isset rather than checking null) which is much better than a separate variable.