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
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Once the plugin is cloned, enter your site admin dashboard and go to _wp-admin >
22
22
23
23
### How to install from ZIP archive
24
24
25
-
You can install this plugin from the [ZIP file](https://drive.google.com/file/d/15YDvFMcfVFAixVLI4n3jbwFQZrgz6Rfu/view) as any other plugin. Follow [this instruction](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin).
25
+
You can install this plugin from the [ZIP file](https://drive.google.com/file/d/11oT04a0zRPo0wshpBs6Mm22URLVTJmZs/view) as any other plugin. Follow [this instruction](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin).
26
26
27
27
## How to use
28
28
@@ -40,7 +40,7 @@ Go to *wp-admin > Ultimate Member > Settings > General > Optimize* to manage set
40
40
-**Speed up member directories** - *(optional)* Optimize the SQL query that retrieves users for the member directory.
41
41
42
42
Image - Optimize settings.
43
-

43
+

44
44
45
45
## Support
46
46
@@ -53,5 +53,3 @@ Ultimate Member home page: https://ultimatemember.com
53
53
Ultimate Member documentation: https://docs.ultimatemember.com
54
54
55
55
Ultimate Member download: https://wordpress.org/plugins/ultimate-member
56
-
57
-
Article: [How to remove CSS and JS on non UM pages](https://docs.ultimatemember.com/article/1490-how-to-remove-css-and-js-on-non-um-pages)
'description' => __( 'Ultimate Member does not allow caching Profile Photo in the browser. This is secure but slows your website. It is recommended to enable the Profile Photo caching if your website is public.', 'um-optimize' ),
'description' => __( 'Ultimate Member does not allow caching Cover Photo in the browser. This is secure but slows your website. It is recommended to enable the Cover Photo caching if your website is public.', 'um-optimize' ),
'description' => __( 'Ultimate Member uses the greatest cover photo thumbnail in the member directory on the desktop. So big images are unnecessary. It is enough to use the 500px width image. Here you can select the cover photo thumbnail for the member directory.', 'um-optimize' ),
104
+
);
105
+
106
+
74
107
// SQL queries.
75
108
$fields[] = array(
76
-
'id' => 'um_optimize_assets_info',
109
+
'id' => 'um_optimize_queries_info',
77
110
'type' => 'info_text',
78
111
'label' => __( 'SQL queries', 'um-optimize' ),
79
112
'value' => __( 'Optimize SQL queries to get posts and users faster', 'um-optimize' ),
0 commit comments