...
Understand the load we are able to handle with the discussion API for when the mobile app is released.
- What can the server handle?
- What kind of usage patterns will be introduced with the mobile app?
- Understand the the overhead between the discussion API and the ruby forums code.
- Does the Discussion API perform better, worse, or on par with the browser's forums?
- What does the forums performance look like in general?
Endpoints:
- /courses/(course_id)/
- GET
- /course_topics/(course_id)
- GET
- /threads/
- /threads/(thread_id)
- /comments
- /comments/(comment_id)
...