Page MenuHomePhabricator

Special:Unconnectedpages displays pages connected with a Wikidata item
Closed, DuplicatePublic

Description

From https://sr.wikipedia.org/w/index.php?title=%D0%9F%D0%BE%D1%81%D0%B5%D0%B1%D0%BD%D0%BE:UnconnectedPages&limit=250&offset=0:

It doesn't look Special:UnconnectedPages is cached and updated regulary with updateSpecialPages.php, hence its content should be always up to date.

wikiadmin@10.64.32.197(srwiki)> select distinct qc_type from querycache;
+-------------------------+
| qc_type                 |
+-------------------------+
| Ancientpages            |
| BrokenRedirects         |
| CrossNamespaceLinks     |
| Deadendpages            |
| Disambiguations         |
| Fewestrevisions         |
| GadgetUsage             |
| Listredirects           |
| Lonelypages             |
| Longpages               |
| MediaStatistics         |
| Mostcategories          |
| Mostimages              |
| Mostinterwikis          |
| Mostlinked              |
| Mostlinkedcategories    |
| Mostlinkedtemplates     |
| Mostrevisions           |
| OrphanedTimedText       |
| Popularpages            |
| Shortpages              |
| Uncategorizedcategories |
| Uncategorizedpages      |
| Uncategorizedtemplates  |
| Unusedcategories        |
| Unusedimages            |
| Unusedtemplates         |
| Unwatchedpages          |
| Wantedcategories        |
| Wantedfiles             |
| Wantedpages             |
| Wantedtemplates         |
| Withoutinterwiki        |
+-------------------------+
33 rows in set (0.00 sec)

Event Timeline

Restricted Application added subscribers: Petar.petkovic, Aklapper. · View Herald Transcript

Workaround: null editing the page (saving without any modifications) removes the page from the list. So some caching is in place indeed.

Addshore subscribed.

Not 100% confirmed, that it is likely that the merged to task is the cause...
And indeed a null edit on the page would fix this.