Too much trouble
-
The following is the content of the trouble.
1. Trouble with site accelerator
When I enabled the site accelerator of Jetpack, I encountered a problem that all images disappeared.
This is because some servers do not support CDN due to differences in rental server security settings.
In fact, one of the servers could not work.
All images disappeared when Jetpack site accelerator is enabled! (Core Server)In addition, the Jetpack CDN cannot use the cache of image data once registered because it cannot be changed again.
2. Cannot disable XML-RPC Pingback
In order to use this plug-in, you can not install unless you enable “XML-RPC Pingback” which has security problems, and if you enable it, you will worry about future security.
Inevitably, the following description has been added to “.htaccess” to avoid pingback attacks from BOTs other than Jetpack.# Restrict access to XML-RPC, Allow Automattic (Jetpack)
<Files xmlrpc.php>
Order Deny, Allow
Deny from all
# Allow Automattic
Allow from 192.0.64.0/18
</ Files>
# END Restrict access to XML-RPC, Allow Automattic (Jetpack)3. Despite the connection between Jetpack and WordPress has been established, when performing a WordPress site health check, the following fatal error is displayed indicating that the connection between Jetpack and WordPress has been lost.
“My site name Not connected .: 200” is displayed.
This phenomenon does not occur on non-encrypted (http) websites that I own, but is confirmed only on encrypted (https) sites.4. Summary
To use Jetpack’s “Tile Gallery” with Gutenberg, you must enable Jetpack’s site accelerator to use it. Therefore, depending on the server environment, this function cannot be used, and I think that such a terrible function should not be enabled just for that.Jetpack offers a lot of features and dramatically increases the risk of competition with other plug-ins.
Currently, Jetpack requires significant user effort to stop other plugins and reinstall / reactivate Jerpack for proper operation. I don’t think this is a decent plugin.At this time, only Jetpack subscription and RSS functionality are required for me. No other Jetpack features are needed as they can be covered by other plugins.
By the way, once Jetpack is installed, the subscription and RSS functions are treated as options and cannot be used unless you add the function from the menu of the Jetpack module.
The fact that only the unwanted functions are included in the standard menu is mysterious.
I have written a lot of dissatisfaction, but in the future I want you to develop a simpler plugin so that it does not interfere with other plugins.
- The topic ‘Too much trouble’ is closed to new replies.