Recent Topics

1 Jun 15, 2005 20:00    

Hello everyone,

I am wondering if someone could explain static pages and tell me why they are good to have. Thanks much!

Regards,
Debbie

2 Jun 15, 2005 21:32

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.

3 Jun 15, 2005 22:24

Thank you Graham! :D

4 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...


Form is loading...