[Moin-user] Wiki Theme
Aline Guedes
aline.guedes at gmail.com
Fri Feb 20 16:35:01 EST 2009
Hello,
I used mod_expires and it helped a lot with improving performance.
Thanks a lot for your answer!
Regards,
Aline
On Fri, Feb 20, 2009 at 6:00 PM, Mail at Heavy.ch <mail at heavy.ch> wrote:
> Aline Guedes schrieb:
> > Hello,
> >
> > I am using Moinmoin 1.5.8 with a customized theme (sinorca4moin with
> > some modifications) and I noticed that the css files are being sent to
> > the browser in every request. Is this behavior a configuration I could
> > change or maybe something wrong in the code? I really appreciate any
> > help possible.
>
> there is nothing wrong. because in the html file the css files get
> included. see some example:
> {{{
> <link href="/wiki/sinorca4moin/css/common.css" media="all"
> charset="utf-8" type="text/css" rel="stylesheet"/>
> }}}
>
> you maybe can optimize the http requests... so the browser do only once
> load the css file form the server, but it's nothing moinmoin related
> (atleast if you're running moinmoin with apache or some other
> webserver). but be aware it's also related how the browser interpret
> this settings... etcetera.
> * http://httpd.apache.org/docs/2.0/mod/mod_expires.html
>
> or something generaly about performance rules:
> * http://developer.yahoo.com/performance/rules.html
> * http://yuiblog.com/blog/2006/11/28/performance-research-part-1/
>
>
> bye
> Marcel
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/moin-user/attachments/20090220/8ac4e6c1/attachment.html>
More information about the Moin-user
mailing list