Skip to content

Tuning sequncer perfomance#310

Merged
PTKu merged 11 commits intodev-2311from
305-from-dev2311-Investigate_performance_issues
Dec 21, 2023
Merged

Tuning sequncer perfomance#310
PTKu merged 11 commits intodev-2311from
305-from-dev2311-Investigate_performance_issues

Conversation

@PTKu
Copy link
Copy Markdown
Contributor

@PTKu PTKu commented Dec 14, 2023

main issue :

  • using direct calling on task => <RenderableContentControl Context="@component.StepForwardCommand" Presentation="@(IsControllable ? "Command" : "Status")" />
  • ..
    replacing by @if (!_isCollapsed) .... {

blazej.kuhajda added 10 commits December 14, 2023 06:43
main issue :
- using direct calling on task =>  <RenderableContentControl Context="@component.StepForwardCommand" Presentation="@(IsControllable ? "Command" : "Status")" />
- <div class="@(_isCollapsed ? "collapse" : null)"> .. </div> replacing by  @if (!_isCollapsed) ....
                {
- reduce number of tags that are readed for sequnce table in modal window
subscribe only nessesary property for current step
…_issues

# Conflicts:
#	src/core/src/AXOpen.Core.Blazor/AxoComponent/AxoComponentView.razor.cs
@PTKu PTKu merged commit c2300fc into dev-2311 Dec 21, 2023
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