View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035439 | mantisbt | performance | public | 2025-02-24 12:09 | 2025-02-25 06:35 |
Reporter | raspopov | Assigned To | community | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Microsoft | OS | Windows Server | OS Version | 2022 |
Product Version | 2.25.0 | ||||
Target Version | 2.28.0 | Fixed in Version | 2.28.0 | ||
Summary | 0035439: Multiple loads of plugins on the manage_plugin_page | ||||
Description | The page builds multiple internal lists of plugins installed and uninstalled, repeatedly loading plugins several times. Found it by accident when I was trying to figure out why my plugin sometimes doesn't load in MantisBT. | ||||
Steps To Reproduce | Add log to the top of the any uninstalled plugin php-file and open manage_plugin_page.php URL. | ||||
Additional Information | Obviously, the plugin_find_all() function should cache the results of its work. | ||||
Tags | No tags attached. | ||||