performance-introduction.xml 453 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Reviewed: no -->
  3. <sect1 id="performance.introduction">
  4. <title>Introduction</title>
  5. <para>
  6. The purpose of this appendix is to provide some concrete strategies for
  7. improving the performance of your Zend Framework applications. The guide
  8. is presented in a "Question and Answer" format, and broken into areas of
  9. concern.
  10. </para>
  11. </sect1>
  12. <!--
  13. vim:se ts=4 sw=4 et:
  14. -->