Browsers

Speeding Up Chrome by Relocating Cache to RAM Disk on Windows

One of the ways to speed up Google Chrome is to relocate its cache to a different drive. To make the most out of it, you can transfer the cache to a RAM Drive, a virtual disk drive made out of the memory you have on your computer. If you have more than 8GB RAM installed your computer, you should try this to maximize your Chrome performance.

So let’s dive in to find how to set it up.

Installing RAM Disk

RAM Disk for Windows is a free high-performance RAM disk application that lets you have a disk on your computer entirely stored in its memory. Download the tool from SoftPerfect website and install it on your computer.

Setting up the virtual RAM drive

Open up the RAM Disk tool, click the green “+” button, specify the size of the RAM drive, assign a drive letter, select the file system, and type in folder names that will be created in the virtual drive automatically every time it gets mounted. If you have multiple Chrome profiles you use on the computer, type in one name for each profile.

Click OK; a drive will show up in File Explorer with these folders available in there.

Relocating Chrome cache

1. Close Chrome completely.

2. Open a Command Prompt window.

3. Run the following command to delete the Cache folder in your default profile, which usually is the first one your created after you installed the Chrome the first time.

rd /s "%userprofile%\AppData\Local\Google\Chrome\User Data\Default\Cache"

If you have more than one profile in your Chrome, change the Default folder to “Profile 1” for the second profile, and “Profile 2” for the third.

4. Make a symbolic link to the folder in the RAM Drive.

mklink /j "%userprofile%\AppData\Local\Google\Chrome\User Data\Default\Cache" F:\Default

Again, replace “Default’ with “Profile 1” for the second profile and “Profile 2” for the third, so on so forth.

You will see the Cache folder icon with a little arrow on it, indicating it’s a symbolic link folder.

5. Restart Chrome. And you are all set.

Bonus tip

Content in this type of RAM Disk will get cleaned out whenever the computer reboots. If you don’t want to keep your cache for a longer period of time, you can create a RAM Disk with an image associated with so that the content can be preserved in the image during the reboot.

edge

Share
Published by
edge

Recent Posts

Disable Copilot on Windows 11 via Group Policy GPO

If using Copilot right from the Taskbar isn't your thing, you should disable it. Even…

1 month ago

Setting Default Fonts in Word, Excel, Outlook, and PowerPoint via Group Policy

In an environment where standardizing things does matter, setting default fonts in Microsoft Office apps…

2 months ago

Wake-On-LAN (WOL) with Windows and PowerShell

Wake-On-LAN is a networking standard that lets you wake up a computer from either a…

2 months ago

How To Remove Restrictions Set in A Password-Protected PDF File

First of all, this is not to bypass a PDF file that requires a password…

2 months ago

How To Move My Outlook Navigation Bar Back From Left Back To the Bottom

Microsoft has been lurking about the idea of placing the Outlook navigation bar to the…

1 year ago

Headset with Microphone Echoing My Own Voice on Windows, What To Do?

One colleague came up to me the other day asking me to take look at…

1 year ago