I’m running a build on a streaming service in the cloud, when the server is booted up the app runs like a first time app, every time. This means the load times are much longer than running it locally.
How can i find the local cache on my pc to simulate running the build for the first time in the cloud?
I copied the .exe to another PC and it ran as slow as the cloud boot up times but then if you try and run it again it opens in about 2 seconds. No matter if I delete, rebuild, rename, it will now always open in about 2 seconds. I cleared my temp folder, tried to clear project temp files in appdata/local/projectname but I’m not sure which files to clear to get that first time loading experience.
Anyone got any ideas?