Hacker News new | ask | show | jobs
by mjhea0 1508 days ago
Thanks!

I do load the GA and Stripe data asynchronously via XHR requests. The initial load does take quite a bit of time. After that, I cache the results to the database and load from there first so subsequent loads are much quicker.

Do you think htmx would help with this still?