-
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LogHandler.loadOrganizationLimits() System.OrgLimits optimisation (#802)
* Updated LogHandler class to cache the Apex call to System.OrgLimits.getMap() to reduce CPU usage * Added some comments + updated some existing variable names & class name to include 'serializable' to provide a little more context on why there is a custom class for org limits
- Loading branch information
Showing
8 changed files
with
39 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,9 @@ | |
"path": "./nebula-logger/core", | ||
"definitionFile": "./config/scratch-orgs/base-scratch-def.json", | ||
"scopeProfiles": true, | ||
"versionNumber": "4.15.0.NEXT", | ||
"versionName": "Winter '25 Release", | ||
"versionDescription": "Updated all metadata to API v62.0, replaced compact layouts with new dynamic highlights components in all flexipages", | ||
"versionNumber": "4.15.1.NEXT", | ||
"versionName": "System.OrgLimits Optimisations", | ||
"versionDescription": "Updated LogHandler class to cache the Apex call to System.OrgLimits.getMap() to reduce CPU usage", | ||
"releaseNotesUrl": "https://github.com/jongpie/NebulaLogger/releases", | ||
"unpackagedMetadata": { | ||
"path": "./nebula-logger/extra-tests" | ||
|
@@ -204,6 +204,7 @@ | |
"Nebula Logger - [email protected]": "04t5Y0000015ocRQAQ", | ||
"Nebula Logger - [email protected]()-overload-for-list<id>-and-set<id>-parameters": "04t5Y0000015ocbQAA", | ||
"Nebula Logger - [email protected]'25-release": "04t5Y0000015odKQAQ", | ||
"Nebula Logger - [email protected]": "04t5Y0000015ohhQAA", | ||
"Nebula Logger - Core Plugin - Async Failure Additions": "0Ho5Y000000blO4SAI", | ||
"Nebula Logger - Core Plugin - Async Failure [email protected]": "04t5Y0000015lhiQAA", | ||
"Nebula Logger - Core Plugin - Async Failure [email protected]": "04t5Y0000015lhsQAA", | ||
|