Back
Marc Köhlbrugge
Load previous page…
Use new Pagy update which disables eager-loading so fragment cache actually works. Dropping response times by 23%
#buildinpublic
Change default currency to USD in Stripe, so my dashboard is actually useful
Use custom Picasso API to fetch image metadata instead of imgix API, so we can move to imgproxy later
#betalist
Save original tweet JSON in separate table so we can remove it from the main table soon (to speed up queries)
#buildinpublic
Stop using Pagy Countless extra as it does a .to_a which eager loads the whole collection making our fragment cache useless
#buildinpublic
Add more data to my image API like dimensions and animated or not
#picasso
Allow products to be archived so they are hidden from most pages
#wip h/t @divyenduz @alexanderkluge