Search for optimize
- Search 7.x for optimize
- Search 9.5.x for optimize
- Search 8.9.x for optimize
- Search 10.3.x for optimize
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AssetCollectionGroupOptimizerInterface | interface | core/ |
Interface defining a service that optimizes a collection of assets. |
AssetCollectionGroupOptimizerInterface.php | file | core/ |
|
AssetCollectionGroupOptimizerInterface::optimizeGroup | function | core/ |
Optimizes a specific group of assets. |
CssCollectionOptimizerLazy | class | core/ |
Optimizes CSS assets. |
CssCollectionOptimizerLazy.php | file | core/ |
|
CssCollectionOptimizerLazy::deleteAll | function | core/ |
Deletes all optimized asset collections assets. |
CssCollectionOptimizerLazy::optimize | function | core/ |
Optimizes a collection of assets. |
CssCollectionOptimizerLazy::optimizeGroup | function | core/ |
Optimizes a specific group of assets. |
CssCollectionOptimizerLazy::__construct | function | core/ |
Constructs a CssCollectionOptimizerLazy. |
CssCollectionOptimizerLazyUnitTest | class | core/ |
Tests the CSS asset optimizer. |
CssCollectionOptimizerLazyUnitTest.php | file | core/ |
|
CssCollectionOptimizerLazyUnitTest::testCssImport | function | core/ |
Tests that CSS imports with strange letters do not destroy the CSS output. |
CssCollectionOptimizerLazyUnitTest::testCssLicenseAggregation | function | core/ |
Test that license information is added correctly to aggregated CSS. |
CssCollectionOptimizerLazyUnitTest::testExternalMinifiedCssAssetOptimizationIsSkipped | function | core/ |
Test that external minified CSS assets do not trigger optimization. |
css_external.optimized.aggregated.css | file | core/ |
/* Placeholder external CSS file. */ |
css_input_simple_with_media.css.optimized.css | file | core/ |
@media screen{body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;} } |
css_license.css.optimized.aggregated.css | file | core/ |
@import url("https://fonts.fontprovider.com/css2?family=Roboto+Mono:wght@300;400&family=Roboto:ital,wght@0,300;0,400;1,300;1,400&display=swap") print;@import url('import1.css') screen;@import… |
import3.css.optimized.css | file | core/ |
div{clip-path:url('#clip-cloud');}div{clip-path:url('/abc/#clip-cloud');} |
JsCollectionOptimizerLazy | class | core/ |
Optimizes JavaScript assets. |
JsCollectionOptimizerLazy.php | file | core/ |
|
JsCollectionOptimizerLazy::deleteAll | function | core/ |
Deletes all optimized asset collections assets. |
JsCollectionOptimizerLazy::optimize | function | core/ |
Optimizes a collection of assets. |
JsCollectionOptimizerLazy::optimizeGroup | function | core/ |
Optimizes a specific group of assets. |
JsCollectionOptimizerLazy::__construct | function | core/ |
Constructs a JsCollectionOptimizerLazy. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.