Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
Colonel_mortis Posted February 18, 2016 Share Posted February 18, 2016 At the moment, if a {resource} doesn't exist, you return an empty string. This means that the browser will try to use the html document as the resource, which obviously wouldn't work and may, in some browsers, lead to an extra HTTP request for that page, increasing server load. If instead you returned a URL that pointed to an image that displayed an error (or just something like a red square, so that it's visibly broken), at least in designer and dev modes, and which returned status code of 404, it would make it much easier to notice and debug. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.