ctrlaltdelete
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Initial Setup CNAME and previous A record?I’ve done it but didn’t work. Site went offline. I don’t know what’s up.
ping example.com
Pinging example.com [52.47.208.73] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.Forum: Plugins
In reply to: [LiteSpeed Cache] Initial Setup CNAME and previous A record?I see thanks!
Certainly, i tried but that never clears.
I had to uninstall because of all the PHP errors the plugin produce was filling the logs-Forum: Plugins
In reply to: [Redis Object Cache] After Enabling Redis Plugin, Dashboard Loads HeavierRelated: https://ww.wp.xz.cn/support/topic/slow-ddashboard/
Note “wp rocket”.Forum: Plugins
In reply to: [Force Regenerate Thumbnails] how this plugin is working?What change do you expect to see? It deletes thumbnails that exist but are no longer registered, if any.
Lovely!
@cdizzie Thanks! Now i know i must just wait, i’ve been pulling my hairs for weeks.
Google new search console is just bugged. That couldn’t fetch message is a lie.
Indeed it’s just Pending. But it can take months to show up properly.
Key is don’t resubmit and wait.This has been answered before https://ww.wp.xz.cn/support/topic/xml-sitemap-x-robots-tag-noindex-follow/
Conclusion is the sitemap must have noindex header.
Your problem is something else, unrelated to that tag.noindex means the sitemap itself shouldn’t show up on SERPs not that the pages on it shouldn’t. Google unable to fetch has nothing to do with the no-index tag.
It’s just telling you Why it won’t be indexed.
This is Wrong. I should be able to have my excluded .js with async. They are excldued anyway. You shouldn’t merge them if i have them excluded even if they have “async”. Else what’s the point of excluding?
Try disabling lazy load of images.
RESOLVED by removing “async” from the script.
Ok follow up what happens is this option under Javascript:
“Optimize integrations (Facebook. Google Plus, etc.)”
It ignores the excluded javascript.So if i deselect that, my js works as intended but my score drops to 56!
If i enable that my excluded (in vain js) stops working and my score jumps to 98!So my suggestion is, make the exclusion exclude the script from ALL optimizations, not some.
Forum: Plugins
In reply to: [ElasticPress] How does elasticsearch under the hood?1) Custom Fields: Only if they are not hidden (don’t start with _).
CPT and Custom tax yes it does. It doesn’t search on them by default.
See this post (use google translate it’s dutch) it has examples to search on fields.
https://www.pronamic.nl/2018/11/5-must-know-filters-en-hooks-voor-elasticpress/ (not mine)2) By default it only works on the search page. If you want to use it to process any other page, or index, loops,home page, archives, tax (WP_Query) you must add to the query:
'ep_integrate' => true,
https://github.com/10up/ElasticPress3) if is_search() is true it will use elasticsearch automatically. I suggest using a debug plugin. To see what’s happening. For elasticpress this 2 is the standard:
https://ww.wp.xz.cn/plugins/debug-bar/
+
https://ww.wp.xz.cn/plugins/debug-bar-elasticpress/
You need both.PS: I’m not affiliated with elasticpress, elasticsearch or anyone i just felt like helping since i’ve been poking it for some time now.
Forum: Plugins
In reply to: [Query Monitor] QM Report Displays Scrambled on Front End For Logged in UserI had exact same issue: https://imgur.com/a/CTtlj5y
What solved it for me was clearing all caches of my caching plugin and then purging the minified CSS file from cloudflare cache.
Forum: Plugins
In reply to: [Disqus Latest Comments Addon] Where to put the shortcode?Create a new text widget or html widget on your sidebar and paste it there.