Enhancement Request: RAM disk use – auto create DOCKET_CACHE_PATH
-
I’m looking to scale out the plugin use on multiple WP sites running on a single Windows IIS server. I’m successfully using StarWind’s RAM Disk and an OS boot up script:
Get-Disk -FriendlyName 'STARWIND RAM DISK' | Initialize-Disk -PartitionStyle GPT -PassThru | New-Partition -DriveLetter V -UseMaximumSize
Format-Volume -DriveLetter V -FileSystem FAT32 -NewFileSystemLabel 'RAM_DISK' -Confirm:$False
New-Item -Path 'v:\' -Name 'cache\docket-cache' -ItemType DirectoryIt would be great to have Docket Cache create the folder path set in a site’s DOCKET_CACHE_PATH variable if it doesn’t exist. My RAM disk initialization OS boot up script would get the base drive and folder created, and Docket Cache would do the rest of the per WP site folder creation for the cache path. Or if you have other suggestions for scaling out… just looking at being able to let the plugin do the final work instead of updating a boot up script with each new site.
Thank you for your consideration.
The page I need help with: [log in to see the link]
- The topic ‘Enhancement Request: RAM disk use – auto create DOCKET_CACHE_PATH’ is closed to new replies.