Contex / XenAPI

This PHP REST API allows usage of several of XenForo functions, such as authentication, user information and many more functions!
http://xenapi.net
GNU Lesser General Public License v3.0
99 stars 41 forks source link

Respect the cacheBbCodeTree flag #78

Open Xon opened 7 years ago

Xon commented 7 years ago

Saving the parse tree can be a decent CPU saving, if it is enabled and for complex enough posts.

It's the "Don't parse a post twice on requesting it" fix that needs some checking the most IMO.

Rebased off https://github.com/Contex/XenAPI/pull/36 to hit master