Confirmed users
9,511
edits
No edit summary |
|||
Line 4: | Line 4: | ||
* Production: https://addons.mozilla.org | * Production: https://addons.mozilla.org | ||
= Production = | |||
'''[https://intranet.mozilla.org/UpdateAMO#Content_Push Production push docs]''' | '''[https://intranet.mozilla.org/UpdateAMO#Content_Push Production push docs]''' | ||
* AMO uses [http://www.zeus.com/products/zxtmlb/index.html Zeus], which heavily caches content. You can tell you're getting a cached copy of the content by looking at the headers and seeing "Via: Moz-Cache-zlb??" where ?? is a number and not seeing no-cache headers. ''being logged in bypasses this cache completely'' | * AMO uses [http://www.zeus.com/products/zxtmlb/index.html Zeus], which heavily caches content. You can tell you're getting a cached copy of the content by looking at the headers and seeing "Via: Moz-Cache-zlb??" where ?? is a number and not seeing no-cache headers. ''being logged in bypasses this cache completely'' | ||
* If you see ''some_string_define'' on AMO, it's either 1) a raw string define, or (more likely) 2) Apache needs to restart to pick up the [http://us.php.net/gettext gettext()] changes. | * If you see ''some_string_define'' on AMO, it's either 1) a raw string define, or (more likely) 2) Apache needs to restart to pick up the [http://us.php.net/gettext gettext()] changes. |