fslogix exclusions

AdminSRV 1 Reputation point
2021-04-09T09:49:14.39+00:00

Hi all,

We have a customer using fslogix and their profile container is starting to bloat due to this folder:

AppData\Local\Google\Chrome\User Data\Default\Service Worker\CacheStorage

Do anyone know if it is safe to add to the redirectons.xml file as an explusions without breaking chrome or losing their chrome data?

thanks in advance.

Steve.

FSLogix
FSLogix
A set of solutions that enhance, enable, and simplify non-persistent Windows computing environments and may also be used to create more portable computing sessions when using physical devices.
488 questions
0 comments No comments
{count} votes

6 answers

Sort by: Most helpful
  1. Daniel Viklund 12 Reputation points
    2023-02-25T23:36:33.5333333+00:00

    Hi,

    Have been excluding that folder for years, never had any complains from users.

    This is the paths I exclude for Chrome

    	<Exclude Copy="0">AppData\Roaming\Chrome\PepperFlash</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\pnacl</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Default\Code Cache</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Default\Cache</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Default\GPUCache</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Default\Application Cache</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Default\IndexedDB</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Default\Service Worker\CacheStorage</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Profile 1\Code Cache</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Profile 1\Cache</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Profile 1\GPUCache</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Profile 1\Application Cache</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Profile 1\IndexedDB</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Profile 1\Service Worker\CacheStorage</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Profile 2\Code Cache</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Profile 2\Cache</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Profile 2\GPUCache</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Profile 2\Application Cache</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Profile 2\IndexedDB</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Profile 2\Service Worker\CacheStorage</Exclude>
    	<Exclude Copy="0">AppData\Roaming\Chrome\Snapshots</Exclude>
    
    1 person found this answer helpful.
    0 comments No comments

  2. Leila Kong 3,696 Reputation points
    2021-04-12T03:08:38.313+00:00

    Hello @AdminSRV ,

    The redirections.xml file instructs the FSLogix agent to redirect specific folders out of the profile container and into the local C: drive. Any part of the profile that is excluded is deleted at sign-out.

    It is important to understand the performance impacts of implementing exclusions for Profile Containers. Ensure that the Redirections.xml that you implement in your environment is well tested before moving into production.

    Links:
    https://video2.skills-academy.com/en-us/fslogix/manage-profile-content-cncpt
    https://github.com/aaronparker/FSLogix/blob/main/Redirections/README.MD

    Best regards,
    Leila

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. Leila Kong 3,696 Reputation points
    2021-05-14T09:39:10.327+00:00

    Hello @AdminSRV ,

    How are things going there on this issue? Have you tested if there's any influence to the users after excluding all Chrome and Edge cache from FSlogix?

    0 comments No comments

  4. Gerald Winkler 1 Reputation point
    2021-07-05T15:23:56.487+00:00

    Hi,
    we have the same problem with the "Service Worker/CacheStorage" Folder. Have you excluded it from your Profiles. What was yout experience?

    0 comments No comments

  5. Maciej Szymanowski 1 Reputation point
    2022-03-29T18:20:58.82+00:00

    Hi guys

    We have added the above locations and more to the redirections.xml file and we are in process of testing if Chrome/EDGE don't complain about it. I will let you know the outcome of the test in a week or so.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.