BlueMap-Minecraft / BlueMap

A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.
https://bluecolo.red/bluemap
MIT License
1.89k stars 130 forks source link

Performance Isuues? #158

Closed EsserGaming closed 3 years ago

EsserGaming commented 3 years ago

BlueMap Version: WebServer

Description: Bug fix performance suggestion: Hi, I looked in the webconsole and saw a whole bunch of 404 errors, maybe you can fix that and that might help with performance. Picture below: Screenshot 2021-02-05 130843

TBlueF commented 3 years ago

Those 404s are intended, handled perfectly by the web-app .. the browsers are just logging them and there is no way to turn that off. So this is not a performance issue at all.

I plan on adding a dummy-response that the webservers can send instead of a 404 to signal a missing/empty tile so it gets rid of that error in the logs because it seems to bug people.

That's not the topic of this issue tho, so i'll just close this :)