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
Hi team,
Here are a few improvements/optimizations I've in mind for the rtOptimizer plugin.
Selective whitelisting from concatenation
Currently, all of the JS is being removed from the JS concat, I believe we can selectively remove the JS that is being loaded via rtOptimizer and leave the rest of it to the concatenation itself? Instead of just disabling the whole concatenation.
OOPS
Let's use OOPS based approach for the plugin (features-plugin-skeleton?). Is there any specific reason we have not used the OOPS approach in this plugin?
The OOPS approach above would help make the code more structured, neat, and DRY & also help in the Selective whitelisting of concatenated assets. (to generate the whitelist here, instead of adding global variables)
Hi team,
Here are a few improvements/optimizations I've in mind for the rtOptimizer plugin.
Selective whitelisting from concatenation
OOPS
Let me know your views for the same.
Thanks!