- 1,233 categories
- 40,482 scripts
Updated: 05/28/2002
- PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. This article explains why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. It also covers how to tune and optimize your PHP scripts so they run even faster.
- Categories
- Tags
- Platforms
- Licenses
- The php-js-webedit editor is a tool for editing and building HTML pages (relatively complex) from a browser. It allows you to edit the HTML code in a textarea field, and includes a variety of JavaScript functions to assist you for creating links, tab...
- All-in-one--A nuts-and-bolts programming toolkit for anyone building dynamic web applications in the Unix environment. It gathers together the most comprehensive set of tools and shareware utilities on the CD, and packages them with a comprehensive t...
- Core PHP Programming is the first complete, practical guide to PHP 3.x for experienced Web developers. Discover how PHP borrows the best ideas from Java, Perl, and C to create a remarkably productive scripting environment. Then, with the guidance of ...
- SurvGen (Survey Generator) is a PHP script for generating HTML survey forms and processing the results automatically with a PHP script, without having to code the HTML or the PHP. SurvGen consists of 3 pages. The first page asks for the number of que...
- HTML_Graphs uses PHP to provide a nice class interface for html graphs. It provides a single, reasonably consistent interface for creating HTML based charts. The idea behind this code is that the user of the class sets up four or five arrays and pass...