[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Tag interpolation
Is there any way to have MiniVend NOT parse part of a web page? I know
about static builds, but this won't work in my situation. I have a
catalogue page that's pretty much static except for the [process-form] tag
at the top, and the page is so big that it takes MiniVend forever to parse
the 99% of the page that's tagless. So is there any kind of
[no-interpolate] tag or anything like that availabe that will turn off
interpolation for only part of a page?
The page in question is located at
http://www.perfgauge.com/cgi-bin/us/statcat . The page I currently have
there seems to work fine, but it only displays 100 out of about 2000
products. When I put all 2000 of the products there, it takes several
minutes to download, and `ps fx` says that perl is eating up the whole cpu
while it's doing it.
Thanks,
Alan
PS: perfgauge.com is still under construction. The prices on "main_index"
are not real. They are just BS put there to test out stuff. (A little CYA
never hurt anyone).