Giter Club home page Giter Club logo

wp-performance's Introduction

wp-performance's People

Contributors

alaca avatar cmhello avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

wp-performance's Issues

Url.getClean function could use parse_url, as internal files are marked external

Hey, let me preface this by saying I'm not a PHP developer so it's entirely possible I don't understand the issue in a deep way, on my installs of this plugin I've replaced the getClean function in Url class with:

public static function getClean( $path )
{
    return parse_url($path)['path'];
}

as otherwise, I get issues with some plugins having their files identified as external, and seems to work just fine for removing querystring and whatnot from the file path

I'm happy to continue using my modified plugin version, but it would be great if we could reach some sort of fix for the external files issue

Plugin breaks RSS feed

I was just notified that my RSS feed is broken. It seems to be an issue with this plugin. I checked the error logs, and this is what I get. Disabling this plugin seems to fix my feed.

[19-Jan-2021 04:16:38 UTC] PHP Parse error: syntax error, unexpected ‘version’ (T_STRING) in /path/to/wp-content/cache/wpp-cache/example.com/feed/index.html on line 1

All the cache files are loaded from http not https

I am using the Nginx and enable the ssl, all the cache files are loaded from http not https

Mixed Content: The page at 'https://www.abc.com/' was loaded over HTTPS, but requested an insecure script 'http://www.abc.com/wp-content/cache/wpp-cache/a71db0654391ecb71330d63f647baf25.js'. This request has been blocked; the content must be served over HTTPS.

TTFB - Time To First Byte

Your plugin increase TTFB, when I test my websites on Google PageSpeed ​​my result is bad because of this

Can you fix this in your plugin?

Thanks, your plugin is very good

To do the same things I use 6 plugins to solve the same problems

GZIP, and Specify a Vary

GTMetrix report here: https://gtmetrix.com/reports/recherche-skincare.com/ZgMdOKLk

GZip

Already selected:

Enable gzip compression | Compressing resources with gzip reduce the number of bytes sent over the network

BUT, it seems GTMetrix has not detected it even after purging the website, and the CDN cache. We are using NuCDN.

Is there something we can do about this?

Background: Breeze was f-ing the website up by loading it as symbols, and breaking the code on a line of CSS, so we switched to WP Performance.

Specify a Vary

Not sure if we saw the Specify a Vary error in Breeze previously, but it came about when using WP Performance.

Is there a way to directly have this resolved using WP Performance?

Adsense Compatibility

When asynchronously javascript option on JS Tab is enabled, my Adsense does not show anymore

Cache of HTML files not working

The cache of HTML/CSS/JS files is not working when enable the HTML optimization. I tried multiple scenarios of options and nothing works when I active this optimization. The cache statistics of html files stay on 0.00B on cache tab and the source code stay unaltered.

My current setup is Debian 9, nginx with PHP 7.4-FPM and Wordpress version 5.5.1.

Entry in robots.txt that shouldn't be there

Running a site audit, I get an error saying "Robots.txt file has format errors" caused by this entry:

<!-- WP Performance error: both head and body tag should be present in template file -->

While this is likely an issue, it shouldn't be in the robots.txt.

Woocommerce issues

We have issues on different websites where woocommerce is installed.
For example, you are not able to do the payment, or even to add a product to cart (if its ajax based).

Is this something we have to exclude manually?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.