Back
Marc Köhlbrugge
Load previous page…
Disable all scheduled jobs in the Heroku app as they were still be executed post-migration even though I removed all dynos
#wip
Disable Skylight because everything seems to run smoothly post-migration to Render and it's not worth keep spending $50/mo
#betalist
Disable Skylight because I pay about $250/mo for it just for
#startupjobs and I only occasionally check it
Remove GIF suggestion when uploading images, because a lot of people upload huge GIFs that are a hassle to deal with
#betalist
Use JS to instantly update like and follow buttons when clicked so you don’t have to wait for the turbo frame to update
#wip
Use Turbo Frames for follow buttons. This means their state is loaded asynchronously which will allow me to cache more parts of the site
#wip