Asif2BD / W3-Total-Cache-Reloaded

Based of Fix-W3TC

Home Page:https://github.com/szepeviktor/fix-w3tc/releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

W3 Total Cache Reloaded - Based on Fix-W3TC Build Status

Fix and customize W3 Total Cache by @ftownes

Installation

  1. Follow this step-by-step guide.

Fix

And customize

  • Disable edge mode evaluation.reminder
  • Hide most widgets from W3TC Dashboard
  • Remove informational submenus $pages_tail
  • Remove contextual help w3tc_*
  • Make admin pages smaller #w3tc h2.logo { float: right; }
  • Remove HTML comment by hooking w3tc_can_print_comment
  • Disable EDD/licensing

Disabled submenus

  • FAQ
  • Support
  • Install
  • About

Disabled W3TC plugins

  • W3_Plugin_NewRelicAdmin
  • W3_Licensing

Disabled W3TC widgets

  • W3_Widget_SpreadTheWord
  • W3_Widget_News
  • W3_Widget_Forum
  • W3_Widget_MaxCDN
  • W3_Widget_NetDNA
  • W3_Widget_NewRelic

Mini CI

find -type f -name "*.php" -exec php -l "{}" ";"

Upstream

svn: https://plugins.svn.wordpress.org/w3-total-cache/

git: https://github.com/wp-plugins/w3-total-cache.git

PHP 7 support

In version 7.0.9 reference arguments were disallowed in call_user_func().

This is how to find them in the code:

grep -Fnr 'ob_callback(&$buffer)' w3-total-cache/*

Props. IT Nota

Alternatives

About

Based of Fix-W3TC

https://github.com/szepeviktor/fix-w3tc/releases

License:MIT License


Languages

Language:PHP 96.4%Language:JavaScript 2.6%Language:CSS 0.7%Language:Modelica 0.2%Language:Shell 0.1%Language:Perl 0.1%Language:HTML 0.0%