tores54
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] regenerate_product_attributes_lookup_table + Varnish CacheI’m sorry !
Having tested my site more thoroughly, I found that the problem is not in the cache, but in updating the product through WP ALL IMPORT.
That is, when the product is updated through the plugin every day by cron, the regenerate_product_attributes_lookup function does not work.
I specifically created a new site for testing https://sraka.store, without caching and everything superfluous.
I update the product through wp all import and go to the filter of products, the variations of which are not available in the filter, but if you update the product manually, then everything is OK, immediately the variants of which are not available are sold from the filtering, and also if you press regenerate the table in the settings all OK.
Forum: Plugins
In reply to: [WooCommerce] Product tag cloudI did not know that there are restrictions on the output of tags, chat gpt wrote me a solution that works, the problem is solved
add_filter( 'woocommerce_product_tag_cloud_widget_args', 'my_tag_cloud_args' ); function my_tag_cloud_args( $args ) { $args['number'] = 100; // измените это значение на нужное вам количество return $args; }
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] using a plugin in the Savoy themeIt works on the standard theme, but the question is to make your plugin work on the savoy theme.
Forum: Plugins
In reply to: [LiteSpeed Cache] Removing LiteSpeed ??Cache Plugin CompletelyMoving to Nginx.
thanksForum: Plugins
In reply to: [Disable XML-RPC-API] Does not workI am using a litespeed web server
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed cache and google tag managerMade
Report number: RDWSGLPD
Report date: 07/25/2021 14:35:06
Forum: Plugins
In reply to: [LiteSpeed Cache] long server responseCan you tell me how to do this?
I would be very gratefulForum: Plugins
In reply to: [LiteSpeed Cache] long server responsestarted using the crawler, everything works, but I found out for myself such a problem the pages of variations do not get into the cache
what I mean
for example, my product has the address https://freeman.com.ua/vyazanyj-kostyum-teya/
this page hits the cachebut the address that points to the product variation https://freeman.com.ua/vyazanyj-kostyum-teya/?attribute_pa_czvet=myata does not get into the cache, the search robot does not follow it, probably because it is not in the site map, But for me it is important that these pages are in the cache, since they are followed by a client from the Google merchant, is there a solution
- This reply was modified 3 years, 8 months ago by tores54.
Forum: Plugins
In reply to: [LiteSpeed Cache] long server responseI reset the settings and tested it a few more times, as a result I find myself in the middle without plugin 0.9 with plugin 1.4-1.6 sec.
It looks like your plugin increases by 0.5 sec, which is also unpleasant.As a result, the server response for the first visitors to my site is 1.5 seconds. This is not good. I hope there is a way to solve this.
Forum: Plugins
In reply to: [LiteSpeed Cache] long server responseWithout a caching plugin, it’s + -1 second
When the page is cached it is 50 milliseconds.
When the page is not in the cache it is 3-4 secondsForum: Plugins
In reply to: [LiteSpeed Cache] long server responseThis manipulation did not help
Does Crawler not solve this problem?
Forum: Plugins
In reply to: [LiteSpeed Cache] the disk is full with cacheYes, wp-content/litespeed/cssjs is too large, How to fix it?
OK, thank you for the information
conducted an experiment, changed the places of the main image with the second one on which there was previously webp, as a result, there is no webp on the main one again, although if the same image is used as the second one, webp is created, the plug-in still does not want to create webp on the main image, and that’s the problem
Hi, I have attached the necessary photos, please check
https://drive.google.com/file/d/19n7QNz-qwDOJjze3uab2LDhbaPCw64b4/view?usp=sharing