From: Peter B. <re...@f2...> - 2001-05-20 07:10:28
|
At 04:27 PM 5/19/01 -0700, you wrote: > > Now this is something very cool that I've tried out at > > binarycloud.com/bc_edit... too bad it's only supported bye IE5.5+ > >yeah... >ns is falling... Hopefully when Opera finish their DOM they'll support the W3C version of the above, as shown in the second link you provided us on the subject. Otherwise I'll have to use IE just for editing my website :-)) >for a page that is 'static' i.e. you're just getting content from the >database that doesn't rely on the userid or any session specific stuff.. But you could still start a session, couldn't you by calling all the init functions? Also, say the only difference between a logged in user and the logged out was an extra menu, couldn't you cache both? I guess I'm after a Smarty kind of template engine that'll process the XML/XSLT and then build in PHP queries/includes for the changing data... which would reduce the load caused by using XSLT. but then would probably get rid of the advantages :-) I guess this will by why the cache is best suited to a cms tool, where you don't have many logins (so those pages can be generated dynamically) and your content isn't changing very often. >it makes sense to take the html output of that page render, and put it in a >file on the webserver. > >so next time a request comes in for that page, the cacher just pulls it out >of the filesystem and serves it instead of going through: > query > xml > xslt Yup. Which will save ~ 0.0999 s off compile time? Peter. --oOo-- Narrow Gauge on the web - photos, directory and forums! http://www.narrow-gauge.co.uk --oOo-- Peter's web page - Scottish narrow gauge in 009 http://members.aol.com/reywob/ --oOo-- |