Skip to content

feat(FOUR-31831): review Improve Task page loading#8875

Open
rodriquelca wants to merge 2 commits into
feature/FOUR-30918from
feature/FOUR-31831
Open

feat(FOUR-31831): review Improve Task page loading#8875
rodriquelca wants to merge 2 commits into
feature/FOUR-30918from
feature/FOUR-31831

Conversation

@rodriquelca

Copy link
Copy Markdown
Contributor

Issue & Reproduction Steps

Implemented lazy loading for the Data tab in Task Details. The Monaco Editor is now initialized only when the user opens the Data tab, reducing the initial rendering workload and improving page responsiveness.

Solution

  • Added lazy loading for the Data tab.
  • Deferred Monaco Editor initialization until the tab is opened.
  • Improved initial task page load performance by reducing unnecessary component rendering.
taskPerform.mov

How to Test

  • Create a process with a large screen
  • Run a case and run a task
  • Review that all is working as expected and fast

Related Tickets & Packages

Code Review Checklist

  • I have pulled this code locally and tested it on my instance, along with any associated packages.
  • This code adheres to ProcessMaker Coding Guidelines.
  • This code includes a unit test or an E2E test that tests its functionality, or is covered by an existing test.
  • This solution fixes the bug reported in the original ticket.
  • This solution does not alter the expected output of a component in a way that would break existing Processes.
  • This solution does not implement any breaking changes that would invalidate documentation or cause existing Processes to fail.
  • This solution has been tested with enterprise packages that rely on its functionality and does not introduce bugs in those packages.
  • This code does not duplicate functionality that already exists in the framework or in ProcessMaker.
  • This ticket conforms to the PRD associated with this part of ProcessMaker.

@processmaker-sonarqube

Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@rodriquelca rodriquelca requested a review from caleeli June 19, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant