stevewolfe555
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Can page caching work across load balanced serversNo worries i have opted for the networked hdd for now.
Many thanks
Forum: Plugins
In reply to: [W3 Total Cache] Can page caching work across load balanced serversHi thanks for comming back to me.
I didnt want to share the cache disk between server but have each one build its own copy of the cache disk to save on network overhead.
Is it possible to pick up when the cache is getting cleared?
Forum: Plugins
In reply to: [W3 Total Cache] Prime page cache for multisiteAh brilliant thank you, and I see it saved the individual sites with the blog id as the file.
Forum: Plugins
In reply to: [W3 Total Cache] Prime page cache for multisiteAny idea why the options might be greyed out?
Forum: Plugins
In reply to: [W3 Total Cache] Prime page cache for multisiteHi Marko, I have enabled the setting but all the options are greyed out in the network sites.
All the websites share the same files so how can they all use /wp-contnet/w3tc-config/master.php when we need it separated?
Forum: Plugins
In reply to: [W3 Total Cache] Prime page cache for multisiteAlso if I use a separate config for each site where are the config files stored and named?
As I will need these in the deployment script.
Forum: Plugins
In reply to: [W3 Total Cache] Prime page cache for multisiteYes that helps thank you.
Any functions I can call to run my priming?
I.e prime this cache or that cache.
I did see it looks like you are just calling the http request with a user agent of WordPress.
If that is the case I can build a tool to thread this.
Forum: Plugins
In reply to: [W3 Total Cache] Read nodes for RedisThat’s okay, I did think it might be a lot of work.
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Persisting cache settings between a stateless deploymentGreat that’s what we thought.
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Prime Page Cache multi thresIdeally, we would be able to dispatch jobs to the cron queue that can be picked up if not already running.
Then each time the cron is hit we can start a new php process.
Forum: Plugins
In reply to: [W3 Total Cache] Prime Page Cache multi thresGreat, hopefully we can find a solution.
I haven’t dug in to the plugin code myself yet but maybe will tomorrow if we don’t get a response.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Is it possbile to disable AmexHi Darren,
The plugin itself doesn’t allow you to do this but as an easy workaround you could use javascript to listen on the card field for the first number being a 3.
The proper way of doing it I guess would be to write your own payment gateway integration that checks the card type from stripe.
Hope this helps.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error with setting Stipe upWell I can see the token ajax request completing but it doesn’t get any further.
When however I inspect the code and step over it does work. Almost like slowing it down does the job.
Would you have any idea as to why stepping over the code in the inspector makes it work?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error with setting Stipe upIm guessing its to do with the non-standard layout that out checkout page is using.
I have just been looking through stripe.js
Are there any other files that I might need to check?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error with setting Stipe upWhats the best way to work out what’s causing it to throw the error.
I am running jquery 1.12 if that makes any difference.