Using Object Storage for Assets Files
-
Hello, My main problem is how will I use DigitalOcean Object Storage for my wordpress’s static files and also themes files such as css,html,js etc with CDN and optimized functionality.
I have successfully solved this issue of images with a plugin, but now i need the solution for other asset files and where the asset files are linked, because after uploading the asset files to the object storage I need to modify the links to work in the website.
Again,
I want to store my wordpress theme asset files or wordpress asset files into DigitalOcean Object Storage.I have successfully implemented the system for wp-content/uploads files to store those library images into DigitalOcean Object Storage through a plugin.
Now, I just want to transfer my other css, js, images files into Object Storage and load them from the Object Storage link?
How Can I do that ?
As an example,
there are some files in wp-includes > css, js, images
Where are these files are used and how the links of these files are working?
Now How can I upload these files to my object storage and load from the object storage link? Is there any plugin out there? or Do I need to change anything manually ?
Please any help from wordpress developers would be appreciated.
- The topic ‘Using Object Storage for Assets Files’ is closed to new replies.