SoqlX icon indicating copy to clipboard operation
SoqlX copied to clipboard

5-10 Minute delay starting application and running query

Open RickDMyers opened this issue 6 months ago • 7 comments

Describe the bug Once logged into Salesforce the application takes about 5-10 minutes to start (show object tree). Then when a query is executes, may take 5-10 before the result is returned, the application is locked during that period of time.

I am running on a very large instance of Salesforce (many objects and customizations).

Also running a on a MacBook with M2 processor.

To Reproduce Steps to reproduce the behavior:

  1. Start Application
  2. Login to Salesforce
  3. Wait 5-10 minutes for app to start

Same happens when running a query.

  1. Run Query
  2. Wait for response, 5-10 minutes.

Expected behavior Older versions use to return right away.

Screenshots

Desktop (please complete the following information)

  • OS: OSX 14.2.1
  • CPU: M2 MAX
  • Memory: 96GB
  • SoqlX Version 4.6

Additional context

  1. Seems like delay maybe loading the list of objects and properties for IntelliSense.
  2. Would think load could happen in the background and should not be required in order to run a query.

RickDMyers avatar Feb 01 '24 15:02 RickDMyers

When you say "older versions" do you know exactly which version you're referring to?

When you say the "app is locked" is it beach balling? the object metadata is all loaded in the background and shouldn't block the UI. Do you happened to have a very large query in the query box? This might be an issue with the syntax highlighting. You could try turning that off in the preference ("syntax highlight query") and restarting.

superfell avatar Feb 02 '24 15:02 superfell

I'm running into the same issue, however only for certain orgs and it doesn't seem to have a direct relationship to the number of objects. The org I log into almost instantaneously has more custom objects than the one that takes 10 min

brian-krynitsky avatar May 17 '24 01:05 brian-krynitsky

Can you describe in more detail the behavior when there's a delay after login. What exactly is / isn't shown, is it beach balling? did you try turning off the "syntax highlight query" preference?

superfell avatar May 21 '24 16:05 superfell