Azure / logicapps

Azure Logic Apps labs, samples, and tools
MIT License
353 stars 292 forks source link

New UI Performance #727

Closed SteveTe closed 1 year ago

SteveTe commented 1 year ago

Describe the Bug

Hi All, Whenever I view a logic app run history in the new UI designer, it shows a white screen for 30 or more seconds.

Then when it finally renders the run and you click on the individual items the right fly our window takes again ages to respond. The form is blank, and you need to click on the input or output.

The overall performance with complex logic apps is also terrible.

Plan Type

Standard

Steps to Reproduce the Bug or Issue

Open a complex logic app (> 200 steps) wait for the screen to load try to view the first or second step Click expand button for fly out window. Blank form shown ....eventually

Workflow JSON

{
    "definition": {
        "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
        "actions": {
            "CRM_Auth_And_Option_Set": {
                "actions": {
                    "GetCrmAuthToken": {
                        "inputs": {
                            "body": "@concat('grant_type=client_credentials&client_id=',parameters('crmClientId'),'&client_secret=',encodeUriComponent(parameters('crmClientSecret')),'&resource=https%3A%2F%2F',parameters('crmEnvURL'))",
                            "headers": {
                                "Content-type": "application/x-www-form-urlencoded"
                            },
                            "method": "POST",
                            "uri": "@{concat('https://login.microsoftonline.com/',parameters('subscriptionTenantId'),'/oauth2/token')}"
                        },
                        "runAfter": {},
                        "type": "Http"
                    },
                    "GlobalOptionSetDef-ContractEvent": {
                        "description": "gcp_eventtype = EventType Metadataid = DEV/QA/UAT/PROD: 49158d6d-7e1f-ed11-b83d-00224891e294",

Screenshots or Videos

Screenshot 2023-02-09 142311 Screenshot 2023-02-09 142443

Additional context

No response

AB#17092145

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 45 days with no activity.

hartra344 commented 1 year ago

@SteveTe sorry for the slow response. Have you tried the preview designer? You should have a “Try Preview” button on the command bar of the designer. We specifically set out to help with this problem.

SteveTe commented 1 year ago

Hi @Travis Harris,

I wish I could say that the experience is better using the "Try Preview", but it performs even worse.

Happy to get on a screen share of it helps understand my frustration.

By the way I have split out the original logic app into two, which has improved the experience, but only on the normal UI, not the "Try Preview"

Regards,

Steve

From: Travis Harris @.> Sent: Friday, March 31, 2023 4:58 PM To: Azure/logicapps @.> Cc: SteveTe @.>; Mention @.> Subject: Re: [Azure/logicapps] New UI Performance (Issue #727)

@SteveTehttps://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FSteveTe&data=05%7C01%7C%7C79b79a48411f42c7389b08db31ace6f1%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638158390927479741%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=BzENBlu7qeybLqiDi0ie7I1fV9Y%2BzxfCWD1RmHOjjHs%3D&reserved=0 sorry for the slow response. Have you tried the preview designer? You should have a "Try Preview" button on the command bar of the designer. We specifically set out to help with this problem.

- Reply to this email directly, view it on GitHubhttps://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAzure%2Flogicapps%2Fissues%2F727%23issuecomment-1491340448&data=05%7C01%7C%7C79b79a48411f42c7389b08db31ace6f1%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638158390927479741%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=sjqjmziCR6ca6tJtQacMGDtwYfUyUchxAWhFPwNRmWk%3D&reserved=0, or unsubscribehttps://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAKUQZKGDUGY2O6QDDBRHTJ3W6ZW67ANCNFSM6AAAAAAUWA22WE&data=05%7C01%7C%7C79b79a48411f42c7389b08db31ace6f1%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638158390927479741%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=lJ4RMIO4PyX8AcIBXtuEndTKzXpnFr9eKZE%2BZkQFAmQ%3D&reserved=0. You are receiving this because you were mentioned.Message ID: @.**@.>>

hartra344 commented 1 year ago

Send me an email at travisharris@microsoft.com with a email to send the invite to and your availability. Would be happy to hop onto a call to see what problems you’re having with the preview Designer.

WCMV commented 1 year ago

I can confirm that UI performance in Logic Apps seems abysmal compared to elsewhere in Azure. 30 second+ wait after hitting refresh, or needing to reload the page entirely just to see the run history, and then the delay when opening a run and it loads the actions. Preview designer connector listing is at least much better than GA designer, but overall I feel I spend more time waiting for LA to render itself than I do actually building workflows.

mohit-jagtiani commented 1 year ago

I agree, performance of designer is very bad. Run history, connectors, entire experience is not at par with any workflow builder tool. Something must be done about it.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 45 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.