Somebody think about cache?

Wednesday, December 26 2001 @ 11:18 AM EST

Contributed by: Anonymous

I seen another weblog product, maybe phpweblog, who use a kind of "cache"... the first user pregenerate the php and save everithing in a cache directory... I think this could help if you have a lot of visits and you don't want to hit the database for every user... think about this: If you use database in you home page, every visitor hit your database... in that case I suggest two things:

Now I can imagine at least two ways to implement this: