Coder Social home page Coder Social logo

Comments (4)

qianlifeng avatar qianlifeng commented on July 17, 2024

The root cause is Result Panel try to load all results and load a lot item icons at the same time. If we didn't show icon of the results, there will be no problems.

from wox.

orzFly avatar orzFly commented on July 17, 2024

Loading lots of icons at the same time could be very horrible if the system
has high IO load. Maybe the icons extracted from Windows Shell should be
cached since there may be more IO request than one per file (Expanding
shortcuts, IconOverlays like Dropbox sync status and TortoiseGit status).

Also, loading results should be async.

BTW, if you want to add support for plugins which uses a system process, I
think it's very important to support async results.
On Mar 6, 2014 6:45 PM, "qianlifeng" [email protected] wrote:

Some times, when user input some queries, the UI will be freezed and
waiting for the results returned, which is a very bad UE.


Reply to this email directly or view it on GitHubhttps://github.com//issues/33
.

from wox.

qianlifeng avatar qianlifeng commented on July 17, 2024

I think WPF UI Visualization will solve this kind of issues. It will only load user visible items on demand, I will check the performance after implement UI Visualization. If it still freeze the UI, we can try to cache icon from window shell or image file. Currently, Loading resulsts from plugins are already async in different thread. What's the different between Sync request in new thread and Async request?

from wox.

qianlifeng avatar qianlifeng commented on July 17, 2024

After using UI Virtualization and Image Cache. It works ok now. 2001816 & fe7afe3

from wox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.