|
|
| Speed & Efficiency [+] Favor-It | |
| |
 |
| | Sort By:
|
Coding With PHP5 is a tutorial for enabling cacheing on your PHP based site. Included code is PHP5 only, and built with a static class mindset. Contains sample code and thorough explanations. Intended to allow the user to easily integrate information. Author: Richard Heyes Code: PHP 5.0 |
The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. Author: php.net Code: PHP 4.0 |
There is no way to compress PHP generated output using mod_gzip. Therefore, we have to build our own compressing engine in PHP. In this article, I will explain how to use PHP output controlling functions to make your pages load FAST! Author: Luis Argerich Code: PHP 4.0 |
|  | |
In this situation, instead, we are going to create a dynamic solution. Some code that you can include at the top of every PHP file ensures that the page only gets generated once per hour for each script. Author: Eli White III Code: PHP 4.0 |
I'm running a public web-based forum that is read frequently (about 10,000 hits per day), but gets relatively few postings (in the range of 20 to 60 per day). It also renders the caching efforts of proxy servers virtually useless. Author: Klaus A. Brunner Code: PHP 4.0 |
However, I realized that some functions were missing so I used his foundation and adapted it with some additions of my own. Also, I realized that there were some syntactical issues and fundamental usability that needed reworking. Author: Spencer D. Mindlin Code: PHP 4.0 |
In this article I will show how to use a modular system to create a website that is constructed on the fly using dynamic modules, which for performance sake can be cached if you want. Author: JP Code: PHP 4.0 |
|  | |
Whenever a surfer enters one of my websites, I always assign a session to him. The session holds a couple infos, for example: agent, IP, language, date, ... etc., and gets passed along via cookie or via GET (as parameter to each one of my pages). Author: Till Code: PHP 4.0 |
Caching is used in a million things. For example, there is your browser's cache, which saves a website to your harddrive so next time, you go to this website, it'll come up a lot more faster on your screen. Author: Till Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|