PromucFlow_constructor/app/client/src
Vemparala Surya Vamsi 87fd2eb9f4
chore: send serialised updated and using klona/json instead of klona (#27319)
## Description

- We are no longer performing JSON.stringify(JSON.parse(value)) to
clone, clean up undefined values and serialised bigInt.
- We are performing deepClones using klona/json which is much faster and
later we perform the serialisation on the diff.
- We are sending serialised updated to the main thread and it is parsed
on the main thread, this helps in reducing structuredClone cost of
sending unserialised objects.
- Noticed a reduction of worker thread latency by about 75% and doubled
the databound our app can handle.

#### PR fixes following issue(s)
Fixes #26130

#### Type of change
- Chore (housekeeping or task changes that don't impact user perception)

## Testing
>
#### How Has This Been Tested?

- [x] Manual
- [x] JUnit
- [ ] Jest
- [ ] Cypress
>
>
#### Test Plan
> Add Testsmith test cases links that relate to this PR
>
>
#### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)
>
>
>
## Checklist:
#### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)
have been covered
- [x] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [x] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed
2023-09-26 17:44:20 +05:30
..
actions fix: added virtualization to schema structure list for large number of tables in db (#26483) 2023-09-26 13:04:41 +05:30
api feat: community templates UI (#27302) 2023-09-25 11:57:23 +05:30
assets chore: add color validation + native color picker (#25355) 2023-08-07 11:55:10 +03:00
ce chore: send serialised updated and using klona/json instead of klona (#27319) 2023-09-26 17:44:20 +05:30
components chore: Change the position of the KB Button in the AppViewer and Editor pages (#27573) 2023-09-26 17:30:15 +05:30
constants chore: BaseWidget Restructuring (#26562) 2023-09-11 21:25:11 +05:30
ee chore: Change the position of the KB Button in the AppViewer and Editor pages (#27573) 2023-09-26 17:30:15 +05:30
enterprise
entities chore: Splitting entities reducer for supporting more reducers on EE (#27560) 2023-09-22 18:12:20 +05:30
globalStyles feat: assistive binding (#27070) 2023-09-15 21:23:51 +05:30
icons
layoutSystems chore: Remove position props from List and Table widgets (#27018) 2023-09-19 10:52:11 +05:30
mockComponentProps
mockResponses
mocks
navigation chore: code splitting for multiple env feature (#25479) 2023-07-21 12:53:17 +07:00
pages chore: Change the position of the KB Button in the AppViewer and Editor pages (#27573) 2023-09-26 17:30:15 +05:30
plugins/Linting fix: setter mutation issue (#25886) 2023-08-08 19:42:07 +05:30
polyfills
reducers chore: Splitting uiReducers to support modules on EE (#27580) 2023-09-25 10:23:01 +05:30
reflow
sagas chore: send serialised updated and using klona/json instead of klona (#27319) 2023-09-26 17:44:20 +05:30
selectors fix: adding offline error for git failure (#27597) 2023-09-26 16:07:26 +05:30
templates
theme
transformers chore: code split for EE PR 2169 (#26669) 2023-09-11 14:09:41 +07:00
usagePulse changes in evaluation for EE - split (#27144) 2023-09-12 17:21:39 +05:30
utils chore: send serialised updated and using klona/json instead of klona (#27319) 2023-09-26 17:44:20 +05:30
WidgetProvider chore: Remove position props from widgets (#26781) 2023-09-13 19:27:42 +05:30
WidgetQueryGenerators feat: Integrate one click binding to sourceData of select and multi select widget (#25750) 2023-08-10 10:51:19 +05:30
widgets chore: Remove side label in WDS components (#27566) 2023-09-22 16:26:11 +03:00
workers chore: send serialised updated and using klona/json instead of klona (#27319) 2023-09-26 17:44:20 +05:30
App.css
AppErrorBoundry.tsx
config.d.ts
Globals.d.ts feat: enable CSS Modules fro WDS (#26162) 2023-09-15 10:17:06 +03:00
index.css
index.tsx perf: prioritize the main bundle over preloads (v2) (#24374) 2023-06-22 10:58:10 +05:30
LandingScreen.tsx
preload-route-chunks.ts fix: bump storybook version and move stories to storybook package (#25821) 2023-07-31 19:15:50 +03:00
react-app-env.d.ts
RouteBuilder.test.ts
RouteBuilder.ts
RouteChangeListener.tsx chore: added route listener on non-trackable URLs (#25671) 2023-08-11 17:04:42 +05:30
RouteParamsMiddleware.ts
serviceWorker.js
store.ts
wdyr.ts chore: improve eslint rules (#26056) 2023-08-07 15:38:48 +03:00