You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed plugin startup takes more than ~3200ms seconds and ran debugger from source and it halts the most on LoadAppinfo and replaced the plugin from the builds generated without LoadAppinfo and load time went down to ~200ms
Update 1: Apparently it's because of serializing/deserializing BinaryVdfItem.
I forked it and it appears only Icon is used from BinaryVdfItem so I'm going to store the used fields in a separate class and cache it instead.
Update 2: I pushed the updates to my fork, it "works", icons show up, startup time is ~400ms but I compulsively edited a lot of other parts of code and most of the changes are in a single commit so I don't know if you would want to merge it here.
The text was updated successfully, but these errors were encountered:
I've noticed plugin startup takes more than ~3200ms seconds and ran debugger from source and it halts the most on LoadAppinfo and replaced the plugin from the builds generated without LoadAppinfo and load time went down to ~200ms
Update 1: Apparently it's because of serializing/deserializing BinaryVdfItem.
I forked it and it appears only Icon is used from BinaryVdfItem so I'm going to store the used fields in a separate class and cache it instead.
Update 2: I pushed the updates to my fork, it "works", icons show up, startup time is ~400ms but I compulsively edited a lot of other parts of code and most of the changes are in a single commit so I don't know if you would want to merge it here.
The text was updated successfully, but these errors were encountered: