I have external files like images and .js
files that some times because of server load or server down-time external files didn't load at all or load very very slow and slow down my main page loading.
I want limit load time (decrease time-out) for specific external file type
example :
original host : www.site.com
external host : www.external.com
when user open's www.site.com it try to load test.jpg file from external.com (that is currently down)
and it makes site.com load very slower then usual.
I want to limit load time I mean when a external file takes more then like 15 seconds just shutdown the request and load rest of website without external file.