addition to redirections.xml

AdminSRV 1 Reputation point
2021-04-09T09:23:51.987+00:00

Hi all,

Can anyone advise me, we have a customer using fslogix and their profile containers are starting to bloat the main cause is this:

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

Does anyone think it would safe to add to the redirections.xml file as an exclusion? Or will this cause chrome issues for the user after logoff and logon etc

thanks in advance.

steve

Windows for business Windows Client for IT Pros User experience FSLogix
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. Leila Kong 3,706 Reputation points
    2021-04-12T03:20:26.77+00:00

    Hello @AdminSRV ,

    It depends on the user's environment. Some exclusions may impact functionality, stability and performance. Please Ensure that the Redirections.xml that you implement in your environment is well tested before moving into production.

    Links:
    https://learn.microsoft.com/en-us/fslogix/manage-profile-content-cncpt

    0 comments No comments

  2. AdminSRV 1 Reputation point
    2021-04-12T07:44:26.5+00:00

    I understand that but it is difficult to have real-world testing without putting it into production for a select number of users.

    I was wondering if other experienced the same or had experience with excluding that folder.

    0 comments No comments

  3. Leila Kong 3,706 Reputation points
    2021-04-13T08:09:17.783+00:00

    Hello @AdminSRV ,

    How did the customer identify the main cause of fslogix profile bloating is due to this folder: AppData\Local\Google\Chrome\User Data\Default\Service Worker\CacheStorage?

    Is there any screenshot about this issue? Thanks.

    0 comments No comments

  4. Leila Kong 3,706 Reputation points
    2021-05-11T06:53:10.053+00:00

    Hello @AdminSRV ,

    How are things going there on this issue?
    Please let me know if you would like further assistance.

    0 comments No comments

  5. Eddy Horsting 1 Reputation point
    2021-05-12T13:46:17.697+00:00

    We excluded all Chrome and Edge cache from FSlogix:

    <Exclude Copy="0">AppData\Roaming\Microsoft\Edge\User Data\Default\Service Worker\CacheStorage</Exclude>
    <Exclude Copy="0">AppData\Roaming\Microsoft\Edge\User Data\Default\Service Worker\ScriptCache</Exclude>
    <Exclude Copy="0">AppData\Local\Microsoft\Edge\User Data\Default\Default\Code Cache</Exclude>
    <Exclude Copy="0">AppData\Local\Microsoft\Edge\User Data\Default\Default\Cache</Exclude>
    <Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Default\Default\Code Cache</Exclude>
    <Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Default\Default\Cache</Exclude>
    

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.