Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

How to implement partial update? #6616

Unanswered
leslie-l9 asked this question in Q&A
Discussion options

I have a product that integrates GrapesJS and ChatGPT. I use GPT to generate projectData (JSON). Users can iterate through continuous conversations, with GPT updating the projectData. My client is responsible for calling loadProjectData to update the page.

As the pages become more numerous and complex, each loadProjectData call causes the browser to become unresponsive for around 10 seconds. This is unbearable.

Is there any way to update only a portion of a page?

You must be logged in to vote

Replies: 1 comment

Comment options

Interesting use case :)
Is your project open source ?

This is how I avoided unresponsive browser in Silex when loading very big sites, by splitting per page
https://github.com/silexlabs/silex-lib/blob/main/src/ts/client/grapesjs/storage.ts

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants

AltStyle によって変換されたページ (->オリジナル) /