Open testa19 opened 4 hours ago
@testa19 is attempting to deploy a commit to the Theo's projects Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
1app5stacks--go-graphql-spa-version | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 17, 2024 2:27pm |
Frontend
Build on top of cookie idea: on first page load prefetches the next pair (and images) and if user reloads or switches around the pages, the voting becomes blazingly fast.
Backend
Code for the Counter cache issue https://github.com/t3dotgg/1app5stacks/issues/4
You would need to update counters, if you had your db populated and Votes were already created:
rails pokemon:update_counters
Added caching to Rails controllers and views
To play with caches in dev
rails dev:cache
(toggles caching on/off)