Leadership Skill related scripts & softwares
Micro Cache is a small, simple and very easy to use cache framework. With this script you can speed up your page rendering time as during a specified interval the page content will be read from the cache. Depending on code complexity and DB usage the improvement can go up to 10x.
CSS AutoLoad processes the @import keyword server-side instead of client-side. In this manner, website authors can easily create and load a CSS framework into all pages with a single stylesheet include, no matter how many .css files are in use.
In English: You can use as many stylesheets as you want without having to include each one in your HTML document and without creating extra HTTP requests.
Also, compression of the aggregate file save bandwidth by shrinking the size of the aggregated file.
Installation takes a matter of seconds and requires no changes to your existing CSS code.
This class can emulate the execution of program threads using separate HTTP requests to the same script.
It establishes an HTTP connection to the same Web server to execute the same PHP script. It sends a request passing the name a function to execute and an argument to be passed to that function.
The requested script executes some code that detects the thread execution request and calls the specified function.
When the thread request script ends, the return values of the called function is returned as a serialized string.
The calling script can execute other tasks while the thread script runs. The results may be collected later when the thread script ends.
RFKcache is a easy, efficient and simple class which implements a cache system for use in PHP scripting.
StringToArray() splits each character of a string and uses each character of the string as an array element, hence, converting a string to array.
Turck MMCache is a free open source PHP Accelerator, Optimizer, Encoder and dynamic content cache for PHP. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated. Also it uses some optimizations for speed up execution of PHP scripts. Turck MMCache typically reduces server load and increases the speed of your PHP code by 1-10 times. It is tested witn PHP 4.1.0-4.3.3 under Linux and Windows with Apache 1,3, Apache 2.0 and IIS 5. Since the version 2.3.10, Turck MMCache contains PHP encoder and loader. You can encode any PHP scripts in order to distribute them without sources. Encoded files can be run on any site which runs PHP with Turck MMCache 2.3.10 or above. Since version 2.3.15, Turck MMCache is compatible with Zend Optimizer's loader.
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.
PHP Code Sweeper is a PHP script optimizer that includes such features as: cleans white space, removes comments, adds certain unreadability to your code, and accelerates your script execution.
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.
|