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

roam92 on "[Plugin: W3 Total Cache] Minify is broken in latest version of W3TC 0.9.3"

$
0
0

The statistics now for version 0.9.3 on the main W3TC plugin page continue to be problematic:

27 people say it works.
19 people say it's broken.

with:

34 of 380 support threads in the last two months have been resolved.

Aside from WP-Minify which we're now using instead, are there any other good alternatives to W3TC, that do most of what it does?


toddprouty on "[Plugin: W3 Total Cache] Java not found when enabling Closure"

$
0
0

When I try to enable minification with Closure Compiler used for JavaScript, the following error is displayed:

The following minifiers cannot be found or are no longer working:

Closure Compiler: JAVA executable path was not found. The default minifier JSMin will be used instead.

This message will automatically disappear once the issue is resolved.

A similar error is displayed when I try to enable YUI Compressor. I'm on DreamHost, fwtw, and have set up my JAVA_HOME. Here are the results of "/usr/bin/java -version":

java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)

What can I do to fix this? Closure is better from everything I've read. Thanks.

http://wordpress.org/plugins/w3-total-cache/

coolsouk on "[Plugin: W3 Total Cache] total frustration over a small matter :("

$
0
0

Hey fellas, would appreciate your quick help over this stupid matter. my whole website works fine but the login/register isn't. it shows weird cached looking page everytime i click on it and tied millions of solutions without success. go to http://www.coolsouk.com and click login/register on the top right header bar.
Note that you can view the login/register correctly if you click on "my account" from the Navigation menu.

http://wordpress.org/plugins/w3-total-cache/

coolsouk on "[Plugin: W3 Total Cache] total frustration over a small matter :("

$
0
0

sorry forgot to mention that i have w3 total cache

gruvii on "[Plugin: W3 Total Cache] Feature Request: Ability to change Amazon CDN origin"

$
0
0

Is there anyway that you can allow the cdn origin name to be changed? The name of my domain in wordpress doesn't match what is in amazon because of how a more complex setup.

In wordpress domain is like

domain.xxxx.com because it is multisite install with xxxx.com being the main site.

http://www.domain.com as the public site through cloudflare which pulls from direct.domain.com. Your system forces the origin to be named domain.xxxx.com.

http://wordpress.org/plugins/w3-total-cache/

almooj-craig on "[Plugin: W3 Total Cache] _index.html and _index_high.html"

$
0
0

Hello,

I am using W3TC 0.9.3 page_enhanced cache and occasionally I get two copies of a cached page and their related _gzip pages.
_index.html
_index_high.html

They appear to be identical. Why is the _index_high.html created sometimes?

Thanks,
Craig

http://wordpress.org/plugins/w3-total-cache/

almooj-craig on "[Plugin: W3 Total Cache] Minify is broken in latest version of W3TC 0.9.3"

$
0
0

I recently started using 0.9.3, first on a new 3.6 single user after getting it configured it works correctly with minimize.

Then I did a manual upgrade on a 3.1.3 by first renaming the W3TC directory and then installing the new files from the 0.9.3. Minimize works fine.

I also had an old 2.7mu where I tried to get 0.9.3 to work but had too many missing functions and fatal errors, so I upgraded 2.7mu to 3.6 and then manually installed 0.9.3 and minimize works fine on all of the different blogs, they also all run different templates.

So to sum it up that's 3 diverse uses of 0.9.3 that work correctly with minimize.

Perhaps you have a configuration problem or there is some leftover file from when you upgraded?

Craig

almooj-craig on "[Plugin: W3 Total Cache] Prefer .gz instead of .gzip"

$
0
0

Pothi,

Thanks for the nginx info on the possible if problems inside a location and the clever way you used a generated error to pass the request to Apache.

location / {
  error_page 418 = @cachemiss;
  recursive_error_pages on;

  if ($request_method = POST) { return  418; }

Craig


almooj-craig on "[Plugin: W3 Total Cache] How to work with minified versions when making changes to the files"

$
0
0

If those files are being combined and minified, then just edit the original files and clear the minify cache and possibly the page cache if there was a change in the minified file names.

Craig

pch-dev on "[Plugin: W3 Total Cache] How to work with minified versions when making changes to the files"

curdin on "[Plugin: W3 Total Cache] How to cache google fonts ?"

$
0
0

Hi,
I wouldn't worry about these. Googles font servers are probably faster than if you'd host the fonts yourself.

Saying that - if you do want to host the fonts yourself you can download them from Google fonts.

bhenselmann on "[Plugin: W3 Total Cache] Conflict with Front-end Editor"

nCrafts on "[Plugin: W3 Total Cache] Server Crashing"

$
0
0

My server crashed today with just 500 concurrent users. Yest we could take upto 1200 without going down. I don't what's causing this, but I think it's a memory leak. Something is taking up all the RAM. My error logs (in general, and the logs around the time of crash) show two recurring errors:

1. PHP Warning: apc_store(): Unable to allocate memory for pool
2. PHP Warning: include(/home/XYZ/wp-content/cache/config/master.php): failed to open stream: No such file or directory in /home/XYZ/wp-content/plugins/w3-total-cache/lib/W3/Config.php on line 262

Also, the cache directory on my WP is about 20 GB. Is that normal?

http://wordpress.org/plugins/w3-total-cache/

dannybeton on "[Plugin: W3 Total Cache] Session Variables"

Amisanoai on "[Plugin: W3 Total Cache] What is Garbage Collection Suposed to Do?"

$
0
0

Hello,

What is "Garbage collection interval" is suposed to do?

Does it delete a cache after it expires or set the validity time of the cache?

Because on Object Cache options there is 1 more option:

"Default lifetime of cache objects" together with "Garbage collection interval"

On Page Cache settings it looks like that the "Garbage collection interval" is to set the validity time of the cache and on Object Cache options it looks like that after "Default lifetime of cache objects" expires the cache will be deleted on an interval of time set on "Garbage collection interval"...

http://wordpress.org/plugins/w3-total-cache/


aop1980 on "[Plugin: W3 Total Cache] V 0.9.3 CDN Cloudfront Error - Empty Access Key"

$
0
0

I'm downgrading as well, the error causes a number of issues I believe with CDN syncing.

sagarrao on "W3 Total Cache Error: Can't read file /var../../config/master.php"

$
0
0

I found the problem with uploading files. I've installed WordPress on Amazon Ec2 instance and I found that the root device is full so it's not letting me add\upload files. I've increased the root device size and the upload is working fine now.

aop1980 on "[Plugin: W3 Total Cache] V 0.9.3 CDN Cloudfront Error - Empty Access Key"

$
0
0

Downgraded and problem is gone. Loading times back to the (faster) results prior to upgrade. CDN and W3TC wasn't syncing properly and minified files were taking 1-2 secs to download. Issue not present in 9.2.11.

cybnet on "W3 Total Cache: can't diasble "Use late init""

$
0
0

Me toot, after the last update that option was something like auto-marked (I didn't) and I can't deselect.

davidpmurphy on "W3 Total Cache Error: Files and directories could not be automatically created t"

$
0
0

I fixed my issue by deselecting "Remove write permissions from .htaccess and wp-config.php" under the "Tweeks" tab in Better WP Security plugin setting options.

Hope this helps someone.

Viewing all 19296 articles
Browse latest View live


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