|
|
|
|
|
by vinceguidry
3561 days ago
|
|
If you're following basic REST guidelines regarding idempotency then, yes, you can "just fix it with a cache." That's the whole point of the guideline. Updates can still take awhile, but you can fix that if you need to with a backend jobs server. Performance should always be in your mind somewhere, but it doesn't always need to be at the forefront. |
|