Topic on Extension talk:Semantic Title

Planetenxin (talkcontribs)

It seems that ST is only working with

$wgMainCacheType = CACHE_NONE;
$wgEnableParserCache = false;

but this is not mentioned on the Extension page. Can someone please confirm if this is really the case or if I have another issue here. I came across this, because Extension:ConfirmEdit requires caching to enable Captchas for the login page...

Cindy.cicalese (talkcontribs)

We use

$wgMainCacheType = CACHE_ACCEL;

with SemanticTitle with no issues.

Danwe (talkcontribs)

Caching is kind of an issue I believe. If you create a new page and define the property used for the title, then save, the title shows still the original page name for me. When I save again or just call the url with ?action=purge then it gets updated. This is the same issue as using an inline-query to query properties queried on the same page. To make matters worse, whenever updating the property of the page title you will experience the same behavior. It really just gets updated after saving or purging the page again (or because of an event like used template edit triggering a purge).

See Title property value update takes additional null-edit or page purge to take effect to discuss this further.

Reply to "Caching"