You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pursuit is overall a fantastic tool, but unfortunately one of my first experiences using it in anger was when I started learning Deku. At first I thought some links weren't working at all, because every single page load on that package takes ~6s for me. I suspect the thing about this package that gives Pursuit a severe performance hit is number of modules: I think it has a separate module for every single attribute and every element in the HTML spec.
Is it because of Pursuit's file-based database that this particularly impacts performance? I imagine reading and parsing many small files will be slower than a handful of huge ones. Are there any quick wins to be had mitigating this?
The text was updated successfully, but these errors were encountered:
Pursuit is overall a fantastic tool, but unfortunately one of my first experiences using it in anger was when I started learning Deku. At first I thought some links weren't working at all, because every single page load on that package takes ~6s for me. I suspect the thing about this package that gives Pursuit a severe performance hit is number of modules: I think it has a separate module for every single attribute and every element in the HTML spec.
Is it because of Pursuit's file-based database that this particularly impacts performance? I imagine reading and parsing many small files will be slower than a handful of huge ones. Are there any quick wins to be had mitigating this?
The text was updated successfully, but these errors were encountered: