Skip to content
Snippets Groups Projects
  1. Aug 15, 2014
  2. Aug 14, 2014
    • Jared Hancock's avatar
      i18n: Use APC to stash the translation file · 1901fec6
      Jared Hancock authored
      Turns out including a PHP file in a PHAR file is not cacheable by APC. This
      patch adds APC stash support to the translation loading phase, if supported.
      This seems to save about 2.5ms (3.6ms down to 1.1ms) processing time per
      request. Most of the savings is in the PHAR file processing time (signature
      verification), which is avoided if the translation can be loaded from APC.
      1901fec6
    • Jared Hancock's avatar
      oops: Fix rendering of custom list values · 0897e3dd
      Jared Hancock authored
      0897e3dd
  3. Aug 13, 2014
  4. Aug 11, 2014
  5. Aug 07, 2014
  6. Aug 06, 2014
  7. Aug 05, 2014
Loading