View Issue Details

IDProjectCategoryView StatusLast Update
0018783MMW 5Extensions frameworkpublic2022-09-14 14:39
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status feedbackResolutionopen 
Product Version5.0 
Target Version5.2 
Summary0018783: Speed up checking for addon updates
DescriptionCurrently [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.


TagsNo tags attached.
Fixed in build

Relationships

related to 0018433 closedLudek Add 'Update available' to addon's filter 
related to 0018541 closedLudek Addons Find Updates doesn't present updates in an easy to find way 

Activities

Ludek

2022-01-27 14:55

developer   ~0066777

Last edited: 2022-01-27 14:55

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).

jiri

2022-01-27 15:42

administrator   ~0066780

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.

peke

2022-01-27 22:35

developer   ~0066788

Last edited: 2022-01-27 22:53

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,