Thanks Raphael. I think I'll just keep an eye on this project...With
bugs like these, I don't want to know the nasties I have yet to run
into. The fact that it's largely undocumented really pushes me away.

Thomas

On Oct 27, 5:26 pm, Raphael Lullis <[EMAIL PROTECTED]> wrote:
> This question shows up quite often here.
>
> Take a look at this 
> thread:http://groups.google.com/group/webpy/browse_thread/thread/649505363b4...
>
> Anand has put a monkey-patch to the "slow CSS" issue. What I did is to
> put this patch in a file on my development branch and something along
> the lines of
>
> try:
>     import httppatch
> except ImportError:
>     web.debug('WARNING: If you are using windows, you need to use the
> patch or CSS delivery will be slow')
>
> in my main file. Worked fine this way.
>
> -- Raphael
>
> On Oct 27, 4:29 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > Check this 
> > thread:http://groups.google.com/group/webpy/browse_thread/thread/92b7263bab0...
>
> > On Oct 27, 4:02 pm, tmallen <[EMAIL PROTECTED]> wrote:
>
> > > If I remove a CSS call from my template header, my page takes about
> > > ten seconds to load. Remove this line, and pages will load instantly.
> > > Is there some weird CSS "gotcha" I'm missing? Note that the CSS file
> > > is three lines long, and the server doesn't log any errors in the
> > > process.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to