1 gabbydeb Jun 15, 2005 20:00
3 gabbydeb Jun 15, 2005 22:24
Thank you Graham! :D
4 plugado Jun 18, 2005 04:07
Graham wrote:
(...) If you create a static page, all that is requested is that single page. This saves on cpu time. It's not particuarly useful if you haven't got a super popular blog, since the information on the page is only updated when you generate the page.
How can I do it? I´m looking for this option but...
Every time your page is requested, all the information is pulled from the database. This is fine for most people, but say you have a site that gets 10k visitors every day. That's a lot of database activity! If you create a static page, all that is requested is that single page. This saves on cpu time. It's not particuarly useful if you haven't got a super popular blog, since the information on the page is only updated when you generate the page.