Quantcast
Viewing all 19300 articles
Browse latest View live

longnha on "[Plugin: W3 Total Cache] Remove query strings from static resources"

I had the same problem before, after searching on Google I found the solution, add the code inside the PHP tage of your functions.php file.

function _remove_script_version( $src ){
    $parts = explode( '?ver', $src );
        return $parts[0];
}
add_filter( 'script_loader_src', '_remove_script_version', 15, 1 );
add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );

It work for more at least, hope it do for you.

Source here: http://diywpblog.com/wordpress-optimization-remove-query-strings-from-static-resources/


longnha on "[Plugin: W3 Total Cache] "Set cookie domain to.." does not work"

mrkustom on "[Plugin: W3 Total Cache] Obect Cache casuing the backend to load slow"

Hello,

When I installed the plugin everything was smooth but as days pass my by my backend was loading slow. Cannot update the menus or pages take very long to update or sometimes even gives me server error.

I have search alot and then try to disabled the object cache and updating start working. there is something wrong with odject cache. Any help in this regard thanks

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

damoncloudflare on "[Plugin: W3 Total Cache] W3 Total cache minify not working with Cloudflare."

Shouldn't be impacting this at all as long as you're not using both (CloudFlare and W3TC).

RevolvedMedia on "[Plugin: W3 Total Cache] Issue with logged in site members"

Our site members have been having issues with logging in and using our custom dashboard.

Many, many users are complaining that they are unable to use any buttons on their personal dashboards or are not able to login at all.

As an admin I am able to use the custom dashboards without issue, I have attempted to add our /dashboard/+ to the pages not to cache etc, this seems to not be working.

Its almost to the point where I will have to disable the plugin, I'm hoping you can offer a solution or an idea of what I can do?

Thanks for your time.

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

pablorodriguez on "[Plugin: W3 Total Cache] Is CDN working?"

Hello!

I've CDN on and configured, I can see as the browser loads things from my cloudfront but...in all the test sites as Yslow, GTMetrix, webpagetest...I can see that I've no CDN.

How can be possible?

Thanks in advance!

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

Suhas Naik on "[Plugin: W3 Total Cache] W3 Total cache minify not working with Cloudflare."

mgrmn on "[Plugin: W3 Total Cache] Social login buttons not displaying when using w3 total cache"

NICE Plugin, really great!

Using wp 3.5.2
Using w3 total cache

Not using any other cache plugins, going to use cloudflare + w3 total cache.

Not sure if this is a issue for w3 total cache or ao social (also posted in there plugin bug forum), this part is part of the html code in admin page for example, but does not display the oa social login providers, i have tried not minifying etc.. etc.. but no change, (yes i did clear cache before checking if that resolved issue)

<div class="oneall_social_login"><div class="oneall_social_login_label" style="margin-bottom: 3px;"> … </div><div id="oneall_social_login_providers_7081734" class="oneall_social_login_providers"></div><script type="text/javascript"> … </script>
      <!-- OneAll.com / Social Login for WordPress / v4.4 -->
</div>

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


palmettostar on "[Plugin: W3 Total Cache] Trying to delete plugin"

I am trying to delete W3 Cache plugin from my server because it is causing some issues with other plugins. When I click on the delete button through the Admin Panel, it deletes it off the server but then gives me this error: W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove /home/thesewor/public_html/blissful-reviews.com/wp-content/advanced-cache.php.

I can't access anything else on my wordpress install without reinstalling the plugin.

How do I delete the plugin without getting this error?!

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

jzkits on "[Plugin: W3 Total Cache] What does this mean ? (Preview mode is active: Changed settings will not take"

mgrmn on "[Plugin: W3 Total Cache] Google Ads, Chrome and w3 total cache"

Having a few small issues with Chrome w3 and Google Ads,

Sometimes they load up, sometimes they do not, in FF no problems.

Any ideas on what are the best settings for minifying and not having problems with things like Google Ads, Social Locker, All One Social Login ?

Thnx

wp 3.5.2
all plugins updated to their latest versions

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

Erik Balster on "[Plugin: W3 Total Cache] Remove query strings from static resources"

hello longnha,

i allready tried this but first it didn't work. After purge the CDN completly and empty the cache in Minify is worked.

Thanks for helping me.

