Forum Moderators: mack
[edited by: heini at 11:42 pm (utc) on Oct. 15, 2003]
[edit reason] Please don't use urls / thanks! [/edit]
Speed may be an issue if your code is poorly written, but it is possible to write fast dynamic pages, where the extra processing overhead is unnoticeable.
You could go semi-static: generate the content offline from a database, then publish these to the website. That way you get the manageability of database-driven content without ending up with dodgy, hard to spider urls.