bactisme
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Sitemap are not purged when post is modifiedHello,
Yes the regexp is setup : ([a-z0-9_\-]*?)sitemap([a-z0-9_\-]*)?\.xml
0.9.7.5 is working fine.
0.13.1 is not working
0.13.1 is working when i modify the line 288 in PgCache_Flush.php (remove ‘sitemaps’ arg )Best regards,
BM
Forum: Plugins
In reply to: [Nextend Social Login and Register] Performance issueSorry, it’s not your plugin. You can delete my message.
Forum: Plugins
In reply to: [W3 Total Cache] W3 Cron Jobs Causing CPU Spike?Fuck … it seems I have the same problem …
- This reply was modified 7 years, 10 months ago by bactisme.
Each request 125 regexp are evaluated, tons of code loaded… If we could at least get some hooks to disable some parts.
global $wp_rewrite;
print_r($wp_rewrite);In the header.php of the theme for example.
Forum: Plugins
In reply to: [AMP] How to fix this warning about ‘amp-ad extension .js script’?Yes
Forum: Plugins
In reply to: [AMP] How to fix this warning about ‘amp-ad extension .js script’?I saw the same error. I took the message literally.
So, It will soon be considered as an error to put amp-ad without having the module explicitly loaded.
And I did what you did @wordpresschina, printing this line in my header via the amp_post_template_head filter :
<script async custom-element=”amp-ad” src=”https://cdn.ampproject.org/v0/amp-ad-0.1.js”></script>Forum: Plugins
In reply to: [Ultimate Nofollow] Not working with WP 4.5.3Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] MARIA DB compatibilityStill the same problem Innodb-like vs MyISAM.
Forum: Plugins
In reply to: [WP-Table Reloaded] the way wp-table-reloaded load CSS and JSHello,
Thank you for your message. I now understand a bit more your choice.
Of course, I am putting the file i want in wp-minify, but split the plugin configuration. And when you have a wordpress multi blog, you have to change your setting for all the blogs …