描述
此插件已于 2019 年 7 月 5 日 关闭,无法下载。 原因:违反准则。
评价
2017 年 1 月 31 日
Working Fine but Not responsive
2016 年 9 月 26 日
erreurs javascript lors du click sur le bouton ‘mettre a jour’ :
An invalid form control with name=’splash_image_height’ is not focusable.
/wp-woo/wp-admin/options-general.php?page=wp_splash_image#!:1
An invalid form control with name=’wsi_idle_time’ is not focusable.
2016 年 9 月 3 日
We were using this on our site, but it started running really slow. Eventually, the host shut down our site. Here is why:
I have reviewed this issue for you, and it appears that the issue here was that multiple updates were occurring on the table “wp_wsi_splashimage”, which is over 220k rows:
+—————-+——————–+——–+————-+
| DB | TableName | Rows | SizeInBytes |
+—————-+——————–+——–+————-+
| m_wrdp1 | wp_wsi_splashimage | 227533 | 5460904 |
| m_wrdp1 | wp_posts | 2264 | 2664400 |
| m_wrdp1 | wp_3_postmeta | 25389 | 1877460 |
| m_wrdp1 | wp_3_posts | 1642 | 1792356 |
| m_wrdp1 | wp_postmeta | 20503 | 1629812 |
+—————-+——————–+——–+————-+
This table being altered while it was being updated was likely the problem. I have removed the restrictions, but to fix this, you may wish to have your developer clean up that splashimage table, so these operations can complete faster, and not overlap.
2016 年 9 月 3 日
I can’t see the plugin, but I’m using a non-tested release of WP.