ryansales
Forum Replies Created
-
I ran a plugin test and found that NextGen accounts for 80% of the memory usage.
Before I do any gallery work, I need to allocate at least another 300-400MB of memory to my machine in order to avoid crashing my server.
This plug is EXTREMELY memory intensive. Is this an anomoly?
RY
Thanks Royho,
Any reason why I’m getting that 404 error???
RY
@bit51 – disregard. I was using PHP mode for my Super Cache (not Mod_rewrite, and was having problems with my cache. I believed it may have been an issue with PHP mode for super cache. (as maximan seemed to be having success with Mod_rewrite). However, at the same time, I was also doing a lot of investigating with some site updates etc, and was regularly clearing my logs in BWPS, which was in fact what was causing my Super Cache issues.
There are a lot of threads with this cross issue between Super Cache and BWPS, so my apologies, as we were kind of troubleshooting the issues and talking about two plugins.
I found out that clearing the logs in BWPS dumps the supercache files. So that is one thing that is affecting things.
Aaron,
A really quick solution would be to use Gravity Forms.
http://lucasstark.com/estore/shop/calculated-product/
You can set up a calculated product scenario, with the left eye being one option, the right eye being the other option, and a calculated price based on the combination.
Cheers,
RYI’m using PHP and it’s still not working. 🙁
Clear transients?
You changed the following line:
‘sku’ => __( ‘SKU:’, ‘woocommerce’ ) . ‘ ‘ . $variation->get_sku(),
to
‘sku’ => __( ‘Part #:’, ‘woocommerce’ ) . ‘ ‘ . $variation->get_sku(),
Then make sure you dump your browser cache, your wordpress cache if you are running one, and any other caches (such as Cloudflare).
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] 0 cached pagesI really like WP Better Security, so I’m hoping the developer releases a new version soon. I don’t know of any other comparable alternatives.
jitenoswal1,
If you are looking at a products page, the related products are actually up-sells, not “related products”. Related products are displayed on the cart page. So, if you have gone and defined a bunch of related products, you will not necessarily see them listed when you go to a product page.
RY
Really happy to hear! These two plugins are in my “core” plugin list, and if they don’t play nice, that would really make me sad! LOL
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] 0 cached pagesAre you using WP Better Security?
Check out some of the other threads. Several people are noticing that their cache is being dumped. So far, one of the culprits appears to be WP Better Security.
I also noticed the behaviour whenever I clicked to refresh the cache stats.
This was likely a hacking attempt.
I use CloudFlare, and if you look, there are spam and botnet attacks ALL the time. It’s very common.
There are many ways you can deal with it (blacklist their IP, add another layer of security like CloudFlare, etc).
Cheers,
RYForum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Regenerate Stats – Dumps Cache!!!Looks like it may be a compatibility issue with WP Better Security.
Looks like I am having this problem as well.
RY