tighten / gistlog

GistLog - simple, easy blogging based on GitHub gists

Home Page:https://gistlog.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load comments via AJAX so the initial page load isn't slow

mattstauffer opened this issue · comments

Once a page has been loaded the cache makes it fast.
But first load on a page with a lot of comments is super slow because each comment has to be passed individually to the GitHub comment parser.

This would basically be a Vue component that hits an API endpoint on Gistlog, and that API endpoint would do exactly what the current call to get the comments is doing.

This was completed in #149

Was there anything more that would be needed here?

Whoops! Thanks!