You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* translators: 1: embeds "For help please ..." 2: hyperlink to review page on wp.org */
25
+
$supportString = '<p>' . __( 'For support please %1$s. Please %2$s to rate this plugin. Your feedback helps make it better, faster, and more useful.', 'index-wp-users-for-speed' ) . '</p>';
@@ -28,7 +28,7 @@ msgid "Speed up your WordPress site with many users."
28
28
msgstr""
29
29
30
30
#. Author of the plugin
31
-
msgid"OllieJones"
31
+
msgid"Oliver Jones"
32
32
msgstr""
33
33
34
34
#. Author URI of the plugin
@@ -52,11 +52,11 @@ msgid "...at this time"
52
52
msgstr""
53
53
54
54
#:admin/admin.php:84
55
-
msgid"Controlling choice of authors"
55
+
msgid"Choosing authors when editing posts and pages"
56
56
msgstr""
57
57
58
58
#:admin/admin.php:89
59
-
msgid"Show a maximum of"
59
+
msgid"Use selection boxes"
60
60
msgstr""
61
61
62
62
#:admin/admin.php:129
@@ -76,40 +76,47 @@ msgstr ""
76
76
msgid"Automatic index rebuilding disabled"
77
77
msgstr""
78
78
79
-
#:admin/admin.php:224
79
+
#:admin/admin.php:225
80
80
msgid"You may rebuild your user indexes each day, or immediately."
81
81
msgstr""
82
82
83
-
#:admin/admin.php:225
83
+
#:admin/admin.php:226
84
84
msgid"(It is possible for them to become out-of-date.)"
85
85
msgstr""
86
86
87
-
#:admin/admin.php:233
88
-
msgid"Author-choice menus can be unwieldy when your site has many authors. You can limit the number of choices presented at a time. To narrow down your choices you can type more of the author's name into the menu."
89
-
msgstr""
90
-
91
-
#:admin/admin.php:249
87
+
#:admin/admin.php:242
92
88
msgid"daily"
93
89
msgstr""
94
90
95
-
#:admin/admin.php:257
91
+
#:admin/admin.php:250
96
92
msgid"never"
97
93
msgstr""
98
94
99
-
#:admin/admin.php:266
95
+
#:admin/admin.php:259
100
96
msgid"immediately, then daily"
101
97
msgstr""
102
98
103
-
#:admin/admin.php:275
99
+
#:admin/admin.php:268
104
100
msgid"immediately, but not daily"
105
101
msgstr""
106
102
107
-
#:admin/admin.php:293
103
+
#:admin/admin.php:286
108
104
msgid"Avoid rebuilding exactly on the hour to avoid contending with other processing jobs."
109
105
msgstr""
110
106
111
-
#:admin/admin.php:332
112
-
msgid"choices at once in author selection menus."
107
+
#:admin/admin.php:316
108
+
msgid""
109
+
"Author-choice dropdown menus can be unwieldy when your site has many authors. If you have more than this number of authors, you will see selection boxes instead of dropdown menus. Choose an author by typing a few characters of the name into the selection box.\n"
110
+
" \n"
111
+
" "
112
+
msgstr""
113
+
114
+
#:admin/admin.php:330
115
+
msgid"when you have more than"
116
+
msgstr""
117
+
118
+
#:admin/admin.php:337
119
+
msgid"authors registered on your site."
113
120
msgstr""
114
121
115
122
#:admin/progressbar.php:51
@@ -133,14 +140,23 @@ msgstr ""
133
140
msgid"You may use your site normally during index building."
134
141
msgstr""
135
142
136
-
#:admin/views/page.php:22
143
+
#:admin/views/page.php:20
144
+
msgid"click here"
145
+
msgstr""
146
+
147
+
#. translators: 1: embeds "For help please ..." 2: hyperlink to review page on wp.org
148
+
#:admin/views/page.php:24
149
+
msgid"For support please %1$s. Please %2$s to rate this plugin. Your feedback helps make it better, faster, and more useful."
150
+
msgstr""
151
+
152
+
#:admin/views/page.php:35
137
153
msgid"Approximate number of users on this entire site"
Do you have thousands of users on your WordPress site? Look them up fast by indexing them in your metadata. Eliminate slow loading on Users, Posts, and Pages panels in your dashboard.
18
+
Do you have thousands of users on your WordPress site? Look them up fast. Find authors more easily. Speed up your laggy dashboard.
19
19
20
20
== Description ==
21
21
@@ -82,15 +82,33 @@ Once the indexing rows are in place, you can add, delete, or change user roles w
82
82
83
83
WordPress's trac (defect-tracking) system has [this ticket # 38741](https://core.trac.wordpress.org/ticket/38741).
84
84
85
+
<h4>Why?</h4>
86
+
87
+
Three reasons (maybe four):
88
+
89
+
1. to save carbon footprint.
90
+
2. to save carbon footprint.
91
+
3. to save carbon footprint.
92
+
4. to save people time.
93
+
94
+
Seriously, the microwatt hours of electricity saved by faster web site technologies add up fast, especially at WordPress's global scale.
95
+
85
96
== Installation ==
86
97
87
-
Install and activate this plugin in the usual way via the Plugins panel in your site's dashboard.
98
+
Install and activate this plugin in the usual way via the Plugins panel in your site's dashboard. Once you have activated it, configure it via the Index for Speed menu item under Users.
99
+
100
+
101
+
= WP-CLI =
102
+
103
+
`wp plugin install index-wp-users-for-speed
104
+
wp plugin activate index-wp-users-for-speed
105
+
`
106
+
= Composer =
88
107
89
-
Or, if you use [composer](https://getcomposer.org/) to configure your site, install it with this command.
108
+
If you configure your WordPress installation using composer, you may install this plugin into your WordPress top level configuration with the command
0 commit comments