nicoter
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliate Super Assistent] Update broke sidebar widgetAwesome, thanks for fixing this so quickly.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Page loading slow with plugin enabledAgree, loading time depends on many factors.
But I’m talking about the additional increase in loading time the plugin adds. So the only thing that changes is enabling or disabling this plugin.
Nevermind, I found and paid for another product filter plugin which caches the mysql queries and adds only 0.5 seconds rather than almost 3 seconds like this plugin.
Please allow me to give you some advice: I suggest you improve the plugin rather than trying to blame the customers. This will result in less support tickets and more sales in the long-term.
Ok, thanks for confirming. I’ll leave a review once this has been implemented ??
One more thing: If all products of a category don’t contain any filter terms, does the pro version only hide the filters or does it remove the whole filter widget block?
I’m asking this because of the large, empty div above the filters, see this screenshot.
Btw, why does this div display when it’s empty?
<div class="wpc-posts-found" data-found=""> <p> </p> </div>
Wouldn’t it be better to only display this div, if there’s a text string in the p tag? Else there’s too much white space, hurting an already optimized layout.
Just noticed it’s displaying redundant information, see this screenshot. Can this feature be turned off?
I noticed your plugin has a better performance (page loading time) than all other product filter plugins I tested. Congrats!
Can you promise to implement dropdowns with checkboxes?
Also, what are more important features? Do you have a roadmap?
Thanks
I just noticed WOOF is slowing down the pages by 1-2 seconds. We have 100k products. Any recommendation for increasing performance?
Forum: Plugins
In reply to: [Germanized for WooCommerce] Sendungen programmatisch anlegenIst bald mal eine API geplant, mittels welcher man ?hnlich wie hier die Sendungen anlegen kann?
Thanks for the fast reply.
Email sent.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Thumbnails werden in der Kasse doppelt angezeigtL?sung soeben gefunden:
In den Germanized Einstellungen unter “Button-L?sung” die Option “Thumbnails (Zeige Produktbilder in der Tabelle der Kasse an.)” deaktivieren.
Forum: Plugins
In reply to: [Super Page Cache] Programmatically purge cache of an URLPerfect, thank you @salvatorefresta !
Forum: Plugins
In reply to: [Super Page Cache] Programmatically purge cache of an URLHi @isaumya,
Great to hear, looking forward of hearing details from @salvatorefrestaForum: Plugins
In reply to: [Super Page Cache] Preloader: split up sitemaps supported?If I need to provide all the single sitemap URLs it would mean that
<sitemapindex>
(= split up sitemaps) is not supported ??The single sitemap URLs are created dynamically, e.g. like monthly archives, thus it’s not really an option to add them manually.
Any plans to add support for
<sitemapindex>
sitemaps? Many SEO plugins split up sitemaps, also with dynamically changing sub sitemaps.- This reply was modified 4 years ago by nicoter.
Forum: Plugins
In reply to: [Super Page Cache] Programmatically purge cache of an URL$cacheController = new SWCFPC_Cache_Controller(); $urls = array(); $urls[] = 'https://www.mysite.com/custom-post-type/parameter1/parameter2/'; $cacheController->purge_urls($urls);
Will that work?
Found the needed code here.
define('WP_CACHE', true); // Added by WP Cloudflare Super Page Cache
Forum: Plugins
In reply to: [Super Page Cache] Nginx Settings configuration file – where? how?Litespeed has nothing to so with Nginx, thus the Nginx settings don’t apply to Litespeed. As far as I know Litespeed works with .htaccess just like Apache.
Forum: Themes and Templates
In reply to: [Astra] Core web vitals: Astra performs badRegarding your questions:
1) No, only Gutenberg and the Ultimate Gutenberg Addons, which are also coded by you.
2) How is that relevant to this issue? Obviously when I switch the theme the whole CSS is different, depending on the theme. But to be specific: I switched to Generatepress 3.0 (the beta) and the issue was gone.
3) Sorry no, but you can check on any Astra install. E.g. I picked the URL @johncandrew provided and see how alone the font size of the H4 gets overwritten multiple times in two different files (inline and external CSS file), see https://i.imgur.com/xQacdEs.png
Thanks