Last modified: 2014-02-12 23:52:48 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 T39752, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 37752 - Cache hit rate has dipped below 20%
Cache hit rate has dipped below 20%
Status: RESOLVED FIXED
Product: MobileFrontend
Classification: Unclassified
stable (Other open bugs)
unspecified
All All
: High major
: ---
Assigned To: Patrick Reilly
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-20 17:51 UTC by Tomasz Finc
Modified: 2014-02-12 23:52 UTC (History)
9 users (show)

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


Attachments

Description Tomasz Finc 2012-06-20 17:51:50 UTC
This is really bad as we used to have a cache hit rate of 90+
Comment 1 Patrick Reilly 2012-06-20 18:24:58 UTC
        /* FIXME: deploy X-Vary-Options support */
        set req.http.X-Orig-Cookie = req.http.Cookie;
-       if(req.http.Cookie ~ "disable" || req.http.Cookie ~ "optin" || req.http.Cookie ~ "session") {
+       if(req.http.Cookie ~ "disable" || req.http.Cookie ~ "optin") {
                /* Do nothing; these are the cookies we pass.
                 * this is a hack in the absence of X-V-O support
                 */

This is fixed now with: https://gerrit.wikimedia.org/r/12206

We need to find a better way to do this without proper X-V-O support in Varnish.

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


Navigation
Links