Mobile app version of vmapp.org
Login or Join
Mendez628

: Is a 404 on a non displaying files a problem One of my clients web pages has a error in the theme which calls a redundant .css file that does not exist. The page however, looks fine. Thus

@Mendez628

Posted in: #Error

One of my clients web pages has a error in the theme which calls a redundant .css file that does not exist. The page however, looks fine. Thus the client is not willing to have the error fixed. What reasons can be given for fixing the error when it does not cause any issues with the page display.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Mendez628

2 Comments

Sorted by latest first Latest Oldest Best

 

@Radia820

Http calls have the biggest single impact on front end performance, reducing them should be a priority for every webmaster (even just that one little one that's 404'ing).

From Yahoo's performance guidelines:-


80% of the end-user response time is spent on the front-end. Most of
this time is tied up in downloading all the components in the page:
images, stylesheets, scripts, Flash, etc. Reducing the number of
components in turn reduces the number of HTTP requests required to
render the page. This is the key to faster pages.


If you can't fix it, at least put a blank CSS file in the right place so you don't waste time with 404's for it.

10% popularity Vote Up Vote Down


 

@Ogunnowo487

In regards to the mega SEO engine that is Google....
googlewebmastercentral.blogspot.com/2011/05/do-404s-hurt-my-site.html
Basically, no. It does not hurt anything, including your SEO priority.

You could argue that it wastes a few milliseconds generating that 404....

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme