Skip to content

Avoid usage of Find methods in performance critical context

Vladimir edited this page Dec 7, 2018 · 4 revisions

Find methods has very expensive CPU runtime cost, so avoid using these methods inside performance critical context:

Each usage in performance critical context will be highlighted. Context actions for caching result in Start or Awake are available in Alt+Enter

History:

  • This inspection was first added in Rider/ReSharper 2018.3
Clone this wiki locally