Skip to main content

Comments

  • G

    This is really great, however the one concern is doing this at scale. If you have thousands of people hitting the page, that API call would hit Bevy API limits.

    I would highly recommend moving to Webhooks so as not to increase the load on the API. However, this does mean that you'd need to store the data somewhere before surfacing it on this page.

    0
  • Ana Bublay

    Thanks G! Aside from using webhooks, that concern could also be solved by adding cache to the script. 

     

    0

Please sign in to leave a comment.