The website is built with WP, It is just a small blog right now, where it has some documents like pdf, jpg.
As planned to add more documents.
Use-case: Using Rclone with GD to act as a "local" drive for the site.
It seems ok sometimes since the pdf file can be imported into WP media library, then showcases in the page.
Some pdf files failed to load while the (WP) page is done loading. (My understanding:1. the files failed to imported into WP media library. or 2. rclone failed to mount the files), But I can't say for sure.
Or there is better config when using the mount with rclone.
It's not a good idea use Gdrive to mount a Website. Since --transfers default to 4 , you will have slow speeds.
Well that's my understanding for rclone mount.
Unless you have the html/WP files as stored locally, and the "big pdf " files linked are Gdrive Mounted, you will have to fine-tune according to each use case.
the --transfers should not be an issue, when using --vfs-cache-mode=full.
once rclone downloads a file for the first time, rclone will cache it locally in the vfs file cache.
the amount of time that the file will stay in the vfs file cache can be tweaked.