TestEngineering/UI/AMO/Tips and Pointers: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Coming soon!
=Caching=
=Caching=
AMO uses [http://www.zeus.com/products/zxtmlb/index.html Zeus], which heavily caches content
AMO uses [http://www.zeus.com/products/zxtmlb/index.html Zeus], which heavily caches content


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

Revision as of 18:42, 10 April 2009

Caching

AMO uses Zeus, which heavily caches content

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 gettext() changes