[Guide] Better loading times
	
	
		
This post contains instructions on how to improve long loading times.
 
What is the issue?
-  Loading of the games is stuck at specific parts
 
-  Loading takes longer than "some" minutes
 
-  File size is too big for the browser (browser.cache.disk.max_entry_size 51200)
 
Workaround (Chrome, Chromium, Opera and Vivaldi):-  Right click on the Chrome, Chromium, Opera and Vivaldi application (on your desktop)
 
-  Click on settings
 
-  You will see a "target"-line under the "shortcut" tab
 
-  In this target-line scroll to the end and put one space after the text (DO NOT DELETE THE TEXT)
 
-  Add --disk-cache-size=1000000000 to the parameter
 
- We need to add an addition for Chrome:
--disk-cache-size=5000000000 --media-cache-size=5000000000 --disk-cache-dir="C:\chrome_cache 
-  Click on "apply" and reload the game
 
https://i.ibb.co/5MbZ2rQ/TSO-Chrome-Fix.jpg
Workaround (Firefox):-  Open Firefox
 
-  Enter about:config into the adressline and hit enter
 
-  A warning will appear, if you accept the risk click on "I accept"
 
-  Search for: browser.cache.disk.smart_size.enabled and change it to "false"
 
-  Search for: browser.cache.disk.capacity and double click on that line
 
-  Change the number to: 1048576
 
-  Search for: browser.cache.disk.max_entry_size and double click on that line
 
-  Change the number to: 131072
Once you changed this, make sure to not clear the cache - except it was clearly stated by the Community Team or Support. Any cache clear will reload the big files and can create for once a slightly longer loading time. However, with this workaround it should not be stuck anymore. 
Additionally, you can use the official Slim-Browser as this application is specialised in a better loading behaviour.
Note: This post provides a quick overview to avoid the issue, offer a workaround or collect more information.
For additions or questions about this post please contact us directly via forum message.
	 
 
	
	
	
		[Guide] Better loading times
	
	
		Mac users don't have shortcuts, so you can't do the browser customizations mentioned above there.
We have also received a temporary solution for Mac users.
The Firefox Tip also works on the Mac. 
For Chrome:
In the terminal
	Code:
	
defaults write com.google.Chrome DiskCacheSize -int 1024288000
  If you want to check in Chrome if the cache settings worked. Enter the following in the URL line:
 If you run on defaults, nothing should appear. If the cache was changed manually, the following should appear:
	Code:
	
Policy name
Value of the Directive
Well
Applies to
Plane
Status
DiskCacheSize
1024288000
Platform
Computer
Recommended
Okay
(with formatting)