Kunena / Kunena-Forum

Kunena Forum - Forum / Bulletin Board / Discussions component for Joomla - This is the 6.x/5.x main development branch. Please do not open issues regarding earlier versions of Kunena
https://www.kunena.org
GNU General Public License v3.0
1.75k stars 811 forks source link

BBCode parser is very slow on our configuration report #806

Open mahagr opened 12 years ago

mahagr commented 12 years ago

We need to check if there's a way to make BBCode parser faster on complicated tables.

fxstein commented 12 years ago

I think we need to consider caching the HTML output and not parse the bbcode on every page view. We might have to do a public and a private view of the parsed code to allow for different rendering based on user level.

mahagr commented 12 years ago

We have already most of it in place for Mirage, but I disabled it for now because of there was some minor issues which need to be solved (when content changes, we need to detect it). Those optimizations would make Kunena very fast, but I need to be sure that they work.

And Joomla caching is somewhat broken in Zend Server..

810 commented 10 years ago

can be closed

mahagr commented 10 years ago

Still an issue.

github-actions[bot] commented 5 years ago

This issue is stale because it has been open 30 days with no activity.