Does anybody know why a “not found” search would be included in my server log capacity usage details?
I’ve been trying to optimize a page and on first inspection I felt like I had found the culprit. It was in the reusable header that was placed on the page. I removed the header, and my page performance improved.
On that first inspection the searches in the header were taking up nearly 90% of the capacity usage, which is why I deleted it. Then on second attempt I saw one of the searches still present in the pie chart. I then deleted the containing group that housed the reusable header element from the page and tested again.
On inspection I found this (not found) object taking up 10% of the capacity usage…my thought is it is somehow still referencing to the deleted reusable header element.
Why would things no longer on the page and not able to be found by the inspector be taking up a portion of the server capacity usage?
@eve any ideas on this?