ProfessionalWiki / PersistentPageIdentifiers

MediaWiki extension that adds persistent identifiers to wiki pages
https://professional.wiki/en/extension/persistent-page-identifiers
GNU General Public License v2.0
1 stars 0 forks source link

Peformance optimization: only clear parser cache when page contains parser function #47

Open JeroenDeDauw opened 6 days ago

JeroenDeDauw commented 6 days ago

We clear the parser cache upon page creation, so our parser function can immediately access the newly generated and saved persistent ID, since that ID is not yet saved on the first parse. Ideally we only do this on pages where the parser function is present.

This is a follow up to