question

AdminSRV-4136 avatar image
0 Votes"
AdminSRV-4136 asked JDG-6133 commented

addition to redirections.xml

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-server-fslogix
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

LeilaKong-MSFT avatar image
0 Votes"
LeilaKong-MSFT answered

Hello @AdminSRV-4136 ,

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://docs.microsoft.com/en-us/fslogix/manage-profile-content-cncpt

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

AdminSRV-4136 avatar image
0 Votes"
AdminSRV-4136 answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

LeilaKong-MSFT avatar image
0 Votes"
LeilaKong-MSFT answered

Hello @AdminSRV-4136 ,

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

LeilaKong-MSFT avatar image
0 Votes"
LeilaKong-MSFT answered

Hello @AdminSRV-4136 ,

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

EddyHorsting-0789 avatar image
0 Votes"
EddyHorsting-0789 answered JDG-6133 commented

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>
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello @EddyHorsting-0789 ,

Thanks for your cooperation. Have you tested if there's any influence to the users with this exclusion?

0 Votes 0 ·

Have you tried this? Any issues so far?

0 Votes 0 ·