Forum Moderators: open

Message Too Old, No Replies

Making my own cache tables

Anyone cache pages in their database?

         

maximillianos

1:21 am on Feb 13, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm considering designing my own page cache solution where I store my pages as one HTML blob and pull from this cache for all non-authenticated users. I would have a dirty bit field to help me manage updating the cache on the fly.

Anyone doing something similar? I figure my current page does about 15 db queries. This would help cut that down to one or two for 80% of my traffic. Plus 80% of my pages really don't change that often.

Thanks for any input on this.

ZydoSEO

6:04 am on Feb 14, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Your web server cannot be configured to do this for you? I would think it's optimized to do a better job of it than you ever could...