定制 collab/module-additional-criticals 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

collab/module-additional-criticals

最新稳定版本:1.0.0

Composer 安装命令:

composer require collab/module-additional-criticals

包简介

Magento 2 module which loads additional critical CSS files per specific layout handles

README 文档

README

The Collab_AdditionalCriticals module is a simple module that differentiates critical styles used across different areas of Your Magento app.

Configuration

Module does not have any configuration options. You just need to fulfill the requirements specified in prerequisites.

Pre-requisites

  • dev/css/use_css_critical_path must be set to 1 in core_config_data or in config.php/etc.php
  • category.css, simple-product.css and configarble-product.css along with critical.css must be present in app/design/frontend/<Vendor>/<Theme>/web/css/ directory. Those need to be generated by You or Your team using custom grunt tasks for example, this module does not provide any of those files.

How it works?

At specific layout handles module removes default critical CSS block filled with contents of critical.css file and creates new block with contents taken from previously prepared files.

Layout Handle Loaded File Comment
catalog_category_view category.css category.css should be generated against real category page on Magento app with dev/css/use_css_critical_path set to 0
catalog_product_view_type_simple simple-product.css simple-product.css should be generated against real simple product page on Magento app with dev/css/use_css_critical_path set to 0
catalog_product_view_type_configurable configurable-product.css configurable-product.css should be generated against real configurable product page on Magento app with dev/css/use_css_critical_path set to 0
default critical.css critical.css should be generated against CMS page on real Magento app with dev/css/use_css_critical_path set to 0

Why choose this extension over other solutions?

We don't believe in efficient modules which have tons of options - simple as that - modules which have multiple options, are prepared for many integrations always have some performance footprint for application. Having this in mind we are trying to provide simple, portable and independent modules which sometimes require some basic Magento 2 development skills.

Installation details

composer req collab/module-additional-criticals
bin/magento setup:upgrade

统计信息

  • 总下载量: 359
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-13