On Tue, Jul 14, 2009 at 11:47 PM, Michel Thadeu Sabchuk
wrote:
>
> Hi Ramdas,
>
> > It would be great if you can throw some more light on your solution.
> Sounds
> > like a splendid idea and will be helpful for many including me
>
> This is easy, I loaded the page through urllib and write it to a
Hi Ramdas,
> It would be great if you can throw some more light on your solution. Sounds
> like a splendid idea and will be helpful for many including me
This is easy, I loaded the page through urllib and write it to a
static file, then I served the file through nginx. Anyway, I will
create a sn
On Mon, Jul 13, 2009 at 5:29 PM, Sam Tregar wrote:
> I'm a beginner with Django, so I'm curious to hear about Django-specific
> approaches.
the Django-specific approaches start with the doc:
http://docs.djangoproject.com/en/dev/topics/cache/#the-per-view-cache
in short:
1: add some preferences
On Mon, Jul 13, 2009 at 3:34 PM, Ramdas S wrote:
> I have a web site where around 15 SQL semi complex queries run on the home
> page. Traffic is increasing and the page loads are getting slower. What is
> the best way to cache just the home page. I have already done standard
> memcached on the se
Micheal,
It would be great if you can throw some more light on your solution. Sounds
like a splendid idea and will be helpful for many including me
Ramdas
On Tue, Jul 14, 2009 at 1:42 AM, Michel Thadeu Sabchuk
wrote:
>
> Hi Ramdas,
>
> > I have a web site where around 15 SQL semi complex querie
On Mon, Jul 13, 2009 at 3:12 PM, Michel Thadeu
Sabchuk wrote:
> I made a script to generate the homepage every x minutes and serve it
> through nginx, I don't have too much RAM :)
this is a really good solution. some benchmarks have shown NginX
performance when serving static files comparable to
Hi Ramdas,
> I have a web site where around 15 SQL semi complex queries run on the home
> page. Traffic is increasing and the page loads are getting slower. What is
> the best way to cache just the home page. I have already done standard
> memcached on the server.
I'm still learning about cachin
I have a web site where around 15 SQL semi complex queries run on the home
page. Traffic is increasing and the page loads are getting slower. What is
the best way to cache just the home page. I have already done standard
memcached on the server.
Please suggest the best caching options, where we ca
8 matches
Mail list logo