Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: [desktop-fileinfo] The cpu usage is high when the mouse clicks … #2430

Commits on Nov 28, 2024

  1. perf: [desktop-fileinfo] The cpu usage is high when the mouse clicks …

    …the desktop icon
    
    1. When the icon of a desktop file is in svg format and the mouse moves over the file,
    QIcon is frequently invoked to create an object, resulting in high cpu usage.
    2. svg availableSizes returns a null value, causing the cache QIcon to be emptied,
    resulting in not only a rebuild, but also a high cpu utilization.
    3. Remove the judgment of availableSizes.
    
    Log: fix issue
    Bug: https://pms.uniontech.com/bug-view-289327.html
    GongHeng2017 committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    62bb487 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cb7013 View commit details
    Browse the repository at this point in the history