Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Looks clean and objective. Congrats!

Quick question. What do you use Stripe for?

And if I may, I would move this stripe <script> tag to the bottom of <body>. Should speed up DOM loading: https://i.imgur.com/0X93EHy.png



Thanks for the tip! Wasn't sure where the DOM was lagging.

For your question, if you register an account, you can't post a recipe unless you upgrade to a premium account. I'm not expecting anyone to actually pay for this feature, I just put it up to prevent anyone from spamming images. Every user is able to comment on recipe pages though.


You can also use the `defer` attribute on script and put it in inside `<head>`.

  <head>
    <script defer src="/src.js"></script>
  </head>


Nice one, thanks!


Cool. All the best to you. o/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: