RE: performance tuning... (match="id(xxx)" versus match="//*[@id=xxx]")

2001-08-24 Thread Karl Øie
wget timings of match="id(xxx)" versus match="//*[@id=xxx]": time wget http://saturn.gan.no:/mup/xpath.xsp?xpath=KAP1 - 0m14.686s (first hit) time wget http://saturn.gan.no:/mup/xpath.xsp?xpath=KAP1 - 0m0.030s (second hit) time

Re: performance tuning...

2001-08-23 Thread Jörg Heinicke
Karl Øie wrote: > wget timing: > > first run of "toc.html" -> 41.879s > second run of "toc.html" -> 0.013s (!!!) > > first run of "page.html?xpath=//*[@id='1222']" -> 58.031s > second run of "page.html?xpath=//*[@id='1222']" -> 0.017s (!!!) Hi Karl, maybe I have another proposal f

RE: performance tuning...

2001-08-23 Thread Karl Øie
t;/> > > value="true"/> > > > > > but it doesn't really cut the cheese, after a some > usage the site starts to > regenerate the pages again, and the visitors will > have to wait for nearly a > minute for each call.

RE: performance tuning...

2001-08-23 Thread java guru
ot;true"/> > > > > > but it doesn't really cut the cheese, after a some > usage the site starts to > regenerate the pages again, and the visitors will > have to wait for nearly a > minute for each call... > > am I doing someth

RE: performance tuning...

2001-08-23 Thread Karl Øie
cheese, after a some usage the site starts to regenerate the pages again, and the visitors will have to wait for nearly a minute for each call... am I doing something wrong here? mvh karl øie -Original Message- From: Berin Loritsch [mailto:[EMAIL PROTECTED]] Sent: 22. august 20

Re: performance tuning...

2001-08-22 Thread Berin Loritsch
Karl Øie wrote: > > Hi, I have a very standard pipeline for my project. The file > "oversikten.xml" is filtered through the stylesheet > "oversikten.xsl" which uses parameters sent to it to filter/rearrange the > output. > > > > >