[openstreetmap/openstreetmap-website] Multi fetch for objects histories (Issue #5008)

Bryan Housel notifications at github.com
Mon Jul 22 17:06:11 UTC 2024


> Can I just clarify here why multiple HTTP requests are a bad thing? With the API being served over HTTP/3, there's not much overhead for multiple separate parallel requests

Each fetch does carry some overhead in the browser.  Firing off a thousand fetches in a browser app like Rapid or iD would fill up the browser's microtask queue.   I guess I can do this though, if there's no other way.  

This might be the cause of the "infiinite conflict checking" bug.
https://github.com/facebook/Rapid/issues/1361
https://github.com/openstreetmap/iD/issues/7199


-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/5008#issuecomment-2243425447
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/issues/5008/2243425447 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240722/012dcbcc/attachment.htm>


More information about the rails-dev mailing list