July 3, 2016
8:04 a.m.
On 03 Jul 2016, at 06:17, Tudor Girba <tudor@tudorgirba.com> wrote:
In your case, it looks like searching for the Catalog does a remote search, and this can be a problem. To check this, please try evaluating this: GTSpotterExtensionSettings disableProcessorDefinedInMethod: (GTSpotter>>#spotterCatalogProjectsFor:)
If it is really the remote catalog loading, you could try doing it manually: CatalogProvider default loadProjectsIfNeeded. That will cache it for 24h in image. (Do save your image). Provided you are using Pharo 5. Sven