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: Delay loading plugin files into memory #1091

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 29, 2023

  1. perf: Delay loading plugin files into memory

    Delaying the loading of plugin files into memory will improve the initialization of the plugin framework.
    Especially loading plugins when starting the plugin framework.
    The situation is more obvious when the number of plugins exceeds 200.
    txdy committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    7cd2533 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    0650865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0717beb View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    4475cc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    9f22fe7 View commit details
    Browse the repository at this point in the history