Re: Using localhost in MEDIA_URL causing very slow django

2010-08-16 Thread Steve Holden
On 8/16/2010 2:25 AM, Martin Lundberg wrote: > Hi, > > I started having a problem on my website when working on it locally > using the runserver dev server. If I started the server I could visit > a page once (and it loaded quickly) but if I reloaded the page it > could take like 10 minutes for it

Using localhost in MEDIA_URL causing very slow django

2010-08-15 Thread Martin Lundberg
Hi, I started having a problem on my website when working on it locally using the runserver dev server. If I started the server I could visit a page once (and it loaded quickly) but if I reloaded the page it could take like 10 minutes for it to load. The code didn't even reach the view. I tracked