Confirmed users
9,511
edits
No edit summary |
|||
Line 10: | Line 10: | ||
* 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. | ||
* AMO runs on a cluster of servers. To tell what server is showing you the current page look for the "X-AMO-ServedBy" header. | * AMO runs on a cluster of servers. To tell what server is showing you the current page look for the "X-AMO-ServedBy" header. | ||
* To view the revision of AMO you're currently seeing, view-source of any page; in the bottom, you'll see something like <pre><!-- r24322 --></pre><p>This means you're at SVN revision number 24322 -- you can cross-link this to whatever revision number was posted in the checkin comment in the bug. | * To view the revision of AMO you're currently seeing, view-source of any page; in the bottom, you'll see something like <pre><!-- [http://viewvc.svn.mozilla.org/vc?revision=24322&view=revision r24322 --></pre><p>This means you're at [http://viewvc.svn.mozilla.org/vc?revision=24322&view=revision SVN revision number 24322] -- you can cross-link this to whatever revision number was posted in the checkin comment in the bug. | ||
* Pages won't validate due to some proprietary attributes we use (like "addonname") but it should be very close. | * Pages won't validate due to some proprietary attributes we use (like "addonname") but it should be very close. | ||
* Database queries are cached in memcache for 60 minutes. This means if you change something that doesn't invalidate the cache it won't actually change for up to 60 minutes. | * Database queries are cached in memcache for 60 minutes. This means if you change something that doesn't invalidate the cache it won't actually change for up to 60 minutes. |