Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Having hundreds of installed add-ons on causes progressive performance degradation not related to add-ons code.I did some debugging and bottleneck profiling and found that the root cause of the problem was DirectoryIterator which is used when traversing addon files in performance-critical places like XF\AddOn\Manager, XF\DevelopmentOutput\DevelopmentOutput and XF\Cli\RunnerEven though an NVMe 1.4 drive is used with high iops, SPL functions has slower execution compared to native readdir/opendir functions:[ATTACH=full]316804[/ATTACH][ATTACH=full]316805[/ATTACH]
Having hundreds of installed add-ons on causes progressive performance degradation not related to add-ons code.
I did some debugging and bottleneck profiling and found that the root cause of the problem was DirectoryIterator which is used when traversing addon files in performance-critical places like XF\AddOn\Manager, XF\DevelopmentOutput\DevelopmentOutput and XF\Cli\Runner
XF\AddOn\Manager
XF\DevelopmentOutput\DevelopmentOutput
XF\Cli\Runner
Even though an NVMe 1.4 drive is used with high iops, SPL functions has slower execution compared to native readdir/opendir functions:
[ATTACH=full]316804[/ATTACH]
[ATTACH=full]316805[/ATTACH]
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences