You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason we reverted this change was because it was taking way too long to load the mirror blog posts. It caused the first-page-load to be a very subpar experience as it made the API calls.
Definition of done
option 1
not significantly impact the initial page load
update the website homepage within a 24 hour window of publishing a blog post
option 2
implementing an approach that deprecates the need for this
Some ideas:
Have a cron schedule / nightly that queries the API and rebuilds the blog posts locally, perhaps a sed replace over the file BlogSection.tsx, and re-publishes the website.
Completely move to another blogging platform -> this would warrant discussion with the team and some clear arguments of why the change could be beneficial
Some reasons it could be beneficial: improvement in SEO on our site, could look more official having the blog on a proper taiko.xyz domain
Chat with @je4nt0nic / team to see if we even need blog posts on the home page or if we should put something else there.
The text was updated successfully, but these errors were encountered:
Summary
We have attempted this before by querying ARWeave. Please see:
The reason we reverted this change was because it was taking way too long to load the mirror blog posts. It caused the first-page-load to be a very subpar experience as it made the API calls.
Definition of done
option 1
option 2
Some ideas:
BlogSection.tsx
, and re-publishes the website.The text was updated successfully, but these errors were encountered: