emanuelemn
Forum Replies Created
-
Forum: Plugins
In reply to: [GenerateBlocks] Slow loading and 100% CPU with GenerateBlocksHi,
I’ve deactivated all other plugins and left only GenerateBlocks and GenerateBlocks Pro active, but the editor is still loading very slowly — even on a completely blank page.
Since the issue persists with only these two plugins enabled, I suspect it might be related directly to GenerateBlocks or GenerateBlocks Pro.
Thank you!
Forum: Plugins
In reply to: [GenerateBlocks] Slow loading and 100% CPU with GenerateBlocksHi again,
I installed Query Monitor Here are the key findings:
540 total database queries 265 duplicate queries, Memory usage: 87.2MB Page load time: 1.57sAlso, if possible, could you please share a direct email address where we can follow up more easily?
Thanks again!
Forum: Plugins
In reply to: [GenerateBlocks] Slow loading and 100% CPU with GenerateBlocksHi there,
Thank you for your message.
I tested by creating a new page and adding some blocks, and unfortunately, the issue persists—even on a blank editor. I also deactivated all plugins except for GenerateBlocks, and the problem still occurs. When GenerateBlocks is active, the editor loads very slowly. However, once I deactivate it, the editor performance improves significantly.
To answer your question:
No, as far as I know, none of the currently active plugins include or use any synced patterns.Also, I want to mention that the issue is not limited to pages only—it also occurs when editing posts.
Thanks
Forum: Plugins
In reply to: [GenerateBlocks] Slow loading and 100% CPU with GenerateBlocksHi,
Thanks for the suggestion. I went ahead and re-installed the GenerateBlocks plugin as you recommended, but unfortunately the issue persists — the editor is still very slow, even on pages without any GenerateBlocks elements.
Thanks again!
Forum: Plugins
In reply to: [GenerateBlocks] Slow loading and 100% CPU with GenerateBlocksHi,
There are indeed several static blocks (like containers and text), but even when I open a page that doesn’t contain any GenerateBlocks elements, the editor still loads very slowly.
I’ve also tried deactivating all other plugins except GenerateBlocks, and the issue persists — the admin editor remains very slow.
However, as soon as I deactivate GenerateBlocks, everything loads much faster again.
Let me know if there’s anything else I can try.
Thanks!thank you
thank you,
but I want it to apply only if the total in the shopping basket is 500 euros. If the total amount in the basket is less than 500, I do not want the discount to be applied
Thank you, But isn’t there a shortcode so I can display it on the page in another place?
Thank you
Thank you. It works properly now
Forum: Plugins
In reply to: [WooCommerce] Most UsedThanks for the info
Forum: Plugins
In reply to: [WooCommerce] Automatically Assign Categories to prodactHi,
I solved it with this code:
//Add automatically to the “All active campaigns” category with ID 111
function adauga_categorie_la_produs($new_status, $old_status, $post) {
// We check if the post is of type “product” and has been published for the first time
if ($post->post_type === ‘product’ && $new_status === ‘publish’ && $old_status !== ‘publish’) {
// Add the category with ID 111 to the product
wp_set_post_terms($post->ID, array(111), ‘product_cat’, true);
}
}
add_action(‘transition_post_status’, ‘adauga_categorie_la_produs’, 10, 3);Forum: Plugins
In reply to: [WP Crowdfunding] reset the amount that was raised.(Pledged)Thanks for the help.
Forum: Developing with WordPress
In reply to: Copyright protection so that it cannot be deletedYes, it is also good if I can make the deletion more difficult.
Can you help me with this?
Thank you
Forum: Plugins
In reply to: [WooCommerce] Automatically Assign Categories to prodactYes, that’s what I want.
The module you are talking about does not work correctly for thisForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Invoice number progressionThe status of the orders is automatically set to Completed, after making payments.
There is only one payment method on the site
Payment is made by bank card.