Friday, November 13, 2015

Salesforce page keeps loading forever

If you are poking around Salesforce, you might be one facing a lot of challenges and at the same time hitting your head against the wall multiple times.

Have you heard that Log levels have a big influence on your whole Org performance?
There is a way which might help to you to add a little boost to your apps developed on this not very friendly developer platform:
Change Log Levels using your Developer console.

But what happens when your developer console is so slow which doesn't allow you to change anything :(

There is a solution for that:

Launch the developer console and under "Query Editor" type the following query

select Id from TraceFlag

Then check the "Use Tooling API" checkbox and click "Execute."

After that select all the resultant rows and click "Delete Row."

Now you should be able to change the log levels.  You may have to refresh the developer console page and good as new.