mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 23:20:19 +00:00
1 line
4.9 KiB
JSON
1 line
4.9 KiB
JSON
[{"user_id": 1, "stars": [{"date_created": 1299466054.5753379, "user_id": 719}, {"date_created": 1299467196.7723711, "user_id": 4581}, {"date_created": 1299467809.247551, "user_id": 927}, {"date_created": 1299470571.2976551, "user_id": 548}, {"date_created": 1299472648.208566, "user_id": 5778}, {"date_created": 1299507208.5602019, "user_id": 7179}, {"date_created": 1299508342.8993659, "user_id": 14024}, {"date_created": 1299525896.3560579, "user_id": 15292}, {"date_created": 1299526770.9264629, "user_id": 1376}, {"date_created": 1299663290.086906, "user_id": 13912}], "topic_id": 11207, "date_created": 1299466006.583874, "message": "Yes and hell yes :)", "group_id": 81, "id": 283615}, {"user_id": 1376, "stars": [], "topic_id": 11207, "date_created": 1299465534.4350879, "message": "Been out of the django world for a while. Is this still a thing? Still useful?", "group_id": 81, "id": 283577}, {"user_id": 1736, "stars": [], "topic_id": 11207, "date_created": 1299472561.452908, "message": "I still haven't actually found a use for it, but I also seem to keep working on Django apps that aren't based on HTML >_<", "group_id": 81, "id": 285195}, {"user_id": 6894, "stars": [], "topic_id": 11207, "date_created": 1299490150.9736581, "message": "I hardly ever turn it on, but sometimes when I'm doing performance analysis ...", "group_id": 81, "id": 286483}, {"user_id": 6894, "stars": [], "topic_id": 11207, "date_created": 1299490152.9688339, "message": "the panel that shows all the SQL queries with their template origins is invaluable", "group_id": 81, "id": 286484}, {"user_id": 7179, "stars": [{"date_created": 1299526780.5468841, "user_id": 1376}], "topic_id": 11207, "date_created": 1299507231.7314889, "message": "Yes, and also the template with all the contexts variables!", "group_id": 81, "id": 287710}, {"user_id": 3580, "stars": [], "topic_id": 11207, "date_created": 1299530632.9883609, "message": "We do so many async requests that the sidebar isn't that handy.. but I LIVE in the debugsqlshell console that ships w/ debug toolbar. Really handy for evaluating django->SQL stuff.", "group_id": 81, "id": 290900}, {"user_id": 225, "stars": [], "topic_id": 11207, "date_created": 1299535118.343257, "message": "What I really want is to enable SQL statement tracking on a per request basis, so I could usefully run django toolbar in production :(", "group_id": 81, "id": 291860}, {"user_id": 927, "stars": [], "topic_id": 11207, "date_created": 1299538233.9475081, "message": "@t You could try some sort of monkey-work (e.g. https://github.com/acdha/django-performance-tools/blob/master/performance_tools/query_counts.py) but you'd want to make it *extremely* focused to avoid breaking things or chewing RAM on your server. I'd be tempted to recommend some sort of query replay feature instead so you could replay production requests against a test server.", "group_id": 81, "id": 292234}, {"user_id": 6894, "stars": [], "topic_id": 11207, "date_created": 1299537496.6764359, "message": "django-toolbar in production would be a nightmare tbh, it does terrible things to performance", "group_id": 81, "id": 292178}, {"user_id": 16551, "stars": [], "topic_id": 11207, "date_created": 1299542053.376498, "message": "@t Perhaps have a look at NewRelic (http://www.newrelic.com/) and see whether it might do want you want were it to support Python. :-)", "group_id": 81, "id": 292524}, {"user_id": 225, "stars": [], "topic_id": 11207, "date_created": 1299610137.283915, "message": "@craigds Right, and for what it collects, it should be free when you don't request it and cheap when you do. It's not because DEBUG=True means \"do things that could never work in production\" like put all SQL statements ever into a single list.", "group_id": 81, "id": 298387}, {"user_id": 12142, "stars": [], "topic_id": 11207, "date_created": 1299648274.914006, "message": "I usually start with it but I don't even develop with DEBUG=True once a project gets sufficiently complicated. I like having quick responses and dump the tracebacks to a log.", "group_id": 81, "id": 302171}, {"user_id": 12142, "stars": [], "topic_id": 11207, "date_created": 1299648370.8024681, "message": "and decorators, middleware and whatnot that can be applied to debug the sql, etc", "group_id": 81, "id": 302178}, {"user_id": 14831, "stars": [], "topic_id": 11207, "date_created": 1299696512.2029221, "message": "does someone know's what are context switches? Context switches\t83 voluntary, 13 involuntary", "group_id": 81, "id": 307434}, {"user_id": 225, "stars": [], "topic_id": 11207, "date_created": 1299696992.9962659, "message": "@anuar The number of times your process stopped running. Voluntary reflects the number of times you blocked (network, time.sleep, etc). Involuntary reflects CPU contention on the server. http://en.wikipedia.org/wiki/Context_switch", "group_id": 81, "id": 307472}, {"user_id": 14831, "stars": [], "topic_id": 11207, "date_created": 1299697299.94997, "message": "@t great, thanks!", "group_id": 81, "id": 307501}] |