Quantcast
Channel: WordPress.org Forums » [W3 Total Cache] Support
Viewing all 19290 articles
Browse latest View live

Fragment caching with W3TC plugin

$
0
0

Replies: 2

I just got the pro version of W3TC to be able to use fragment caching. I don’t know if I am missing something. So far:

I have defined in wp-config.php: define( ‘W3TC_DYNAMIC_SECURITY’, ‘1234321’ );

In the options from WP Admin I have set the page cache to Disk: Basic and I have also turned on late initialization under the Page Cache settings section. To be sure that it works, I have tried this and it works as expected (shows current time and doesn’t cache it, it changes when reloading the page):


<!– 1234321 mfunc echo ‘This is my website cached’; –>
echo ‘The time is ‘.date( ‘H:i:s’, time() );
<!–/mfunc 1234321 –>

Now the problem comes. In the top right corner of my webpage, if the user is logged in I show “Hello user” but if the user is not logged in I show “Sign up” and “Log In”. I would like to disable cache from those buttons (or even the whole navbar, I don’t know). This is the code of my navbar:


<nav id="navigation" role="navigation" class="clearfix">
    <div class="shadow"></div>
    <?php if (class_exists('UserProfile')) : ?>
	<?php $up = UserProfile::getInstance(); ?>
	<ul id="user-menu" class="menu">
	<?php if ($up->current_user->ID == 0) : ?>
	  <li><a>signup_page) ?>">Sign Up</a></li>
	  <li><a>profile_page) ?>">Log In</a></li>
        <?php else : ?>
	  <li><a>profile_page) ?>">Hello, <?= $up->current_user_data->first_name ?></a></li>
	<?php endif; ?>
	<li class="logo_autobild"><a href="http://www.autobild.es/" target="_blank" rel="noopener noreferrer"><img />wp-content/themes/cocheando/img/autobild.png"></a></li>
 </ul>
<?php endif; ?>
</nav>

How can I disable cache in this code (as it is HTML + PHP). I am completely lost, I just got the pro version to do this. Thank you in advance

  • This topic was modified 4 hours, 44 minutes ago by dacevid.
  • This topic was modified 4 hours, 18 minutes ago by Jan Dembowski. Reason: Fixed formatting

download.gz Downloads when viewing the site (sometimes)

$
0
0

Replies: 2

Hi,

