Hi Community,
I have an automation built in UiPath that has been running fine for over a year. Recently, I made some process changes and republished the project multiple times. The package is now at version 1.74, but when I tried to publish again, the process took unusually long. Thinking there was an error, I stopped the publish midway.
When I attempted to republish after that, the package version skipped directly to 1.76 (instead of 1.75). Since then, the bot has become extremely slow on one specific XAMLβ but the rest of the process runs at normal speed.
Hereβs the scenario:
The slowdown happens only on the βXero Practice Managerβ β Create New Job page.
On this page, I have 6β7 activities (Click, Select Item, Type Into).
Normally, it takes 2β3 minutes to process a transaction. Now, it takes 7β8 minutes just for this one page, and overall 10β12 minutes for the entire transaction.
Before and after this page, the bot works fine.
What I have tried so far:
- Isolated the XAML β When I take this XAML out of the main project and run it separately, it runs at normal speed.
- Recreated the XAML inside the main project β Still slow.
- Created a fresh XAML outside the main project and pasted it back β Still slow once inside the project.
- Created a separate process for this XAML and linked it back to the main process β Still slow.
- Cleaned the project β Removed unused variables, deleted unused XAMLs, and even created a separate library to test. No improvement.
Bot run modes tested: Attended, Unattended, Debug β all show the same slowdown on this page.
Has anyone faced a similar situation where only one page becomes slow after a republish, especially with Xero Practice Manager? Could this be related to project settings, package corruption, or UI Automation descriptors? Iβm looking for a foolproof fix so the process returns to normal speed.
