IIIT-Delhi / findmystuff

http://findmystuff.iiitd.edu.in/
0 stars 3 forks source link

Landing Page load up #18

Closed darkryder closed 9 years ago

darkryder commented 10 years ago

Shift the method of processing the front page. Rather than processing on every request, render it at signals of change in items, and simply render the cached page at requests

jainkshitij commented 10 years ago

Much needed.

magusverma commented 10 years ago

Don't bother about caching for now I feel .. Although it won't be that hard to implement but I dont think its the right time to do it now On 13 Sep 2014 07:57, "Sambhav Satija" notifications@github.com wrote:

Shift the method of processing the front page. Rather than processing on every request, render it at signals of change in items, and simply render the cached page at requests

— Reply to this email directly or view it on GitHub https://github.com/IIIT-Delhi/findmystuff/issues/18.

darkryder commented 9 years ago

@magusverma @kshitj Tested it with 100 items each. approx 300% speedup :smiling_imp: