Keith
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images are loaded extremely slowlyTurns out that it is due to a plugin. It’s kinda crucial plugin on my website, so I should find a way with the plugin’s author. Thx for the general guidelines
Forum: Plugins
In reply to: [Performant Translations] Not as great as advertised@swisspidy
After recent update in PHP, all aforementioned issues are disappeared. My non-English webpage loading is finally as fast as English pages on the same network.
It must have been unknown PHP version issue, or your hard work on update may have attributed! Thx for this great work!
Forum: Developing with WordPress
In reply to: Loading feed from other sitesI’ve added that code snippet from WP Beginners to a live site. It’s a newspaper, and has thumnails for all posts. Not sure why, but it’s not a first time that somebody else’s perfect code failing on my website.
From the code snippet, I will find ways to figure out what’s wrong.
Forum: Developing with WordPress
In reply to: Loading feed from other sitesI’ve also tried above plugin, but again, I still can’t have featured image loaded to my RSS feed
Forum: Developing with WordPress
In reply to: Loading feed from other sitesThax @louisgan
I have tried a few of plugins, but I still can’t figure out how to display featured image.
One of the plugins is also mentioned in the WP Beginner’s instruction, but it does not load featured image.
The code snippet in the post also does not work.
Forum: Developing with WordPress
In reply to: Loading feed from other sitesThank you @devinlabsolutions
I need to add that block to the end of a single page, so instead of widget, I called ‘RSS’ block on the page editor. I can adjust number of columns, items along with options for displaying excerpt, publish date, and author names, but I can’t load featured image. Is there a way for that? Should I adjust additional CSS?
- This reply was modified 2 years, 4 months ago by Keith.
Did so via Pre-Sale or Basic Question, since I am not on paid version.
I hope the problem is resolved soon.
I do not have ‘www’ in the url, and that is not defined in my server/dns. In fact, the same issue occurs for subdomains w/ sub.example.com in a subsite in my multisite.
It worked fine when I had single site, but immediately after I combined my websites to a multisite, it no longer works.
I am only fishing here, but I wonder if it is due to multisite imcompatibility.
Forum: Plugins
In reply to: [Performant Translations] Not as great as advertisedI just removed and re-installed your updated version. Now network admin page’s functions are working. Network admin is in English. For non-English subsites, most functions that were not working are now working, and website’s speed got improved, except site health and user edit. As before, the pages are blank white.
Forum: Plugins
In reply to: [Performant Translations] Not as great as advertisedPlz see the txt from the above link.
Forum: Plugins
In reply to: [Performant Translations] Not as great as advertisedAs said, with Performant Translations activated, I can’t load site health page. I can’t give you what I don’t have.
Forum: Plugins
In reply to: [Performant Translations] Not as great as advertisedI am aware of WP debug file’s whereabout. It’s just no critical error or even remotedly related error log was present in wp-content/debug.log. Just so you know, I have my own dedicated server. Though I am not an expert, I at least know where to find php8.x-fpm.log for PHP and error.log for Nginx.
To be honest, the fact that you can’t re-produce my situation makes me more scared. It sounds like a combination of plugins, including Performant Translations, is the cause of my problem.
Based on the past a month of wandering, I have a theory on this one, and it is up to you to take it. Since wp-admin pages are all shared across subsites in a multisite installation, some .php files in /wp-admin/ folder that require .mo (or translated .php by Performant Translations) are called regardless of language, but when it is called, the .php can be corrupted, affected, or jointly called by translated .php files. When this happens on a multisite network with more than 2 languages assigned to subsites, call for the translated .php may create double load or memory leak, or something similar to my description of ‘mal-function’.
In my multisite network, I have WP Multi Network plugin activated, so I have a few sub-networks that share limited network settings. Duing the time when I had no idea how to handle the situation, I re-assigned a subsite to an unused sub-network and changed that subsite’s url, and brought it back to my main sub-network. Initially I was going to separate all my subsites by sub-network, but I can’t split object cache for each sub-network, so I cannot really use of the feature now. I had used it only for above case. The fact that I was able to change subsites’ url in the ‘clean’ (no plugin activated) sub-network, I come to a conclusion that the cause of the malfunction can be attributed to a plugin’s or a combination of plugins’ mis-use of .mo to .php conversion.
I think I have given you all I got, unless I violate WP Forum’s rule. If things fail with WP 6.5, I will rely on aforementioned sub-networks to workaround. And, if it becomes a part of WP core, I am sure other plugin authors receive similar reports like mine and eventually there should be a fix available. Till then, I will either stick to WP Multi Network, or switch website’s language back to English temporarily.
Forum: Plugins
In reply to: [OPcache Manager] How to add more free memoryI am sorry. I forgot to restart PHP FPM. It now has more memory assigned.