Undefined/null request spam with proxy.php problem

494
0
03-11-2014 06:16 AM
PaulShahid
New Contributor
Whenever we zoom in to around zoom level 18-19 the ArcGIS Javascript API v3.8 starts making requests to a null and undefined URL. It actually does this so much on Google Chrome on OSX 10.9 that it completely breaks the browser tab. It's making about 1000+ requests/second. If we let it go for too long, it degrades browser performance to the point where we need to close the browser as well. On Firefox on OSX 10.9 it doesn't break the browser tab, but this issue still occurs (looks like firefox blocks that many requests? Idk). On windows on chrome, same issue, but the browser doesn't break, same with IE 9.

We're using a proxy with a PHP back-end. Here's a screenshot of what we're seeing.
[ATTACH=CONFIG]32107[/ATTACH]

Is this a known issue? Does anyone else have this problem? Is there a fix for it?

To reproduce this:

Add a layer to the map.
Open dev console in browser with errors/logging on.
Zoom in to zoom level 19.

This issue doesn't seem to happen when there is only a basemap loaded though, which is baffling.

Side-note: Apparently if a title ends in .php this server won't try to escape the title and tries to find it as a php page. Sounds like it could be a problem!
0 Kudos
0 Replies