|
|
| 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 |
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 |
Uptime Check Addon is a tutorial that runs you through a fix for the bad things that can happen when hot linking. There are a few bad things that can come from that ant this is a fix for this problem that is quite easy and smart. Author: Neil Code: PHP 4.0 |
Gzipping is a method of compressing your pages so they load faster. You can gzip all sorts of file, including webpages and CSS. This tutorial will show you how to compress your .php extended web page. Author: Will Code: PHP 4.0 |
In high performance web applications you will always have bottlenecks within your application. Identifying these bottlenecks and optimizing is a tedious task and typically show themselves underload. Author: Andrew Johnstone Code: PHP 5.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 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|