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

Do not instantiate the module to optimize performance in module list page. #877

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

PululuK
Copy link

@PululuK PululuK commented Jan 26, 2024

When you instantiate module, it will:

  • Compile
  • Load env vars
  • set API keys
  • etc etc

So we can deactivate the instantiation of the module class in the module listing page, and read the information from the disk using the native prestashop config.xml file (this is managed natively in core).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants