Hello,
yes I have all plugins updated to newest version, also I am using the elite version of plugin.
// Replace status of project to processing
$("table tbody").find('input[name="manage_record"]').each(function(){
var hash = this.value;
if(hash == project_hash){
$(".woo-product-feed-pro-blink_off_"+hash).text(function () {
$(this).addClass('woo-product-feed-pro-blink_me');
var status = $(".woo-product-feed-pro-blink_off_"+hash).text();
console.log("Set interval on manual refresh");
myInterval = setInterval(woosea_check_perc,5000);
if(status == "ready"){
return $(this).text().replace("ready", "processing (0%)");
} else if (status == "stopped"){
return $(this).text().replace("stopped", "processing (0%)");
} else if (status == "not run yet"){
return $(this).text().replace("not run yet", "processing (0%)");
} else {
// it should not be coming here at all
return $(this).text().replace("ready", "processing (0%)");
}
});
}
});
this is the javascript part doing the request all 5 seconds and spawning hundreds of php-fpm worker. What me wonder is that delete plugin and reinstall still there are settings in database left. Is it possible doing a 100% clear of the plugin and start from scratch? I would do that to not waste your time myself.
Also I can offer you a login for further debugging
edit: I also found that my main feed is ignoring filters, I deleted them and did new. Still ignoring things.
Product Feed Elite Version: 1.7.8
Product Feed Pro: Not installed.
-
This reply was modified 3 years, 11 months ago by kawo83.
-
This reply was modified 3 years, 11 months ago by kawo83.