Hi, is there any way freelarum can take advantage of free cdn like cdn.statically.io and jsdelivr.com ?
Statically is very efficient for image files, it will help ease the burden on the server and deliver it faster , and sure it's free. ( I've noticed that freeflarum, imgbb and imgur's servers don't seem to be near Southeast Asia. This causes the forums here to slow down at sometimes of the year, although it does have cache help. ) - all you need to do is add https://cdn.statically.io/img/ before the image prefix.
- For : Example:
https://cdn.statically.io/img/i.imgur.com/sk8Nj1u.jpeg
Jsdelivr is similar, but with js and css files
I tried using js replace to do this by adding it to the <head> tag but the system doesn't seem to allow it.