Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

303 improve super type declaration performance lookup #304

Merged

Conversation

kjonescertinia
Copy link
Contributor

This depends on #302

It adds caching support for super type declarations and interface for Apex classes. This improves loading time on large workspaces by ~20%.

As super class and interface may be missing and subsequently added to the workspace that caching is only used if the superclass/interface can be resolved to type declarations.

@kjonescertinia kjonescertinia linked an issue Dec 2, 2024 that may be closed by this pull request
@kjonescertinia kjonescertinia requested review from nawforce and pwrightcertinia and removed request for nawforce December 2, 2024 22:37
@pwrightcertinia pwrightcertinia merged commit b1f9340 into main Dec 3, 2024
1 check passed
@pwrightcertinia pwrightcertinia deleted the 303-improve-super-type-declaration-performance-lookup branch December 3, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve super type declaration performance lookup
2 participants