Caching Web Page Output By: Admin
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 ensure...02-Apr-2010 |
Caching with PHP5 By: Admin
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 mi...02-Apr-2010 |
Improving Performance By: Admin
One of the best things about programming in PHP
is how easy it is to learn the language and its libraries. Everything
seems to fit togeth...02-Apr-2010 |
PHP Caching By: Admin
This entire site, like many, is built in PHP.
PHP provides the power to simply 'pull' content from an external
source, in the case of my ...02-Apr-2010 |
Supercharge Your CSS By: Admin
Cascading Style Sheets is a presentational
style sheet language. In that sense, it does not have a lot of the
functionality that many dev...02-Apr-2010 |
High Performance PHP By: Admin
eAccelerator is a PHP caching system, which
caches frequently used portions of PHP files to RAM to increase
performance. This is especial...02-Apr-2010 |
Practical PHP Performance By: Admin
When it comes to building web applications in
PHP, performance isn't typically a major concern. Features, usability
and any business conc...02-Apr-2010 |
Lower GPU Usage on Grid Server By: Admin
In this article, Ronald Heft talks about GPU,
specifically what it is, the problem he personally encountered, the fix
for that problem, a...02-Apr-2010 |
Save bandwidth By: Admin
f your website becomes a little busy the
websites bandwidth becomes very valuable. If your visitors using too
much bandwidth and the conv...02-Apr-2010 |
Improve php app performance By: Admin
Most of the tips listed here will not help you
improve performance by any significant amount. The following is a list
of things that you ...02-Apr-2010 |