-
Notifications
You must be signed in to change notification settings - Fork 54
5-10 Minute delay starting application and running query #168
Copy link
Copy link
Open
Labels
Description
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:
- Start Application
- Login to Salesforce
- Wait 5-10 minutes for app to start
Same happens when running a query.
- Run Query
- 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
- Seems like delay maybe loading the list of objects and properties for IntelliSense.
- Would think load could happen in the background and should not be required in order to run a query.
Reactions are currently unavailable