No Hard Coded Reliance On External Sites
-
I would like to request the ability to remove external requests to googleapis.com and to gravatar.com.
I would like to request that the WordPress developers NEVER hard code requests to external sites in the future unless they build in a way to easily shut this off.
Doing some searching, it looks like plenty of other people have wanted the same thing I do. So why in the world would the WordPress developers force external requests to other sites we do not want to use?
If I try to develop a theme when my computer is not connected to the internet, loading hangs or never finishes as a result of these UNWANTED external requests.
As far as Google Fonts goes, my understanding is that the font is open source and can be distributed. If that is the case, then there is no reason to have a request to an external site as the font file could be bundled with the theme and served from the website itself.
In my opinion, it is pure stupidity to code a script that will not load properly unless it can successfully access an external resource that is unnecessary and may not be wanted by the site owner. What would happen if fonts.googleapis.com were inaccessible for whatever reason? (Google’s DoubleClick network suffered an outage the other day, so it can happen.) It is beyond stupid to make hundreds of thousands of sites (if not millions) dependent on an external resource like that when there is no good reason for it.
So I found away to disable fonts.googleapis.com or so I thought. Turns out that only works on the front end and not on the admin area. So I had to do more searching. I wasted hours on this, which is something that should have never been in the first place.
So in the future it would be great if WordPress were developed so as to not hard code dependencies to external sites.
Thanks.
- The topic ‘No Hard Coded Reliance On External Sites’ is closed to new replies.