Replies: 0
I tried to implement fragment cache using Pro version of W3TC but site does not load.
I added below code with recommended settings mentioned on Git.
<!– mfunc mysecurestring –>
PHP Code
<!– /mfunc mysecurestring –>
Settings:
1. Enable Fragment Cache
2. Set Fragment Cache : Disk
3. Add constant to wp-config.php filr define( ‘W3TC_DYNAMIC_SECURITY’, ‘mysecurestring’ );
4. Enable Late Initialization
5. Also add mfunc and mclude to Ignored comment stems: in the Minify settings
6. Page Cache: Disk basic
Can someone please help