Amar Ilindra
Forum Replies Created
-
I had the same issue with Google Analytics.
AMP visits are not counted when cookie notice is enabled.Hi
WP_DEBUG is already set to false in wp-config.php
define('WP_DEBUG', false);Hi
I cleared the cache and disabled the minify option.
I’m currently activated “AD #5 Below The Title (Single Post)” and “Optimize For Viewability” options in Advertisement tab.
Also, I added AMP Auto ads.
Added this tag in the header “Enter HTML in Head”
<script async custom-element="amp-auto-ads" src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js"> </script>and this tag in the body “Enter HTML in Body (beginning of body tag)”
<amp-auto-ads type="adsense" data-ad-client="ca-pub-XXXXXXX"></amp-auto-ads>- This reply was modified 8 years, 4 months ago by Amar Ilindra.
Sure,
Here is the screenshot: https://www.evernote.com/shard/s509/sh/a0ab92a7-b6f4-4299-a0ab-67da07b3c9b7/03f914ebe2d0ee96189d108e6e245516
I’m using this plugin on 4 of my websites and strangely I’m seeing this on all 4 websites.
Am I doing something wrong?
The site is running on nginx, redis and varnish
Hi @wfalaa
I spent entire one day debugging the issue and I concluded Wordfence is the reason for 100% CPU usage.
You said, “
we didn’t get similar reports after that specific release.
”
This is not true, I have seen few threads in support claiming they had issues with site performance and speed issues after updating the plugin
links: https://wordpress.org/support/topic/wordfence-7-0-1-causing-performance-problems/
https://wordpress.org/support/topic/cpu-spiking-100-in-chrome-w-my-wp-page-2/
In this same thread @kendawes said, he is seeing 500 errors after updating the plugin.
I don’t think I’m the only one facing this problem.
Note: I downloaded the old version and uploaded it using FTP. No problems found. Then I updated the plugin, the problem started instantly.
You can download the older versions here https://wordpress.org/plugins/wordfence/advanced/
After downloading, extract the zip file and upload the extracted folder to wp-content/plugins via FTP.
Now login to WordPress and activate the plugin.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Image cache directory has not been created.Hi,
Can you help me over email or chat? I’m sorry I can not disable CDN for a very long time.
I tried many things from last 4 hours but didn’t find luck.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Image cache directory has not been created.Hi Nevma,
Thanks for the quick reply.
I tried debugging more and got few more questions:
1. I’m using MaxCDN as per details you mentioned, MaxCDN should work. Am I doing something wrong?
2. I tried disabling the CDN and still, I got the same error in debug info. I guess (hope) the problem is with something else not with CDN.
Is there any way we can debug in deep as you already tested MaxCDN and it should work in my case too.
Forum: Developing with WordPress
In reply to: Problem with Rest API v2 – Extra text added before responseThanks for the update bcworkz, I’ll get in touch with plugin developer to fix the issue.
Forum: Plugins
In reply to: [WordPress REST API (Version 2)] remove _links object from responseI’m looking for the same.
Did you find any solution?Forum: Fixing WordPress
In reply to: Centre embedded Youtube videoTry this. It would work
<div class="embed-video"> [embed]https://www.youtube.com/embed/ZZnIgIDeJAI?rel=0[/embed] </div>and add this in your style sheets
.embed-video { max-width: 75%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }Forum: Fixing WordPress
In reply to: Centre embedded Youtube video?rel=0 should work actually, can you share your full code. So, I can check it from my end.
Thank you
Forum: Fixing WordPress
In reply to: Centre embedded Youtube videoAdding
<center></center>tags is not the perfect answer.According to validator.w3.org we should use CSS instead of
<center>tagsI’d use the following code instead of
<center>tagsHTML
<div class="embed-video"> [embed]https://www.youtube.com/watch?v=2wOz9MuwERs[/embed] </div>CSS
.embed-video { max-width: 75%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }Above code makes your embedded video responsive as well.
Forum: Plugins
In reply to: [Autoptimize] Problem with Custom CSSHai,
Yes, problem is with custom css plugin. I removed it and created new .css file in theme directly and added it using functions.phpWorking fine now. Thanks
Forum: Plugins
In reply to: How remove flare_get_counts from WordPress site/DBRewrite rule worked for me. But is there any fix to remove the plugin completely ?