lesb55 on "[Plugin: W3 Total Cache] configuration of self-hosted CDN deleted my public_html folder!"

I have been using this plugin for several years now and are very happy with the speed increase, particularly when using with minify with APC.

I just tried to set up a self-hosted CDN with W3 Total Cache, and my public_html folder got totally deleted, gone, vamoos, vanished!

I had created the subdomain & FTP account in cpanel, and was entering the various values into w3tc CDN 'Configuration' window.

I clicked the 'Test FTP server' button - next thing I had a 404: 'The requested URL /wp-login.php was not found on this server'.

Thinking something in w3tc had run amonk, I logged in via ftp to disable the w3tc plugin.

Imagine my surprise to find my whole public_html folder gone!

Lucky for me this was our TEST website.
Any plugin that can do this is downright DANGEROUS

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

Jan Dembowski on "[Plugin: W3 Total Cache] configuration of self-hosted CDN deleted my public_html folder!"

@lesb55? Could you please stop reposting this? The other 3 identical posts have been deleted.

WebKrunch on "[Plugin: W3 Total Cache] W3TC Conflict with WPMU Appointments"

Well, the problem is quite straight forward:

If I activate Appointments + from WPMU my W3TC is no longer functional. At least in the regard of minify.

I personally love W3TC, and it not working is a pretty big bummer. Then again, in this case I truly need to use the appointments plugin...

Anything that can be done to fix this issue?

The site is: Massage Antwerpen

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


forrajas on "[Plugin: W3 Total Cache] Use a specific user-agent for prime cache"

Hi,

In changeset #663605, you started using an empty user-agent in the prime function to fix a bug :
w3_http_get($url, array('user-agent' => ''));

But, instead of that, I think it would be fine to use a specific user-agent, like W3 Total Cache Preload + version for example, so that it would be easier to identify prime cache requests in the server log (for debugging purpose for example). Thus, this line of code could become something like that :
w3_http_get($url, array('user-agent' => 'W3 Total Cache Preload/' . W3TC_VERSION));
You could also define a constant in define.php for this user-agent.

What do you think about that ?

Thanks !

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

Jim Robinson on "[Plugin: W3 Total Cache] Exclude stylesheet from being requested from cdn"

I would like to know the answer to this as well. I have a CSS including font files but fonts require a CORS header to work properly across domains in some browser (like Firefox and IE). This is an issue because a number of firewalls block various headers (including CORS) from coming though. I need a way to get the default URL path without the converting to the CDN domain. Any way to do this?

plugins_url() and get_template_directory_uri() both convert to the CDN domain. Is there another function that will do the same without passing back the CDN domain?

Jim Robinson on "[Plugin: W3 Total Cache] Exclude stylesheet from being requested from cdn"

Eureka! I figured it out!

Go to the W3TC CDN settings page and under the "Advanced" header there is a "Rejected files" entry with a textarea. Enter the path to your file and it removes the CDN domain.

jesusim, in your case you would enter something like:
{wp_content_dir}/themes/lespaul/assets/css/style.css.php

pbertu on "[Plugin: W3 Total Cache] Urgent: WP page *and* wp-admin not available while configuring plugin"

eustache on "[Plugin: W3 Total Cache] Minifying css and js slow => web site does not have style ?"

We have the same symptoms for 2 different configurations:
1) nginx/php-fpm/wordpress (modernize theme)/total cache without cdn:
On a fresh deployment of our website, the first hit appears without styling. When refreshing the page the style is back.
2) nginx/php-fpm/wordpress (modernize theme)/total cache with cdn on amazon cloudfront: every 24h or so a user is reporting that our website displays without stylesheet information.

I looked at nginx logs on our 1) installation, it returns http 200 for css files and browser network (chrome inspect) shows http 200 BUT (failed). It's like if the minifying of the css (and js) took too long and browser gave up waiting for them.

I am not sure the issue on 1) is related to the issue on 2), although symptoms are similar.

On 2), I wonder if it is related with the "Update external files every: 86400 seconds" or Garbage collection interval: 86400 seconds. What happens if we set that value to 0--is it never going to be updated ?

I tried increasing php memory from 128M to 512M without success.

Any ideas ?

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

Viewing all 19300 articles
Browse latest View live


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