File: performance-introduction.xml

package info (click to toggle)
zendframework 1.12.9%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 133,584 kB
  • sloc: xml: 1,311,829; php: 570,173; sh: 170; makefile: 125; sql: 121
file content (15 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!-- Reviewed: no -->
<sect1 id="performance.introduction">
    <title>Introduction</title>

    <para>
        The purpose of this appendix is to provide some concrete strategies for
        improving the performance of your Zend Framework applications. The guide
        is presented in a "Question and Answer" format, and broken into areas of
        concern.
    </para>
</sect1>
<!--
vim:se ts=4 sw=4 et:
-->