landakram / kiwi

A personal wiki app for iOS.
MIT License
63 stars 4 forks source link

Speed up AllPagesViewController render time #37

Closed landakram closed 4 years ago

landakram commented 4 years ago

Profiling revealed that rendering AllPagesViewController spent a substantial amount of time in FileManager's attributesOfItem. Using a Yap view instead results in a significant speed-up.

Screenshot 2019-11-25 22 31 28