You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The EnterprisePolicyAsCode module is consisting of a growing amount of one *.ps1 file per function. This makes module install and import slower than it has to be.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
o-l-a-v
changed the title
Module - Bundle on build & publish for better performance and less overhead
Module - Bundle on build & publish for better performance
Feb 5, 2025
A good idea - for most customers they will run this via a pipeline so the module load time is not as noticeable - but in terms of overall optimisation it is a promising idea. Rather than introduce more tools into the pipeline I'll just code it into the build scripts eventually.
Is your feature request related to a problem? Please describe.
The EnterprisePolicyAsCode module is consisting of a growing amount of one
*.ps1
file per function. This makes module install and import slower than it has to be.Resources on best practice for perf:
Describe the solution you'd like
Consider doing a build / bundle step in the release pipeline to bundle these files into one single
*.psm1
?Some relevant tools:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: