Problem:
Portability backups are taking longer to complete. Typically on further investigation, the Chrome ruleset takes longer to execute.
Symptoms:
"%localappdata%\Google\Chrome\User Data\Default\Code Cache\js\" contains thousands of files.
Possible Resolution(s):
A user defined script to clear the code cache directory has been found helpful in reducing the time it takes up to backup the Chrome portability settings.
Open your configuration withing the management console.
- Select User Defined Script and Add User Defined Script Rule
- Set and save the rule as follows:
- Description: Clear Code Cache
- Execute: Before ProfileUnity at Logoff
- Type: Executable
- File: %systemroot%\system32\cmd.exe /c del /q/f "%localappdata%\Google\Chrome\User Data\Default\Code Cache\js\*.*"
- Update/Deploy your config.
Product: ProfileUnity
Product Version: 6.8.x