Moving Chrome cache folder?












5















I was wondering if moving the cache folder in chrome(Win7x64) to a ramdisk drive will improve the performance of cached flash player files/games?
If so, What would be the easiest way to do this? I'm assuming that I will have to move the folder, and then change the directory in chrome to point to the new folder location.
I already created the Ram drive, and moved the Chrome Temp files to it successfully, but the flash files are not located in the chrome temp directory.
Any thoughts would be helpful, thanks.










share|improve this question





























    5















    I was wondering if moving the cache folder in chrome(Win7x64) to a ramdisk drive will improve the performance of cached flash player files/games?
    If so, What would be the easiest way to do this? I'm assuming that I will have to move the folder, and then change the directory in chrome to point to the new folder location.
    I already created the Ram drive, and moved the Chrome Temp files to it successfully, but the flash files are not located in the chrome temp directory.
    Any thoughts would be helpful, thanks.










    share|improve this question



























      5












      5








      5


      7






      I was wondering if moving the cache folder in chrome(Win7x64) to a ramdisk drive will improve the performance of cached flash player files/games?
      If so, What would be the easiest way to do this? I'm assuming that I will have to move the folder, and then change the directory in chrome to point to the new folder location.
      I already created the Ram drive, and moved the Chrome Temp files to it successfully, but the flash files are not located in the chrome temp directory.
      Any thoughts would be helpful, thanks.










      share|improve this question
















      I was wondering if moving the cache folder in chrome(Win7x64) to a ramdisk drive will improve the performance of cached flash player files/games?
      If so, What would be the easiest way to do this? I'm assuming that I will have to move the folder, and then change the directory in chrome to point to the new folder location.
      I already created the Ram drive, and moved the Chrome Temp files to it successfully, but the flash files are not located in the chrome temp directory.
      Any thoughts would be helpful, thanks.







      google-chrome ramdisk browser-cache






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 16 '15 at 14:36









      Hennes

      59k792141




      59k792141










      asked Jan 17 '15 at 17:05









      MichaelMichael

      116116




      116116






















          1 Answer
          1






          active

          oldest

          votes


















          6














          Testing is probably the best way to see if there is an improvement. To do that, run Chrome with the --disk-cache-dir option specified at the command line with a subdirectory of your choosing that is on the ramdisk. Something like:



          "C:Program Files (x86)GoogleChromeApplicationchrome.exe" --disk-cache-dir=r:chrome_cache (assuming r: is your ramdisk)



          Then try one or more of your games. If that does improve speed (I'm not sure it will), you can try using that profile just for your games, or you can redirect the cache folder of your current profile to the ramdisk. To do the redirect:




          1. Shut down Chrome

          2. Confirm no copies of chrome.exe are running in the background (Chrome does that by default)

          3. Move your cache folder (usually %appdata%..LocalGoogleChromeUser DataDefaultCache) to somewhere on your ramdisk (or just delete it, since caches should be recreated)

          4. from an administrator command prompt, run mklink /D old_cache_folder_location new_cache_folder_location (for instance, mklink /D %localappdata%GoogleChromeUser DataDefaultCache r:chrome_cache)


          Chrome should follow the symbolic link to the new folder. Note you can use --user-data-dir instead if you want to move more than just your cache.






          share|improve this answer


























          • Thanks for your response, Changing the user-data-dir to my ramdisk has made a marked improvement in performance in general web browsing so far, I will be testing the Flash Games later to see how that goes, but I didn't think that the Flash Player Storage folders were stored in the Chrome cache?

            – Michael
            Jan 19 '15 at 1:08











          • Flash Player local storage appears to be under %AppData%MacromediaFlash Player. However, Google bundles its own version of flash player with Chrome, so I'm not sure which directory it uses. You can always search for the most recently added/modified file under %AppData%MacromediaFlash Player and see if anything recent is in there.

            – NextInLine
            Jan 19 '15 at 1:45











          • Thanks, I'm seeing better performance in both Web Browsing, and Game Play, since i moved the Chrome Cache. Looking in the appdata-flashplayer folder, it is empty, so Chrome is storing, and using the flash player files in the Chrome cache folder on the Ram Drive.

            – Michael
            Jan 21 '15 at 12:14











          • Glad to hear. Don't forget to mark the question answered if this works for you.

            – NextInLine
            Jan 21 '15 at 17:37






          • 4





            --user-data-dir moves the entire profile, not just the cache. The switch that answers the question, i.e. moving just the cache, is --disk-cache-dir.

            – underscore_d
            Oct 29 '15 at 9:12











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f866016%2fmoving-chrome-cache-folder%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          6














          Testing is probably the best way to see if there is an improvement. To do that, run Chrome with the --disk-cache-dir option specified at the command line with a subdirectory of your choosing that is on the ramdisk. Something like:



          "C:Program Files (x86)GoogleChromeApplicationchrome.exe" --disk-cache-dir=r:chrome_cache (assuming r: is your ramdisk)



          Then try one or more of your games. If that does improve speed (I'm not sure it will), you can try using that profile just for your games, or you can redirect the cache folder of your current profile to the ramdisk. To do the redirect:




          1. Shut down Chrome

          2. Confirm no copies of chrome.exe are running in the background (Chrome does that by default)

          3. Move your cache folder (usually %appdata%..LocalGoogleChromeUser DataDefaultCache) to somewhere on your ramdisk (or just delete it, since caches should be recreated)

          4. from an administrator command prompt, run mklink /D old_cache_folder_location new_cache_folder_location (for instance, mklink /D %localappdata%GoogleChromeUser DataDefaultCache r:chrome_cache)


          Chrome should follow the symbolic link to the new folder. Note you can use --user-data-dir instead if you want to move more than just your cache.






          share|improve this answer


























          • Thanks for your response, Changing the user-data-dir to my ramdisk has made a marked improvement in performance in general web browsing so far, I will be testing the Flash Games later to see how that goes, but I didn't think that the Flash Player Storage folders were stored in the Chrome cache?

            – Michael
            Jan 19 '15 at 1:08











          • Flash Player local storage appears to be under %AppData%MacromediaFlash Player. However, Google bundles its own version of flash player with Chrome, so I'm not sure which directory it uses. You can always search for the most recently added/modified file under %AppData%MacromediaFlash Player and see if anything recent is in there.

            – NextInLine
            Jan 19 '15 at 1:45











          • Thanks, I'm seeing better performance in both Web Browsing, and Game Play, since i moved the Chrome Cache. Looking in the appdata-flashplayer folder, it is empty, so Chrome is storing, and using the flash player files in the Chrome cache folder on the Ram Drive.

            – Michael
            Jan 21 '15 at 12:14











          • Glad to hear. Don't forget to mark the question answered if this works for you.

            – NextInLine
            Jan 21 '15 at 17:37






          • 4





            --user-data-dir moves the entire profile, not just the cache. The switch that answers the question, i.e. moving just the cache, is --disk-cache-dir.

            – underscore_d
            Oct 29 '15 at 9:12
















          6














          Testing is probably the best way to see if there is an improvement. To do that, run Chrome with the --disk-cache-dir option specified at the command line with a subdirectory of your choosing that is on the ramdisk. Something like:



          "C:Program Files (x86)GoogleChromeApplicationchrome.exe" --disk-cache-dir=r:chrome_cache (assuming r: is your ramdisk)



          Then try one or more of your games. If that does improve speed (I'm not sure it will), you can try using that profile just for your games, or you can redirect the cache folder of your current profile to the ramdisk. To do the redirect:




          1. Shut down Chrome

          2. Confirm no copies of chrome.exe are running in the background (Chrome does that by default)

          3. Move your cache folder (usually %appdata%..LocalGoogleChromeUser DataDefaultCache) to somewhere on your ramdisk (or just delete it, since caches should be recreated)

          4. from an administrator command prompt, run mklink /D old_cache_folder_location new_cache_folder_location (for instance, mklink /D %localappdata%GoogleChromeUser DataDefaultCache r:chrome_cache)


          Chrome should follow the symbolic link to the new folder. Note you can use --user-data-dir instead if you want to move more than just your cache.






          share|improve this answer


























          • Thanks for your response, Changing the user-data-dir to my ramdisk has made a marked improvement in performance in general web browsing so far, I will be testing the Flash Games later to see how that goes, but I didn't think that the Flash Player Storage folders were stored in the Chrome cache?

            – Michael
            Jan 19 '15 at 1:08











          • Flash Player local storage appears to be under %AppData%MacromediaFlash Player. However, Google bundles its own version of flash player with Chrome, so I'm not sure which directory it uses. You can always search for the most recently added/modified file under %AppData%MacromediaFlash Player and see if anything recent is in there.

            – NextInLine
            Jan 19 '15 at 1:45











          • Thanks, I'm seeing better performance in both Web Browsing, and Game Play, since i moved the Chrome Cache. Looking in the appdata-flashplayer folder, it is empty, so Chrome is storing, and using the flash player files in the Chrome cache folder on the Ram Drive.

            – Michael
            Jan 21 '15 at 12:14











          • Glad to hear. Don't forget to mark the question answered if this works for you.

            – NextInLine
            Jan 21 '15 at 17:37






          • 4





            --user-data-dir moves the entire profile, not just the cache. The switch that answers the question, i.e. moving just the cache, is --disk-cache-dir.

            – underscore_d
            Oct 29 '15 at 9:12














          6












          6








          6







          Testing is probably the best way to see if there is an improvement. To do that, run Chrome with the --disk-cache-dir option specified at the command line with a subdirectory of your choosing that is on the ramdisk. Something like:



          "C:Program Files (x86)GoogleChromeApplicationchrome.exe" --disk-cache-dir=r:chrome_cache (assuming r: is your ramdisk)



          Then try one or more of your games. If that does improve speed (I'm not sure it will), you can try using that profile just for your games, or you can redirect the cache folder of your current profile to the ramdisk. To do the redirect:




          1. Shut down Chrome

          2. Confirm no copies of chrome.exe are running in the background (Chrome does that by default)

          3. Move your cache folder (usually %appdata%..LocalGoogleChromeUser DataDefaultCache) to somewhere on your ramdisk (or just delete it, since caches should be recreated)

          4. from an administrator command prompt, run mklink /D old_cache_folder_location new_cache_folder_location (for instance, mklink /D %localappdata%GoogleChromeUser DataDefaultCache r:chrome_cache)


          Chrome should follow the symbolic link to the new folder. Note you can use --user-data-dir instead if you want to move more than just your cache.






          share|improve this answer















          Testing is probably the best way to see if there is an improvement. To do that, run Chrome with the --disk-cache-dir option specified at the command line with a subdirectory of your choosing that is on the ramdisk. Something like:



          "C:Program Files (x86)GoogleChromeApplicationchrome.exe" --disk-cache-dir=r:chrome_cache (assuming r: is your ramdisk)



          Then try one or more of your games. If that does improve speed (I'm not sure it will), you can try using that profile just for your games, or you can redirect the cache folder of your current profile to the ramdisk. To do the redirect:




          1. Shut down Chrome

          2. Confirm no copies of chrome.exe are running in the background (Chrome does that by default)

          3. Move your cache folder (usually %appdata%..LocalGoogleChromeUser DataDefaultCache) to somewhere on your ramdisk (or just delete it, since caches should be recreated)

          4. from an administrator command prompt, run mklink /D old_cache_folder_location new_cache_folder_location (for instance, mklink /D %localappdata%GoogleChromeUser DataDefaultCache r:chrome_cache)


          Chrome should follow the symbolic link to the new folder. Note you can use --user-data-dir instead if you want to move more than just your cache.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 15 at 15:47

























          answered Jan 18 '15 at 22:03









          NextInLineNextInLine

          327410




          327410













          • Thanks for your response, Changing the user-data-dir to my ramdisk has made a marked improvement in performance in general web browsing so far, I will be testing the Flash Games later to see how that goes, but I didn't think that the Flash Player Storage folders were stored in the Chrome cache?

            – Michael
            Jan 19 '15 at 1:08











          • Flash Player local storage appears to be under %AppData%MacromediaFlash Player. However, Google bundles its own version of flash player with Chrome, so I'm not sure which directory it uses. You can always search for the most recently added/modified file under %AppData%MacromediaFlash Player and see if anything recent is in there.

            – NextInLine
            Jan 19 '15 at 1:45











          • Thanks, I'm seeing better performance in both Web Browsing, and Game Play, since i moved the Chrome Cache. Looking in the appdata-flashplayer folder, it is empty, so Chrome is storing, and using the flash player files in the Chrome cache folder on the Ram Drive.

            – Michael
            Jan 21 '15 at 12:14











          • Glad to hear. Don't forget to mark the question answered if this works for you.

            – NextInLine
            Jan 21 '15 at 17:37






          • 4





            --user-data-dir moves the entire profile, not just the cache. The switch that answers the question, i.e. moving just the cache, is --disk-cache-dir.

            – underscore_d
            Oct 29 '15 at 9:12



















          • Thanks for your response, Changing the user-data-dir to my ramdisk has made a marked improvement in performance in general web browsing so far, I will be testing the Flash Games later to see how that goes, but I didn't think that the Flash Player Storage folders were stored in the Chrome cache?

            – Michael
            Jan 19 '15 at 1:08











          • Flash Player local storage appears to be under %AppData%MacromediaFlash Player. However, Google bundles its own version of flash player with Chrome, so I'm not sure which directory it uses. You can always search for the most recently added/modified file under %AppData%MacromediaFlash Player and see if anything recent is in there.

            – NextInLine
            Jan 19 '15 at 1:45











          • Thanks, I'm seeing better performance in both Web Browsing, and Game Play, since i moved the Chrome Cache. Looking in the appdata-flashplayer folder, it is empty, so Chrome is storing, and using the flash player files in the Chrome cache folder on the Ram Drive.

            – Michael
            Jan 21 '15 at 12:14











          • Glad to hear. Don't forget to mark the question answered if this works for you.

            – NextInLine
            Jan 21 '15 at 17:37






          • 4





            --user-data-dir moves the entire profile, not just the cache. The switch that answers the question, i.e. moving just the cache, is --disk-cache-dir.

            – underscore_d
            Oct 29 '15 at 9:12

















          Thanks for your response, Changing the user-data-dir to my ramdisk has made a marked improvement in performance in general web browsing so far, I will be testing the Flash Games later to see how that goes, but I didn't think that the Flash Player Storage folders were stored in the Chrome cache?

          – Michael
          Jan 19 '15 at 1:08





          Thanks for your response, Changing the user-data-dir to my ramdisk has made a marked improvement in performance in general web browsing so far, I will be testing the Flash Games later to see how that goes, but I didn't think that the Flash Player Storage folders were stored in the Chrome cache?

          – Michael
          Jan 19 '15 at 1:08













          Flash Player local storage appears to be under %AppData%MacromediaFlash Player. However, Google bundles its own version of flash player with Chrome, so I'm not sure which directory it uses. You can always search for the most recently added/modified file under %AppData%MacromediaFlash Player and see if anything recent is in there.

          – NextInLine
          Jan 19 '15 at 1:45





          Flash Player local storage appears to be under %AppData%MacromediaFlash Player. However, Google bundles its own version of flash player with Chrome, so I'm not sure which directory it uses. You can always search for the most recently added/modified file under %AppData%MacromediaFlash Player and see if anything recent is in there.

          – NextInLine
          Jan 19 '15 at 1:45













          Thanks, I'm seeing better performance in both Web Browsing, and Game Play, since i moved the Chrome Cache. Looking in the appdata-flashplayer folder, it is empty, so Chrome is storing, and using the flash player files in the Chrome cache folder on the Ram Drive.

          – Michael
          Jan 21 '15 at 12:14





          Thanks, I'm seeing better performance in both Web Browsing, and Game Play, since i moved the Chrome Cache. Looking in the appdata-flashplayer folder, it is empty, so Chrome is storing, and using the flash player files in the Chrome cache folder on the Ram Drive.

          – Michael
          Jan 21 '15 at 12:14













          Glad to hear. Don't forget to mark the question answered if this works for you.

          – NextInLine
          Jan 21 '15 at 17:37





          Glad to hear. Don't forget to mark the question answered if this works for you.

          – NextInLine
          Jan 21 '15 at 17:37




          4




          4





          --user-data-dir moves the entire profile, not just the cache. The switch that answers the question, i.e. moving just the cache, is --disk-cache-dir.

          – underscore_d
          Oct 29 '15 at 9:12





          --user-data-dir moves the entire profile, not just the cache. The switch that answers the question, i.e. moving just the cache, is --disk-cache-dir.

          – underscore_d
          Oct 29 '15 at 9:12


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f866016%2fmoving-chrome-cache-folder%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Probability when a professor distributes a quiz and homework assignment to a class of n students.

          Aardman Animations

          Are they similar matrix