Arun Askan
Forum Replies Created
-
HI, @amboutwe I understand now. Thanks for your detailed explanation.
Hopefully, I can modify the title on the home page.
Forum: Plugins
In reply to: [AMP] Blog page and Home Page are Same contentIt’s been a week still no updates for my response. Please reply.
Forum: Plugins
In reply to: [AMP] Blog page and Home Page are Same contentAny updates for my query?
Forum: Plugins
In reply to: [Print-O-Matic] Only Blank PageIt’s resolved. I just cleared the whole cache. 🙂
Forum: Plugins
In reply to: [Print-O-Matic] Only Blank PageWaiting for your reply. Please help.
Thank You for instant reply.
Hi,
I resolved the issue by choosing Look script in head only option.
And referred this link: http://blog.futtta.be/2014/03/19/how-to-keep-autoptimizes-cache-size-under-control-and-improve-visitor-experience/
And ignored the JS file.
Now my website is cache controlled.
As referred in FAQ to avoid huge caching i put the code in the functions.php.
add_filter(‘autoptimize_js_include_inline’,’readme_ao_js_include_inline’,10,1);
function readme_ao_js_include_inline() {
return false;
}It is still creating, after putting the above code. Please advice.