Wordpress从一致的URL提供资源

时间:2017-10-01 12:04:24

标签: php html wordpress wordpress-theming

当我在 GTmetrix 中测试我的wordpress网站时,我得到了这个结果:
从一致的网址提供资源 以下资源具有相同的内容,但是从不同的URL提供。从一致的URL提供这些资源以保存1个请求和54.8KiB。

Angular2 How to display error page while keeping route

http://joangjermeni.joangjermeni.com/wp-content/plugins/themify-wc-product-filter/admin/themify-icons/fonts/themify.woff

如果我停用“Themify Product Filter”插件,则可以。我不想停用此插件,我无法在代码中找到这些URL。
有人能帮助我吗?

1 个答案:

答案 0 :(得分:0)

您可以从文件顶部的(插件css)中删除以下行:\ themify-wc-product-filter \ admin \ themify-icons \ themify-icons.css

@font-face {
    font-family: 'themify';
    src: url('fonts/themify.eot');
    src: url('fonts/themify.eot') format('embedded-opentype'),
        url('fonts/themify.woff') format('woff'),
        url('fonts/themify.ttf') format('truetype'),
        url('fonts/themify.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}