Files
2012-02-21 01:15:00 -05:00

1 line
2.2 KiB
JSON

[{"user_id": 12716, "stars": [], "topic_id": 14072, "date_created": 1300633488.649169, "message": "Also when I've read about caching it seems it is only recommended for larger sites. The site this for did 230K pageviews in the last 30 days.", "group_id": 81, "id": 392191}, {"user_id": 12716, "stars": [], "topic_id": 14072, "date_created": 1300633167.416796, "message": "Can anyone recommend a simple way to cache json api requests in Django? I've never done any work with caching but only want to cache a couple of api requests.", "group_id": 81, "id": 392183}, {"user_id": 12716, "stars": [], "topic_id": 14072, "date_created": 1300634695.044718, "message": "Looking to \"Die in a Fire\" http://www.eflorenzano.com/blog/post/drop-dead-simple-django-caching/", "group_id": 81, "id": 392224}, {"user_id": 5863, "stars": [], "topic_id": 14072, "date_created": 1300636500.9681201, "message": "Their are lots of different types and places that caching makes sense. It's not really just something for large sites, I'd guess whoever made that recommendation was probably commenting more on it being sometimes tricky to get right without unintended side-effects", "group_id": 81, "id": 392308}, {"user_id": 5863, "stars": [], "topic_id": 14072, "date_created": 1300636414.216902, "message": "when you say \"cache requests\" do you mean your app might make several requests for the same external json document and you want to cut down on that by caching the json locally. Or that others make requests of you and you don't always want to generate the response from scratch?", "group_id": 81, "id": 392303}, {"user_id": 12716, "stars": [], "topic_id": 14072, "date_created": 1300637484.1583071, "message": "I want cut down on the requests my application is making.", "group_id": 81, "id": 392411}, {"user_id": 5863, "stars": [], "topic_id": 14072, "date_created": 1300636528.791523, "message": "I'd start with reading the Django docs on the subject: http://docs.djangoproject.com/en/dev/topics/cache/", "group_id": 81, "id": 392311}, {"user_id": 12716, "stars": [], "topic_id": 14072, "date_created": 1300637499.4198861, "message": "This is helping me decide. http://codysoyland.com/2010/jan/17/evaluating-django-caching-options/", "group_id": 81, "id": 392414}]