slow static pages

"Dr. Helmut G. Enders" <[email protected]> Fri, 18 Aug 2006 15:41:44 +0200
Newsgroups gmane.lisp.cl-http
Message-ID <[email protected]>
Version: cl-http-70-214-s84-devo

I serve static html pages  (a local copy of 
http://www.bsi.bund.de/english/gshb/manual/index.htm )
via this url.

(http:export-url #u"/doc/"
            :directory
            :recursive-p t
            :pathname  *data-directory*
            :expiration `(:interval ,(* 15. 60.))
            :public t
            :language :en
            :keywords '(:it-baseline-protection
                        :it-security-guidelines
                        :it-grundschutz-manual))

It is very slow (more than half a minute per page).
Any ideas how i can speed up this process ?

Helmut

_______________________________________________
WWW-CL mailing list
[email protected]
https://lists.csail.mit.edu/mailman/listinfo/www-cl