pluralsight / guides-cms

DEPRECATED - Markdown based CMS with Github repository as persistent storage
http://www.pluralsight.com/guides/
GNU Affero General Public License v3.0
108 stars 35 forks source link

Improve faq loading #60

Closed durden closed 8 years ago

durden commented 8 years ago

Went ahead and implemented the API/async approach since it was pretty easy. This still can hang a request on our server for a few seconds while we wait for the heroku instance to spin up. However, the page itself will load first. Now the users can start reading the text and we'll deal with the inessential slack stats in the background.

durden commented 8 years ago

Opened this one too soon before rebasing so 2 extra commits were in here. Opened a new one here #61.