szepeviktor / w3-total-cache-fixed

A community driven build of W3 Total Cache. The aim is to continuously incorporate fixes, improvements, and enhancements over the official WordPress release of W3 Total Cache.
https://github.com/szepeviktor/w3-total-cache-fixed/releases
MIT License
237 stars 47 forks source link

W3TC is making two links with same content and loading both of them. #572

Open DivyeshPuri opened 6 years ago

DivyeshPuri commented 6 years ago

Thank you for reporting an issue!

Please make sure you describe the issue and your use case.

It is helpful if you provide details of your environment:

Please provide an error log if you can by adding these lines to your wp-config.php:

define( 'WP_DEBUG', true );

define( 'WP_DEBUG_LOG', true );

WordPress puts the error log in /wp-content/debug.log

If you are also proposing a solution then please make sure to elaborate on why your solution is adequate.