cswendrowski / FoundryVTT-Encounter-Builder

A Vue-powered Encounter Builder
MIT License
4 stars 3 forks source link

Sort by Level before loading #8

Closed InfamousSky closed 3 years ago

InfamousSky commented 3 years ago

It is currently not possible to filter results by level until the loading of actors has finished. This is a problem for Systems with a lot of compendia with a shit ton of actors (like pf2e, thanks Paizo, our generous Gods), so loading takes around a minute or more, while that time could be reduced drastically if you are looking for an actor in a more specific range of levels.

cswendrowski commented 3 years ago

Due to how the code is currently structured, filtering can't occur before all of the Actors load.

Foundry v0.8.8 is a lot faster for Compendium loading changes, so give that a whirl. Otherwise, disable some of the Compendiums from loading at all in the Dungeon Moon module settings.

I hope you enjoy!