1ec5 left a comment (openstreetmap/openstreetmap-website#6641)

I agree that a server-rendered page would help us sustain the existing Overpass 
backend. I assume it wasn’t originally built with server-side rendering because 
of the additional indirection and poorer caching characteristics (no one clicks 
on exactly the same coordinates twice). Moving it to the server side would 
eliminate not only the redundant tag matching code but also the redundant 
element labeling code, which only exists for the query results. However, I’d 
hesitate to put much effort into such a change because there’s already [talk of 
replacing](https://github.com/openstreetmap/openstreetmap-website/issues/6234#issuecomment-3678687993)
 the Overpass-based implementation with 
[Spyglass](https://github.com/openstreetmap/operations/issues/1313), which 
could require client-side code for describing features anyways.

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

Message ID: 
<openstreetmap/openstreetmap-website/issues/6641/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to