]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Avoid excessive remote requests on oEmbed lookups
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 10 Jul 2017 12:41:03 +0000 (14:41 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 10 Jul 2017 12:41:03 +0000 (14:41 +0200)
commit3bc2454e91760469305726cdfb6fd9d9f62eb788
treee9372a63a6e6b78024d96887806354cf30b6ce0c
parenta7df79ac073d3d6dad13cc0fa3cd1224c9bde933
Avoid excessive remote requests on oEmbed lookups

I noticed that each time a notice was accessed it'd do a remote lookup
with HEAD (and continue despite 404 etc.) and then another attempt to
download the resource. If this wasn't successful new attempts would be
made for each loading of the resource, which is extremely resource
intensive.

Whenever we can say "it's been n seconds since the last attempt" we
could probably enable this again - or just manually reload remote
thumbnails (as part of the StoreRemoteMedia plugin etc.)
plugins/Oembed/OembedPlugin.php