How do I improve this mount config? what am i doing wrong?

So instead of removing should I use a cache remote?
The chunk paths are aimed such because I would like to keep all this to my E Drive as it has the most storage for any sort of stuff.

How should the cache file be?
[awoo-cache]
remote = ConfigName:
chunk_size = 128M
info_age = 48h
chunk_total_size = 50G

you can pre-cache the mount. and re-cache it on the fly, as needed.
Google Drive, Plex, Windows 10 - #5 by VBB

I read your given post and found these
--attr-timeout 1000h --dir-cache-time 1000h --poll-interval 5m
This should keep the attributes, dir structure cached for 1000hours and check for changes to these once every 5 minutes, correct?

And I saw the line that says
C:\rclone\rclone rc vfs/refresh recursive=true --timeout 10m
Which seems to update the dir cache completely? or does it "generates" the structure by going through it all?
I am a little confused here on this command.