nicoter
@nicoter on WordPress.org
- Member Since: September 15th, 2011
-
Posted a reply to Programmatically purge cache of an URL, on the site WordPress.org Forums:
Perfect, thank you @salvatorefresta !3 months ago
-
Posted a reply to Programmatically purge cache of an URL, on the site WordPress.org Forums:
Hi @isaumya, Great to hear, looking forward of hearing details from @salvatorefresta3 months ago
-
Posted a reply to Preloader: split up sitemaps supported?, on the site WordPress.org Forums:
If I need to provide all the single sitemap URLs it would mean that sitemapindex…3 months ago
-
Posted a reply to Programmatically purge cache of an URL, on the site WordPress.org Forums:
$cacheController = new SWCFPC_Cache_Controller(); $urls = array(); $urls[] = 'https://www.mysite.com/custom-post-type/parameter1/parameter2/'; $cacheController->purge_urls($urls); Should that work?3 months ago
-
Created a topic, Programmatically purge cache of an URL, on the site WordPress.org Forums:
Hi, We have a plugin which dynamically creates pages …3 months ago
-
Posted a reply to wp-config.php not writeable when it’s one directory level above WP install, on the site WordPress.org Forums:
Found the needed code here. define('WP_CACHE', true); // Added by WP Cloudflare Super Page Cache3 months ago
-
Posted a reply to Nginx Settings configuration file – where? how?, on the site WordPress.org Forums:
Litespeed has nothing to so with Nginx, thus the Nginx settings don't apply to Litespeed.…3 months ago
-
Created a topic, Preloader: split up sitemaps supported?, on the site WordPress.org Forums:
Hi, Does the preloader support split up sitemaps? Th…3 months ago
-
Created a topic, wp-config.php not writeable when it’s one directory level above, on the site WordPress.org Forums:
Hi, I'm running WordOps which installs the wp-config.…3 months ago
-
Posted a reply to Automatic Platform Optimization for WordPress, on the site WordPress.org Forums:
@isaumya Thanks for the detailed explanation :)3 months ago
-
Created a topic, Hook seopress_titles_noindex doesn’t work, on the site WordPress.org Forums:
Hi, while add_filter('seopress_titles_canonical…4 months ago
-
Posted a reply to Core web vitals: Astra performs bad, on the site WordPress.org Forums:
Hi @brainstormteam Regarding your questions: 1) No, only Gutenberg and the Ultimate Gutenberg Addons, which…5 months ago
-
Posted a reply to Astra breaks Gutenberg column block margin behavior, on the site WordPress.org Forums:
Thanks for elaborating on this. This information is actually very worrying. It essentially means that…5 months ago
-
Posted a reply to Astra breaks Gutenberg column block margin behavior, on the site WordPress.org Forums:
Hi Herman, Thanks for the information. I'm on v2.5.4 but the bug is still there.…6 months ago
-
Posted a reply to Nginx config correct, but getting “Redirects on your server are not working.”, on the site WordPress.org Forums:
Hi @mateuszgbiorczyk Thanks for your reply. Sorry I forgot to mention: While trying to get…6 months ago
-
Posted a reply to Nginx config correct, but getting “Redirects on your server are not working.”, on the site WordPress.org Forums:
After reading this recent thread I decided to check if the plugin still works on…6 months ago
-
Created a topic, Nginx config correct, but getting “Redirects on your server are not working.”, on the site WordPress.org Forums:
Hi, Thanks for the great plugin! It used to work on m…6 months ago
-
Posted a reply to Astra breaks Gutenberg column block margin behavior, on the site WordPress.org Forums:
Hi Herman, Thanks for taking the time to check on this. To replicate this, you…6 months ago
-
Posted a reply to Astra breaks Gutenberg column block margin behavior, on the site WordPress.org Forums:
Wrong forum, I re-posted it in the correct forum here.6 months ago
-
Created a topic, Astra breaks Gutenberg column block margin behavior, on the site WordPress.org Forums:
Hi, The Gutenberg columns have a left margin set in w…6 months ago
-
Created a topic, Astra breaks Gutenberg column block margin behavior, on the site WordPress.org Forums:
Hi, The Gutenberg columns have a left margin set in w…6 months ago
-
Posted a reply to Bad PageSpeed: Loads avatars in wrong size, on the site WordPress.org Forums:
Thanks for your help. The plugin knows because of the parameter (see the '48' in…6 months ago
-
Posted a reply to How to set custom context variables?, on the site WordPress.org Forums:
Hi, Thanks for the code and explanation. I didn't test it yet as we were…6 months ago
-
Posted a reply to Major performance issues, on the site WordPress.org Forums:
Hi, That's great news! I confirm that now the resources get only loaded on pages…6 months ago
-
Created a topic, Default avatar is still loaded from www.gravatar.com (resp. https://i2wp.com), on the site WordPress.org Forums:
Hi, I uploaded a default gravatar, but now the follow…6 months ago
-
Created a topic, Bad PageSpeed: Loads avatars in wrong size, on the site WordPress.org Forums:
My theme is loading the avatar with the default get_av…6 months ago
-
Created a topic, Thank you, on the site WordPress.org Forums:
Great plugin in core web vitals times :)6 months ago
-
Posted a reply to Can’t enable, on the site WordPress.org Forums:
I read this as free and pro support this feature. Thanks for clarifying.7 months ago
-
Posted a reply to Can’t enable, on the site WordPress.org Forums:
Hi, the tutorial makes it not clear this feature is limited to the Pro version.7 months ago
-
Created a topic, Core web vitals: Astra performs bad, on the site WordPress.org Forums:
Hi, I noticed in my Google search console that my web…7 months ago
-
Created a topic, $args support, on the site WordPress.org Forums:
Hi, I ran into problems because $args is not supporte…7 months ago
-
Created a topic, Can’t enable, on the site WordPress.org Forums:
Hi, The option to enable CSS file generation (I'm fol…7 months ago
-
Posted a reply to Chatbot not working, on the site WordPress.org Forums:
Did you check the logs in the plugin settings? This should get you hints about…9 months ago
-
Posted a reply to Major performance issues, on the site WordPress.org Forums:
Any news on this? While PageSpeed has already been a Google ranking signal for a…9 months ago
-
Posted a reply to How to set custom context variables?, on the site WordPress.org Forums:
Hi @intelahelp The goal is to track conversion with e.g. Microsoft advertising (Bing ads). When…9 months ago
-
Posted a reply to Major performance issues, on the site WordPress.org Forums:
Hi @intelahelp I appreciate that, thanks!9 months ago
-
Created a topic, Major performance issues, on the site WordPress.org Forums:
Hi, In the Google Search Console all my pages have be…9 months ago
-
Created a topic, How to set custom context variables?, on the site WordPress.org Forums:
Hi, How can I send custom data as context variables t…9 months ago
-
Posted a reply to Preloading fonts, but Lighthouse throws warning, on the site WordPress.org Forums:
Just noticed the following warning in the console of the Chrome web developer tools: <link…9 months ago
-
Posted a reply to Page speed: Add compressed images, on the site WordPress.org Forums:
Actually seeing that only icon is used out of the whole set which is being…10 months ago
-
Posted a reply to Preloading fonts, but Lighthouse throws warning, on the site WordPress.org Forums:
@theresmorgan In the meantime I found a working solution as mentioned in this comment by…10 months ago
-
Created a topic, Page speed: Add compressed images, on the site WordPress.org Forums:
Running page speed tests at www.gtmetrix.com it shows …10 months ago
-
Posted a reply to Pagespeed astra.woff, on the site WordPress.org Forums:
Has this been fixed in the private ticket? If so, please share the solution here.…10 months ago
-
Posted a reply to Preload astra.woff, on the site WordPress.org Forums:
Hi @brainstormteam The lighthouse warning is not fixed in the gist. I addressed this in…10 months ago
-
Created a topic, Preloading fonts, but Lighthouse throws warning, on the site WordPress.org Forums:
I'm preloading the woff, ttf and svg files with the co…10 months ago
-
Created a topic, Enqueue CSS at the end of, on the site WordPress.org Forums:
Hi, The theme adds a large portion of inline CSS to t…10 months ago
-
Posted a reply to Performance: Seopress slows down WordPress, on the site WordPress.org Forums:
P3 is very well reliable for measuring the speed of plugins. The bad reviews are…10 months ago
-
Created a topic, Performance: Pods slows down WordPress, on the site WordPress.org Forums:
Hi, I have 39 plugins installed, but Pods is among th…10 months ago
-
Created a topic, Performance: Seopress slows down WordPress, on the site WordPress.org Forums:
Hi, I have 39 plugins installed, but Seopress is amon…10 months ago
-
Posted a reply to Request exceeded the limit of 10 internal redirects, on the site WordPress.org Forums:
Figured it out: After adding www subdomains to the domains within the hosting panel, the…11 months ago