View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018783 | MMW 5 | Extensions framework | public | 2022-01-27 14:28 | 2022-09-14 14:39 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | feedback | Resolution | open | ||
Product Version | 5.0 | ||||
Target Version | 5.2 | ||||
Summary | 0018783: Speed up checking for addon updates | ||||
Description | Currently [FIND UPDATES] in the Addons dialog is quite a long task, it takes half a second for each addon in the list. i.e. 20 seconds for 40 addons. It seems that fetching URL like https://www.mediamonkey.com/addons/update.php?id=imageSearch takes about 500 ms for some reason. We should try to improve that. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Assigned to Jiri to check why requesting https://www.mediamonkey.com/addons/update.php?id=imageSearch takes more than 500 ms, testing both Indy and XHR and it is always so slow. Alternatively put all addon versions/updates into a single JSON request to be parsed by MM5 at once (thus reduce current need for 1 request per 1 addon). |
|
Per IM, this isn't too urgent, as it usually should be done on background. That said, some kind of batch processing seems to make sense in the future. |
|
What if there is global JSON on Server so MM5 would do the bidding/checking? Something like I proposed in #13909 ? Like sitemaps do supply webpage updates for indexing, |