This is my personal site: https://satran.in
I have jumped from tumblr to github pages and finally writing my own server. I wrote my experience on writing my own server here: https://satran.in/b/i_serve_this_site_from_ram
tl;dr I wrote a simple server in Go to serve the site from RAM.
Great to hear. Mostly 90-150ms. Though my feed.xml takes about 300-500ms. I’m surprised that it takes 600ms for you. Although I’m just serving static pages.
Yeah the slowdown seems to be related to Go’s XML encoder being weird. I don’t think it’s an issue however, most of the time the RSS feeds are scraped by machines.
I clicked on one of the topics at the top, the page scroll to the topic in question, but I couldn’t use the back button to go back up. How about <a href="#fight-for-patero">?
This is my personal site: https://satran.in I have jumped from tumblr to github pages and finally writing my own server. I wrote my experience on writing my own server here: https://satran.in/b/i_serve_this_site_from_ram tl;dr I wrote a simple server in Go to serve the site from RAM.
I serve my site from ram too! How fast do you get it to render pages? I’m at around 600 microseconds most of the time.
Great to hear. Mostly 90-150ms. Though my feed.xml takes about 300-500ms. I’m surprised that it takes 600ms for you. Although I’m just serving static pages.
I probably need to profile that route, 600 MS is a bit odd but it might be because go’s encoding/xml is slow
Yeah the slowdown seems to be related to Go’s XML encoder being weird. I don’t think it’s an issue however, most of the time the RSS feeds are scraped by machines.
Interesting, though I expected a manifesto for minimalists to be more minimal. :)
1.4MB for a minimal manifesto page :) LOL!
That manifesto needs to follow this manifesto: http://brandon.invergo.net/news/2013-03-10-Anti-web-design-Manifesto.html
I clicked on one of the topics at the top, the page scroll to the topic in question, but I couldn’t use the back button to go back up. How about
<a href="#fight-for-patero">
?