Last modified: 2013-11-20 20:08:47 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T34618, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 32618 - MediaWiki should support partial page caching (edge side includes)
MediaWiki should support partial page caching (edge side includes)
Status: NEW
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-24 00:28 UTC by Ryan Kaldari
Modified: 2013-11-20 20:08 UTC (History)
10 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Ryan Kaldari 2011-11-24 00:28:19 UTC
Both Squid and Varnish support edge side includes, but support needs to be added to MediaWiki in order for us to take advantage of this. If implemented, MediaWiki could send out sections of a page like so:

<esi:include src="http://en.wikipedia.org/wiki/Special:CentralNotice?action=gimmestuff" onerror="continue"/>

...and they would be cached separately from the rest of the page.

This would open up a lot of new feature and optimization possibilities for us.

Request for Comment page can be found at http://www.mediawiki.org/wiki/Requests_for_comment/Partial_page_caching
Comment 1 Sam Reed (reedy) 2011-11-24 15:29:40 UTC
Weird, I thought there was already a bug for this open
Comment 2 Gabriel Wicke 2013-03-07 18:18:04 UTC
It would be good to abstract the fragment caching / retrieval mechanism so that the decision whether to handle fragments in PHP, the edge or the client is independent of the fragment definition. The less detail knowledge about the (complex) cache infrastructure is needed to use it, the better.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links