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
We have a custom build process where we compile Marko views and render them on request with specific input data. After doing the upgrade to version 5.19.0 (coming from 4.24.2) we noticed that the importing of the compiled Marko views took at least 4-5 times the normal time.
Expected Behavior
The time to import the compiled Marko view should be around the same time (or faster) in version 5.
Actual Behavior
The time to import the compiled Marko view is at least 4-5 times slower in version 5.
Marko Version: 5.19.0
Details
We have a custom build process where we compile Marko views and render them on request with specific input data. After doing the upgrade to version 5.19.0 (coming from 4.24.2) we noticed that the importing of the compiled Marko views took at least 4-5 times the normal time.
Expected Behavior
The time to import the compiled Marko view should be around the same time (or faster) in version 5.
Actual Behavior
The time to import the compiled Marko view is at least 4-5 times slower in version 5.
Your Environment
Steps to Reproduce
Implementation @ 4.24.2
Implementation @ 5.19.0
The text was updated successfully, but these errors were encountered: