Forumlar / Cotonti / Core Labs / Archive / Core functions pluggable

Trustmaster
#496 2008-08-16 05:48
By the way, another thing related to parsers and performance is on-demand parsing rather than on display. This way you have 2 fields for each text message: one containing source and the second already rendered for display. So parsing is done only when you add/modify messages or click "reparse all" button in Admin panel. It requires a bit more space for DB, but you don't need any pasing per each request anymore.

Pros/cons?
May the Source be with you!