Back
Marc Köhlbrugge
Load previous page…
Rename ID of "Previous advertisers" section from "advertisers" to "previous" so ad blockers don't block it
#betalist
Change advertising terms to show ads 25% of the time instead of 50% so we can run more campaigns at the same time
#betalist
Fix bug where importing a deleted tweet would bring down the whole site lol
#buildinpublic h/t @onerinas
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