| You are here: w100w.com > PHP > Development Tools > Debugging and Testing |
| |||
|
StringToArray() splits each character of a string and uses each character of the string as an array element, hence, converting a string to array. | ||
|
RFKcache is a easy, efficient and simple class which implements a cache system for use in PHP scripting. | ||
Version: 1.0 Platform: Unix, Windows, Linux Home |
Morecache allows you to easily cache parts or all of your script's output. This is useful if you have slow database queries on data that is viewed more often than it is changed. Morecache works by using output buffering to capture the output when it is first generated, and storing it in files from which it is retrieved afterwards. This can result in a huge speed increase. | |
|
The PHP Accelerator provides a high performance caching/optimising solution capable of accelerating PHP scripts by typically 2 to 4 times, although over 9 times has been reported on some large sites, and rivals the best alternatives. In addition PHPA can be very effective at reducing load average and reducing file I/O because cached scripts executed from a specially designed shared memory cache. A simple code optimiser is also built in, gaining some extra performance and reducing code size. The new release is free of activation keys | ||
Version: 0.14 Platform: Linux, Solaris Home |
Formerly known as Bware_cache is a tool to speed up web applications written in PHP. It works by caching inside the web server compiled PHP code (just before it's executed) so that the next time the same script is called it is simply restored, already compiled, from the cache with big savings in terms of execution time. 0.14 update: this version is faster and supports PHP 4.0.x and 4.1.x. | |
| |||
|
The Zend Accelerator is a server-side caching program designed to speed up PHP based Web sites dramatically. The Zend Accelerator was engineered to handle the scripts that dynamic Web sites depend on. Integrated with the Zend Engine, the 'kernel' of PHP 4.0, the Accelerator applies a variety of optimizations and advanced caching techniques to dramatically improve the performance of PHP-based dynamic Web sites. The Zend Accelerator typically increases the number of requests that can be handled per second by a factor of 3. It also trims latency to near zero. The Zend Accelerator incorporates a built in performance monitor that enables system administrators to measure the speedup experienced by actual site visitors in real-time. | ||
Version: 20011117 Home |
This script uses PHP4's output buffering to allow you to only cache certain parts of your page. Very useful if you want some items updated more often than others. | |
Home |
jpcache is a lightweight, full page caching system for PHP which uses gzip content-encodig and ETag-headers. It allows around 80% in traffic-saving for php-pages and reducing server-load. | |
|
APC was conceived of to provide a way of boosting the performance of PHP on heavily loaded sites by providing a way for scripts to be cached in a compiled state, so that the overhead of parsing and compiling can be almost completely eliminated. There are commercial products which provide this functionality, but they are neither open-source nor free. Our goal was to level the playing field by providing an implementation that allows greater flexibility and is universally accessible. APC has been tested under PHP 4.0.3, 4.0.3pl1 and 4.0.4, and currently compiles under Linux and FreeBSD. | ||
Version: 0.2 Home |
cgi_buffer is a group of libraries that may be used to improve performance of CGI scripts (and other content generation engines) in some circumstances, by applying performance-enhancing HTTP mechanisms that are typically not supported by them. Currently, Perl, Python and PHP are supported. The Python library may also be used as a wrapper around another CGI script. | |
Version: Beta 4 Platform: Unix, Windows Home |
The Zend Optimizer uses multi-pass code optimizations to double the running speed of PHP applications. This add-on is appropriate for all PHP users, who can benefit from the better response time featured by the product. The increase in speed for running PHP code reduces the CPU load for the server, and cuts in half latency time. | |
RFKcache is a easy, efficient and simple class which implements a cache system for use in PHP3/4 programs. |
| |||
| ScriptRequests.Com - Discussion | w100w.net - Links |