Busy days


The last month was really hectic to me, had lots of work, lots family and social stuff and now the challenge is to read lots of posts that I’ve missed on blogs I follow.

Anyway, I guess I’m back and will blog more often, on the other hand, I think person live in an infinite loop since he born until the timeout and timeout settings may vary.

See ya soon!

Tags: , ,

Posted on Saturday, September 23rd, 2006
Under: unphpized | No Comments »

Advanced Caching Technique – Block Randomization


Introduction

I’m currenlty working on a site where I want to improve performance of dynamic pages. One of the greatest techniques to do is to cache dynamic content and serve the generated output (HTML).

It’s not as easy as we all want it to be when you have all sorts of weird blocks on the page: User login area, random content, ..etc

As I had a very pleasent experience with eZ components last week, I decided to take a look at the components, but then i remembered it works on PHP5. This project is on PHP4, I had to look for an alternative and decided to use PEAR::Cache_Lite.

Read the rest of this entry »

Posted on Monday, August 21st, 2006
Under: Code, HowTo, PEAR, PHP | 6 Comments »