Hamed Sedaghat
Forum Replies Created
-
again, thanks a lot dear
I’m on litespeed server for lots of websites and tested:
Wp Rocket, Wp Optimize, litespeed cache, W3 total cache and some other
finally, the best for woocommerce and non-eccommerce sites, is WP-Optimise. but settings and use some Hook is so important
for non-eccommerce sites, free version and for woocommerce sites premium needed
I will Record two videos next week for settings for both usage, And I share them.
Yes, It worked fine.
We can put any sitemap we want inside this custom sitemap.
The advantage of this is that when the main sitemap is updated automaticly by RankMath, the custom sitemap will also be updated based on the latest changes.
its great
i will use custom sitemap and add RankMath sitemaps as I need inside custom sitemap
the custom sitemap will contain this:
https://domain.com/page-sitemap.xml
https://domain.com/post-sitemap.xml
https://domain.com/product_cat-sitemap.xml
so only page, post and product cat will preloading, True?
sure. its sample and anyone can see
http://woodmart.visualhost.ir/hamed.xlsx
the woo add-one use SKU to check exist product, then if change any other part will update
like: stock, regular price and etc …
Thanks a lot
As I said before, you are the best
not only to plugins like AIOS and optimize, but also on support
when we save post ( like a product ), wp-optimize automaticly clear all related taxonomy and archive page and post page cache, true?
now, when customer buy a product, only post page clear, true?
I need like the save post, when customer buy a product, all related taxonomy, archive page, homepage clear cache. because the stock will change
please do update to plugin to trigger actions for sell products, like the save post
is this method clear cache for all related of product ( that change stock )?
like: shop page, categories, tags, brand
it is not about dynamic elements
I wrote this code in function.php of child theme and clean cache for homepage and shop archive
how to clean taxonomy about that product?
the code:
add_action(‘woocommerce_product_set_stock’, ‘wpo_flush_wc_pages’, 10, 1);
add_action(‘woocommerce_variation_set_stock’, ‘wpo_flush_wc_pages’, 10, 1);
function wpo_flush_wc_pages () {
WPO_Page_Cache::delete_cache_by_url(‘https://woodmart.visualhost.ir/’);
WPO_Page_Cache::delete_cache_by_url(‘https://woodmart.visualhost.ir/shop/’);
}Forum: Plugins
In reply to: [ووکامرس فارسی] خطای بخش گزینه های قیمتدرودی بیکران
در آپدیتی که بعد از درج پیام بنده انجام شد این مشکل خودبخود رفع شده و الان همه چیز عالیست
yes, its ok
I updated to latest version and all thing is perfect
congragulation to your team about the plugin
Forum: Plugins
In reply to: [WP-Sweep] Fatal error in the wp-sweep version 1.1.6fixing way about update 1.1.6 to 1.1.7:
just uninstall, then install again
it is because 1.1.6 updated and has no eny change with 1.1.7 right now
Forum: Plugins
In reply to: [WP-Sweep] Error after update 1.1.6I fixed manually
I opened file class-wpsweep.php inside inc folder of plugin
then put a line as comment
then update to 1.1.7
its done …
OR SIMPLY WAY: uninstall plugin, install again
- This reply was modified 3 years ago by Hamed Sedaghat.
Forum: Plugins
In reply to: [WP-Sweep] Error after update 1.1.6Hi, I also exactly like you, I get the point
its because 1.1.6 fixed problem, so 1.1.6 and 1.1.7 are the same without any change
when update to 1.1.7, it must work correctly, but show 1.1.6 and need update
- This reply was modified 3 years ago by Hamed Sedaghat.