Magento 2 WebP 图像 | Magefan 自动 WebP 转换器

Magento 2 WebP 图像 | Magefan 自动 WebP 转换器 2.5.7 Nulled

没有下载权限
已加入
2022/01/20
消息
120
回应得分
71
Credits
$133
Magento 2 WebP 图像扩展通过自动将您的产品图像转换为现代的 WebP 格式,以提高在线商店的表现。WebP 的压缩效果优于传统的 JPEG 和 PNG 格式,从而加快页面加载速度并改善用户体验,同时不会牺牲图片质量。https://magefan.com/magento-2-webp-optimized-images关键特性:
  • []*]自动WebP转换:将所有产品和类别图片无缝转换为WebP格式,无需手动干预。[]*]备用支持:自动为不支持WebP格式的浏览器服务原始的JPEG/PNG图像,确保全面兼容。[]*]提升站点速度:减少图像大小至多30-50%,显著提升您的网站加载速度和SEO排名。[]*]简易配置:直接从Magento管理面板中直接管理扩展设置,具有友好的用户界面。[]*]搜索引擎友好:更快的加载图像有助于更好的搜索引擎排名和降低跳出率。[]]*原图无影响:原图文件保持不变,确保安全且可逆的图像优化。[]]*支持多种图像类型:适用于产品图片、类别图片、CMS页面和区块。
好处:
  • []提高客户的购物体验,通过更快的页面加载速度。[]提高Google PageSpeed Insights和Core Web Vitals得分。[]减少带宽消耗和服务器负载。[]完全兼容Magento 2的最新版本。
 
附件
版主上次编辑:
Can you provide a cracked version?
 
Magefan Community Nulled - replace files and enter any key to save.
Magefan Community Nulled - 替换文件并输入任意键保存。
Yes, I replaced the Community moudle with Magefan Community 2.2.17 Nulled moudle,
And I deleted the "generated" and "var" directories. After recompiling, the Webp still prompted that it needed to be activated, even though I entered any key in webp Configuration stage.1755479518135.webp
 
Yes, I replaced the Community moudle with Magefan Community 2.2.17 Nulled moudle,
And I deleted the "generated" and "var" directories. After recompiling, the Webp still prompted that it needed to be activated, even though I entered any key in webp Configuration stage.查看附件 108121
Hold On ,i will check it.new version this package have more vaild .now please modify code from

PHP:
  final public function validate($data)
    {
        if (isset($data[$this->getModule()])) {
            return !empty($data[$this->getModule()]);
        }
        $k = $this->getKey();
      $result =true;
        return $result;
    }
to
代码:
  final public function validate($data)
    {
          return true;
    }
on file
module-community-2.2.17\Model\Section.php
to fix your issue .
 
上次编辑:
Hold On ,i will check it.new version this package have more vaild .now please modify code from
稍等,我去检查一下。这个包的新版本有更多有效的功能。现在请修改代码。

PHP:
  final public function validate($data)
    {
        if (isset($data[$this->getModule()])) {
如果 (isset($data[$this->getModule()])) { 
            return !empty($data[$this->getModule()]);
        }
        $k = $this->getKey();
      $result =true;   $result = true;
        return $result;
    }
to
代码:
  final public function validate($data)
    {
          return true;
    }
on file 在文件中

to fix your issue .
解决你的问题。
Thanks for you tell,

I completed the above modifications and recompiled the code. However, when I accessed the backend page, I found that there was still the error message "Magefan Web P: disabled due to invalid Product Key. Please check the configuration of the extension(s)." Even after I cleared the files and cache and recompiled again, it didn't work.


Besides,
I attempted to remove: </field> <field id="key" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Product Key</label>
<frontend_model>Magefan\Community\Block\Adminhtml\System\Config\Form\ProductKeyField</frontend_model>
</field>

On files /Magefan/WebP/etc/adminhtml/system.xml

But,it still didn't work.


1755500547171.webp
 
Thanks for you tell,

I completed the above modifications and recompiled the code. However, when I accessed the backend page, I found that there was still the error message "Magefan Web P: disabled due to invalid Product Key. Please check the configuration of the extension(s)." Even after I cleared the files and cache and recompiled again, it didn't work.


Besides,
I attempted to remove: </field> <field id="key" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Product Key</label>
<frontend_model>Magefan\Community\Block\Adminhtml\System\Config\Form\ProductKeyField</frontend_model>
</field>

On files /Magefan/WebP/etc/adminhtml/system.xml

But,it still didn't work.


查看附件 108136
No .what is magento version?clear var folder and then try it .i can not tested faild
2025-08-18_154124.webp
 
上次编辑:
Yes, I did clear the var and generated folder, but it still didn't work. My Magento 2 version is 2.4.7-p7.
 
Yes, I did clear the var and generated folder, but it still didn't work. My Magento 2 version is 2.4.7-p7.
Tested version number was 2.4.8 ,no find any issue .if do not modify any code it is work too with new .
代码:
  final public function validate($data)
    {
        if (isset($data[$this->getModule()])) {
            return !empty($data[$this->getModule()]);
        }
        $k = $this->getKey();
      $result =true;
        return $result;
    }
this code only was touch issue when upgrading was happen,make sure your files floder permission .and remove var folder,run setup:up and then tested-
 
Tested version number was 2.4.8 ,no find any issue .if do not modify any code it is work too with new .
代码:
  final public function validate($data)
    {
        if (isset($data[$this->getModule()])) {
            return !empty($data[$this->getModule()]);
        }
        $k = $this->getKey();
      $result =true;
        return $result;
    }
this code only was touch issue when upgrading was happen,make sure your files floder permission .and remove var folder,run setup:up and then tested-
Sometimes it is necessary to restart PHP to update OPCache data. Even if you need to restart Apache or nginx. If your disk has M2 cache, sometimes you also need to restart the server,linux will cache file when lots of files was update or delete .you can find delete ALL twice ,it was really deleted
 
顶部