Re: Slow template

2008-04-15 Thread Sebastian
That seems to be the issue! The rendered static page takes 4.5 seconds to load! Does anyone know if nested lists render faster than tables? Or any other tricks to make the actual html rendering go faster? Something that really annoys me is that the page is is not scrollable until the last element

Re: Slow template

2008-04-14 Thread [EMAIL PROTECTED]
It sounds like what's lagging is the rendering - try saving the rendered page as html, how long does Firefox/Firefox with Fasterfox take to display that? You might also want to try with Fasterfox disabled, some of its tweaks might be detrimental if you're querying a server on the same machine. Goo

Slow template

2008-04-14 Thread Sebastian
Hi all, Ive been using Django for a while now, and there has been one page in my application that has been running very slowly no matter what I do. Im using Django 0.96.1. The page in question renders approximately 8 tables, each with about 50 rows. This does not seem like the kind of page that