You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "mgubaidullin (via GitHub)" <gi...@apache.org> on 2023/04/19 14:16:01 UTC

[GitHub] [camel-karavan] mgubaidullin opened a new issue, #731: UI performance degradation on large YAML

mgubaidullin opened a new issue, #731:
URL: https://github.com/apache/camel-karavan/issues/731

   example: https://github.com/samim2000/karavan-notes-app/blob/main/karavan-auth-pioc.yaml


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] samim-hossain-mondal commented on issue #731: UI performance degradation on large YAML

Posted by "samim-hossain-mondal (via GitHub)" <gi...@apache.org>.
samim-hossain-mondal commented on issue #731:
URL: https://github.com/apache/camel-karavan/issues/731#issuecomment-1553622977

   From my perspective **debouncing** in the file api call can be done so that at-least we don't face any lag while typing during configuration of components/kamelets/eips


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] UI performance degradation on large YAML [camel-karavan]

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin closed issue #731: UI performance degradation on large YAML
URL: https://github.com/apache/camel-karavan/issues/731


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin commented on issue #731: UI performance degradation on large YAML

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #731:
URL: https://github.com/apache/camel-karavan/issues/731#issuecomment-1658647498

   requires https://github.com/apache/camel-karavan/issues/836


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mikoskinen commented on issue #731: UI performance degradation on large YAML

Posted by "mikoskinen (via GitHub)" <gi...@apache.org>.
mikoskinen commented on issue #731:
URL: https://github.com/apache/camel-karavan/issues/731#issuecomment-1545440839

   Encountered this also and in the end decided to split the integration into multiple files. For me the biggest issue was that each keypress seemed to trigger propertyChanged (or similar) event, causing performance issues. So for example, when I was typing something into the "Log" message, each keypress took a second or two to register.
   
   I wonder if refreshing should be triggered only when a control's focus is lost?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org