- Merge request !6Issue #3322712: Prefer using minified JS from ACE builds for performance β (Open) created by angrytoast
- π―π΄Jordan Rajab Natshah Jordan
Needs an updated issue fork and MR for the
2.0.x
branch
The module currently loads /{{ACE_DIRECTORY}}/src/
js files by default. The ACE builds package offers minified js and using them instead results in smaller js size loaded and delivered over the network.
Enable the filter on a text format. Add content on a page using the ace syntax and check the network loaded assets. They will be from the regular src
directory.
Update ace_editor_lib_path()
to detect and use the src-min
directory if available.
Needs work
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Needs an updated issue fork and MR for the 2.0.x
branch