Across a number of servers we see an occasional issue. (hard to replicate as it only happens every so often.

When you have the browser gzip compression option enabled, sometimes when we view the website it starts to download a file download.gz which contains a file named download which is the HTML source of the page.

As i mentioned if i disable the gzip option its back to normal (without Gzip though) if i re-enable it and clear cache its all fine. and will be for some time – often months until someone reports it occurring again and we repeat the process.

When its occurring im still able to login via admin.

Any idea on what could be casuing this? we do have mod_deflate installed and apache 2.4

Flush cache for specific page

$
0
0

Replies: 2

The website have > 10k pages, all cached. But specific pages (like home page) i need to flush every 1 minute or on specific event. How to do that with w3tc? Totally disable cache for specific page is not good idea cause i want to get it cached. But updated after some event/by calling php function.

Thanks in advance.

  • This topic was modified 1 hour, 45 minutes ago by iShr00m.

W3TC + WooCommerce Social Login

$
0
0

Replies: 0

How does one set W3TC to exclude the wp_woocommerce_session* cookie from being cached?
I have searched all over but cannot find something that answers the question.

Thanks in advance.

Ideal settings for lifetime/garbage collection/preloading?

$
0
0

Replies: 1

We’re using the Pro version of W3TC and using fragment caching because our site has a Woo-based store with some pages containing hundreds of items (but we need to keep things like the cart menu dynamic).

Once the big pages have been cached they load very quickly, but often we revisit the site after some period of time and those pages load very slowly, as if they are not cached.

Ideally these pages would always be cached unless a product is updated, at which point the page cache would immediately be regenerated. While the regeneration is occurring, we would rather see an older cached page than to ever have a state where there is no cached page at all.

There are various settings both for fragment caching and for page caching that suggest they may have an effect on all this. Maximum lifetime of cache objects, garbage collection interval (in both places), default lifetime of cached fragments. Does this mean that if we have pages cached they might get flushed automatically and end up not being cached? How can we determine the optimum settings? I can’t find any documentation that suggests what affects what here.

And there are the cache preload/priming settings – I _think_ this depends on having a good sitemap, which we need to tweak. I wonder why “preload the post cache upon publish events” is not checked – would we not want any changes to be preloaded into the cache? Also how does preloading work with the apparent clearing of cache objects noted in the previous paragraph?

Thanks in advance!

After deactivating W3 Total Cache, site is no longer displaying spaces

$
0
0

Replies: 0

Hi, I recently deactivated the W3 Total Cache plugin as I suspected it may have been interfering with a design plugin by not showing changes I was making right away. So I deactivated the plugin, but that created a new problem. Immediately after deactivating it, my site no longer displays spaces between paragraphs on individual pages/posts. It only works on the homepage.

No matter what I do, I can’t seem to get those spaces back. I have since reactivated the plugin but that didn’t fix the issue. Even when I update a page with spaces clearly showing in the visual editor as well as the html editor, it still doesn’t work. I tried placing the <p> tags in between paragraphs — still doesn’t work.

I contacted my webhost technical support and after trying for a half hour to diagnose the issue they told me to get in contact with you about this. How do I get this issue resolved? Thank you.

Exclude X Theme JS from Minifying

$
0
0

Replies: 1

Hello, I have a staging site for testing theme and plugins updates. I noticed once I updated my X Theme and Cornerstone, I get “Uncaught TypeError: Cannot read property ‘action’ of undefined” at x.js:1. After troubleshooting, I discovered the cause to be W3 Total Cache’s minify settings.

I tried to add “wp-content/themes/x/framework/dist/js/site/x.js” to “Never minify the following JS files:” but it doesn’t work.

I went through and tried to disable minify but it seems to throw that error regardless of what I do, unless I deactivate the plugin entirely. Is there anyway I can continue using Total Cache and exclude X Theme scripts and files from minifying? Thank you.

W3TC Not showing dedicated server caching options

$
0
0

Replies: 0

So, I have a dedicated InMotion rack and I used EasyApache4 to ensure I got my php profile correct, I have op_cache installed for php 7.1 (and all other php versions besides 5.x, those are using zend guard) and all of my sites and running on their own dedicated IP addresses with separate cPanels. All of them have php 7.1 running on them along with op_cache and soon (hopefully) mod_pagespeed. But whenever I go to the caching options, everything for dedicated/VPS servers are greyed out, even though I have op_cache enabled in WHM and in the base php.ini file. Am I doing something incorrect?


Google Analytics Code Not showing up in the source code

$
0
0

Replies: 0

I just deactivated all my plugins one at a time and discovered the W3 Cache was causing Google Analytics code to disappear from the site. Just thought you would want to know. I am not the developer, but let me know if you would like to discuss further with my developer and I can connect you.

Structured Data

$
0
0

Replies: 0

Hello,

I am wondering if you can assist?

I have a client website, whose ‘structured data’ was getting stripped with W3 Total Cache enabled – see: http://prntscr.com/k7ak6c and http://prntscr.com/k7aks8

However once it was disabled, the recipe structured data came back – see: http://prntscr.com/k7amgs

The client is using the plugin ‘WP Recipe Maker Premium’

Has anyone experienced this before?

Can W3 Total Cache be re-activated, but the configuration changed somehow, so the issue doesn’t re-occur?

Any advise would be appreciated.

Kind regards,

Anthony

  • This topic was modified 1 hour, 11 minutes ago by swish888. Reason: incorrect screenshot url

Remove “Purge from Cache” in Posts List

$
0
0

Replies: 0

Hello, after installing W3 Total Cache, the new option to “Purge from Cache” that was added to all my posts when I visit /wp-admin/edit.php has messed up my posts section. All the titles are now vertically stretched and long.

Is there anyway I can remove/disable the “Purge from Cache” link from the posts list page, aka /wp-admin/edit.php?

Its MIME type, “text / html”, does not match the “text / css”

$
0
0

Replies: 0

After nine months, the issue is still there, as in this topic.

Files /wp-content/cache/minify/0451a.default.include-footer.760257.js and /wp-content/cache/minify/0451a.default.include.114c12.css are not loaded, and block site rendering.

Really no clues on this?

Multisite subsite > purge all caches > “The link you followed has expired.”

$
0
0

Replies: 0

Hi, I have WP in multisite mode.

When I am on the home page of a subdomain network site, and I go to Header Bar > Performance > Purge All Caches, I end up on a grey page with a white box which contains:

The link you followed has expired.

Is there a way to clear the cache for a network site only, rather than for the whole multisite network?

When I go to Network Admin > Performance > Dashboard > [empty all caches], the subdomain network site in question will not load the edits I have made to its stylesheet when I hard refresh the site or after clearing my browser cache.

  • This topic was modified 19 minutes ago by insightdes.
  • This topic was modified 19 minutes ago by insightdes.

Allow Cookie option to show in front page

$
0
0

Replies: 0

Hello Team,

I am using W3 total cache, it is great plug-in with lot of options available but my query is whether is there any option to make “Browser caching” to accept cookies for front-end pages to display in footer.

Thank you

Leverage Browser Cache score is very poor

$
0
0

Replies: 0

Hi

Here is my .htaccess file:

# BEGIN W3TC Browser Cache
<IfModule mod_mime.c>
    AddType text/css .css
    AddType text/x-component .htc
    AddType application/x-javascript .js
    AddType application/javascript .js2
    AddType text/javascript .js3
    AddType text/x-js .js4
    AddType text/html .html .htm
    AddType text/richtext .rtf .rtx
    AddType image/svg+xml .svg
    AddType text/plain .txt
    AddType text/xsd .xsd
    AddType text/xsl .xsl
    AddType text/xml .xml
    AddType video/asf .asf .asx .wax .wmv .wmx
    AddType video/avi .avi
    AddType image/bmp .bmp
    AddType application/java .class
    AddType video/divx .divx
    AddType application/msword .doc .docx
    AddType application/vnd.ms-fontobject .eot
    AddType application/x-msdownload .exe
    AddType image/gif .gif
    AddType application/x-gzip .gz .gzip
    AddType image/x-icon .ico
    AddType image/jpeg .jpg .jpeg .jpe
    AddType image/webp .webp
    AddType application/json .json
    AddType application/vnd.ms-access .mdb
    AddType audio/midi .mid .midi
    AddType video/quicktime .mov .qt
    AddType audio/mpeg .mp3 .m4a
    AddType video/mp4 .mp4 .m4v
    AddType video/mpeg .mpeg .mpg .mpe
    AddType application/vnd.ms-project .mpp
    AddType application/x-font-otf .otf
    AddType application/vnd.ms-opentype ._otf
    AddType application/vnd.oasis.opendocument.database .odb
    AddType application/vnd.oasis.opendocument.chart .odc
    AddType application/vnd.oasis.opendocument.formula .odf
    AddType application/vnd.oasis.opendocument.graphics .odg
    AddType application/vnd.oasis.opendocument.presentation .odp
    AddType application/vnd.oasis.opendocument.spreadsheet .ods
    AddType application/vnd.oasis.opendocument.text .odt
    AddType audio/ogg .ogg
    AddType application/pdf .pdf
    AddType image/png .png
    AddType application/vnd.ms-powerpoint .pot .pps .ppt .pptx
    AddType audio/x-realaudio .ra .ram
    AddType image/svg+xml .svg .svgz
    AddType application/x-shockwave-flash .swf
    AddType application/x-tar .tar
    AddType image/tiff .tif .tiff
    AddType application/x-font-ttf .ttf .ttc
    AddType application/vnd.ms-opentype ._ttf
    AddType audio/wav .wav
    AddType audio/wma .wma
    AddType application/vnd.ms-write .wri
    AddType application/font-woff .woff
    AddType application/font-woff2 .woff2
    AddType application/vnd.ms-excel .xla .xls .xlsx .xlt .xlw
    AddType application/zip .zip
</IfModule>
<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType text/css A31536000
    ExpiresByType text/x-component A31536000
    ExpiresByType application/x-javascript A31536000
    ExpiresByType application/javascript A31536000
    ExpiresByType text/javascript A31536000
    ExpiresByType text/x-js A31536000
    ExpiresByType text/html A3600
    ExpiresByType text/richtext A3600
    ExpiresByType image/svg+xml A3600
    ExpiresByType text/plain A3600
    ExpiresByType text/xsd A3600
    ExpiresByType text/xsl A3600
    ExpiresByType text/xml A3600
    ExpiresByType video/asf A31536000
    ExpiresByType video/avi A31536000
    ExpiresByType image/bmp A31536000
    ExpiresByType application/java A31536000
    ExpiresByType video/divx A31536000
    ExpiresByType application/msword A31536000
    ExpiresByType application/vnd.ms-fontobject A31536000
    ExpiresByType application/x-msdownload A31536000
    ExpiresByType image/gif A31536000
    ExpiresByType application/x-gzip A31536000
    ExpiresByType image/x-icon A31536000
    ExpiresByType image/jpeg A31536000
    ExpiresByType image/webp A31536000
    ExpiresByType application/json A31536000
    ExpiresByType application/vnd.ms-access A31536000
    ExpiresByType audio/midi A31536000
    ExpiresByType video/quicktime A31536000
    ExpiresByType audio/mpeg A31536000
    ExpiresByType video/mp4 A31536000
    ExpiresByType video/mpeg A31536000
    ExpiresByType application/vnd.ms-project A31536000
    ExpiresByType application/x-font-otf A31536000
    ExpiresByType application/vnd.ms-opentype A31536000
    ExpiresByType application/vnd.oasis.opendocument.database A31536000
    ExpiresByType application/vnd.oasis.opendocument.chart A31536000
    ExpiresByType application/vnd.oasis.opendocument.formula A31536000
    ExpiresByType application/vnd.oasis.opendocument.graphics A31536000
    ExpiresByType application/vnd.oasis.opendocument.presentation A31536000
    ExpiresByType application/vnd.oasis.opendocument.spreadsheet A31536000
    ExpiresByType application/vnd.oasis.opendocument.text A31536000
    ExpiresByType audio/ogg A31536000
    ExpiresByType application/pdf A31536000
    ExpiresByType image/png A31536000
    ExpiresByType application/vnd.ms-powerpoint A31536000
    ExpiresByType audio/x-realaudio A31536000
    ExpiresByType image/svg+xml A31536000
    ExpiresByType application/x-shockwave-flash A31536000
    ExpiresByType application/x-tar A31536000
    ExpiresByType image/tiff A31536000
    ExpiresByType application/x-font-ttf A31536000
    ExpiresByType application/vnd.ms-opentype A31536000
    ExpiresByType audio/wav A31536000
    ExpiresByType audio/wma A31536000
    ExpiresByType application/vnd.ms-write A31536000
    ExpiresByType application/font-woff A31536000
    ExpiresByType application/font-woff2 A31536000
    ExpiresByType application/vnd.ms-excel A31536000
    ExpiresByType application/zip A31536000
</IfModule>
<IfModule mod_deflate.c>
    <IfModule mod_filter.c>
        AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/bmp application/java application/msword application/vnd.ms-fontobject application/x-msdownload image/x-icon image/webp application/json application/vnd.ms-access application/vnd.ms-project application/x-font-otf application/vnd.ms-opentype application/vnd.oasis.opendocument.database application/vnd.oasis.opendocument.chart application/vnd.oasis.opendocument.formula application/vnd.oasis.opendocument.graphics application/vnd.oasis.opendocument.presentation application/vnd.oasis.opendocument.spreadsheet application/vnd.oasis.opendocument.text audio/ogg application/pdf application/vnd.ms-powerpoint image/svg+xml application/x-shockwave-flash image/tiff application/x-font-ttf application/vnd.ms-opentype audio/wav application/vnd.ms-write application/font-woff application/font-woff2 application/vnd.ms-excel
    <IfModule mod_mime.c>
        # DEFLATE by extension
        AddOutputFilter DEFLATE js css htm html xml
    </IfModule>
    </IfModule>
</IfModule>
<FilesMatch "\.(css|htc|less|js|js2|js3|js4|CSS|HTC|LESS|JS|JS2|JS3|JS4)$">
    FileETag MTime Size
    <IfModule mod_headers.c>
        Header set Pragma "public"
        Header set Cache-Control "public"
         Header set X-Powered-By "W3 Total Cache/0.9.7"
    </IfModule>
</FilesMatch>
<FilesMatch "\.(html|htm|rtf|rtx|svg|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|SVG|TXT|XSD|XSL|XML)$">
    FileETag MTime Size
    <IfModule mod_headers.c>
        Header append Vary User-Agent env=!dont-vary
        Header set Pragma "public"
        Header set Cache-Control "public"
         Header set X-Powered-By "W3 Total Cache/0.9.7"
    </IfModule>
</FilesMatch>
<FilesMatch "\.(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|webp|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|_ttf|wav|wma|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|WEBP|JSON|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|_TTF|WAV|WMA|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW|ZIP)$">
    FileETag MTime Size
    <IfModule mod_headers.c>
        Header set Pragma "public"
        Header set Cache-Control "public"
         Header unset Set-Cookie
         Header set X-Powered-By "W3 Total Cache/0.9.7"
    </IfModule>
</FilesMatch>
<FilesMatch "\.(bmp|class|doc|docx|eot|exe|ico|webp|json|mdb|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|pot|pps|ppt|pptx|svg|svgz|swf|tif|tiff|ttf|ttc|_ttf|wav|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|BMP|CLASS|DOC|DOCX|EOT|EXE|ICO|WEBP|JSON|MDB|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|POT|PPS|PPT|PPTX|SVG|SVGZ|SWF|TIF|TIFF|TTF|TTC|_TTF|WAV|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW)$">
    <IfModule mod_headers.c>
         Header unset Last-Modified
    </IfModule>
</FilesMatch>
<IfModule mod_headers.c>
    Header set Referrer-Policy ""
</IfModule>
# END W3TC Browser Cache
# BEGIN W3TC CDN
<FilesMatch "\.(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|webp|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|_ttf|wav|wma|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|WEBP|JSON|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|_TTF|WAV|WMA|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW|ZIP)$">
   <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteCond %{HTTPS} !=on
      RewriteRule .* - [E=CANONICAL:http://%{HTTP_HOST}%{REQUEST_URI},NE]
      RewriteCond %{HTTPS} =on
      RewriteRule .* - [E=CANONICAL:https://%{HTTP_HOST}%{REQUEST_URI},NE]
   </IfModule>
   <IfModule mod_headers.c>
      Header set Link "<%{CANONICAL}e>; rel=\"canonical\""
   </IfModule>
</FilesMatch>
<IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
</IfModule>
# END W3TC CDN
# BEGIN W3TC Page Cache core
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTPS} =on
    RewriteRule .* - [E=W3TC_SSL:_ssl]
    RewriteCond %{SERVER_PORT} =443
    RewriteRule .* - [E=W3TC_SSL:_ssl]
    RewriteCond %{HTTP:X-Forwarded-Proto} =https [NC]
    RewriteRule .* - [E=W3TC_SSL:_ssl]
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteRule .* - [E=W3TC_ENC:_gzip]
    RewriteCond %{HTTP_COOKIE} w3tc_preview [NC]
    RewriteRule .* - [E=W3TC_PREVIEW:_preview]
    RewriteCond %{REQUEST_METHOD} !=POST
    RewriteCond %{QUERY_STRING} =""
    RewriteCond %{REQUEST_URI} \/$
    RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle|tinv_wishlist) [NC]
    RewriteCond "%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}" -f
    RewriteRule .* "/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_SSL}%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}" [L]
</IfModule>
# END W3TC Page Cache core
# BEGIN W3TC Skip 404 error handling by WordPress for static files
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !(robots\.txt|[a-z0-9_\-]*sitemap[a-z0-9_\-]*\.(xml|xsl|html)(\.gz)?)
    RewriteCond %{REQUEST_URI} \.(css|htc|less|js|js2|js3|js4|html|htm|rtf|rtx|svg|txt|xsd|xsl|xml|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|webp|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|_ttf|wav|wma|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|zip)$ [NC]
    RewriteRule .* - [L]
</IfModule>
# END W3TC Skip 404 error handling by WordPress for static files
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

I am getting very poor leverage caching result:

https://thestempedia.com/wp-content/cache/minify/63a69.js (expiration not specified)
https://salesiq.zoho.com/widget (5 minutes)
https://s3y6d2x5.stackpathcdn.com/…oads/2018/06/Students-Alt-1000x667-1.jpg (55.5 minutes)
https://s3y6d2x5.stackpathcdn.com/…man-company-325924-1000x667-1000x667.jpg (55.5 minutes)
https://s3y6d2x5.stackpathcdn.com/…an-172831-unsplash-1000x668-1000x668.jpg (55.5 minutes)
https://s3y6d2x5.stackpathcdn.com/…ontent/uploads/2018/06/Slider1-Phone.jpg (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/…ontent/uploads/2018/06/Slider2-Phone.jpg (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/…nt/uploads/2018/06/Smashing-Robotics.png (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/…t/uploads/2018/06/The-Times-of-India.png (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/wp-content/uploads/2018/07/Slider1.jpg (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/wp-content/uploads/2018/07/Slider4.jpg (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/…gr3hwnpnm4bdrqirlfs7gv7zh623nwdp9qo4.png (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/…/uploads/2018/05/STEMpedia-logo_55PX.png (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/…ontent/uploads/2018/06/Slider3-Phone.jpg (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/…wp-content/uploads/2018/07/Slider2-1.jpg (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/…ontent/uploads/2018/06/Slider4-Phone.jpg (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/…p-content/uploads/2018/06/Hack-a-Day.png (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/…ds/2018/06/Home-Page-Infograph-Phone.jpg (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/…p-content/uploads/2018/06/STEAM-Labs.png (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/wp-content/uploads/2018/06/ht-1.png (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/…Badges_WhiteOutlined_RGB_Rectangle-1.png (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/…p-content/uploads/2018/06/Your-Story.png (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/wp-content/uploads/2018/07/Slider3.jpg (55.8 minutes)
https://s3y6d2x5.stackpathcdn.com/…18/06/Home-page-Infograph-1-1000x563.jpg (60 minutes)
https://www.google-analytics.com/plugins/ua/linkid.js (60 minutes)
https://www.google-analytics.com/analytics.js (2 hours)

I am using CDN from stackpath. Please help me speed my page.


Resized images are not uploading to s3 bucket

$
0
0

Replies: 0

Hi,

I am using the Amazon cloud front + S3 for the CDN. When ever i am uploading the images in my site it is not created the resized images as expecting. Before enabling the cdn it was fine. But not the resized images are not storing in s3.

Thanks.

AWS S3 Region – Paris

$
0
0

Replies: 0

Hi there,

Could the new “EU/Paris” region be added on the CDN settings for AWS S3?

Are wordpress plugins now hosted via GIT or still on SVN? If on Git, I could help and do a pull request for this setting.

W3 sometimes not caching hompage….

$
0
0

Replies: 0

…..how do I make sure that the URL will always be cached?

So currently I use W3 Total Cache and Cloudflare, everything else works fine. But as you can see in this screen shot from Pingdom, sometimes the URL is not cached by LiteSpeed or Cloudflare and other times it is. This changes the load time from 7.0sec to 1.8sec, so it would be really helpful if it is cached all the time.

Is there anyway using W3 or Cloudlfare that I can set this URL/file to alway be ‘HIT’ rather then ‘MISS’?

Thanks

Previewing post in WordPress causes fatal error (featured image)

$
0
0

Replies: 0

Hi

I get the “Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0” error when I preview a post in WordPress

I seem to have narrowed it down to featured images. The page previews fine when I don’t use a featured image or when I deactivate W3 Total Cache.

I am not very technical so I don’t know how to edit wordpress files etc

Is there another way of sorting this problem?

Thanks in advance

Lexx

Issue with MAX Cdn – is now stack path

$
0
0

Replies: 0

A configuration issue prevents CDN from working: The “Authorization key” and “Replace default hostname with” field(s) cannot be empty.You need to select / create a pull zone.

I had originally set up to work with Max CDN, but now it is associated with Stack path which doesn’t have free accounts. I don’t want to set up an account with them. I am getting this error above now. What CDN would you work with? A2 hosting has built in W3 total Cache and works with MAX CDN.

I just loaded the plug-in a while ago and I don’t have optimized A2 WP on my website.

Thanks in advance.

Viewing all 19290 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>