Skip to content

Performance: Should the oik-loader index be more fragmented? #16

@bobbingwide

Description

@bobbingwide

The current logic in oik-loader is to load the index then do a quick lookup for the URL or ID
Is this the most efficient way of finding the plugins to activate?
It doesn't seem to be.
The file(s) have to be fully loaded before the URL or ID is located.
If we were to predetermine the URL by the high level qualifier then we could load the file until we find it.
Or if the request contains an ID we can look for that instead.

Would this be more or less efficient?
And if we did decide to use multiple files, how would we know which ones to use and in which order?
Could the automatic files be generated in priority order?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions