|
|
|
|
|
by borgatov
3928 days ago
|
|
First of all thanks for the feedback, I always love when critics are useful.
I try to go point by point.
We took a conscious decision disabling the scrolling wheel as zoom in/out because otherwise it would have triggered too many "refine searches". In addition today the search is even slower due to the huge traffic we're getting and it's definitely something we should work on.
But I agree, the map is definitely something we should work on. Regarding the landing page I think it's still a speed problem, but I'll take a closer look to this. Thanks again. |
|
Tip: Any operation that's reliant on mouse events should be throttled or debounced -- they are just too noisy. For mapping, I have done debounces as long as two seconds without the delay being obvious. I suspect due to the style of user interaction in combination with the loading animations from the map itself.