Skip to content

Commit 069ac55

Browse files
committed
Prepare version 1.3.1
- fixed compatibility with the Ultimate Member core version 2.9.2 - minor style changes
1 parent 428d70c commit 069ac55

14 files changed

+306
-229
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Open git bash, navigate to the **plugins** folder and execute this command:
2020

2121
`git clone --branch=main git@github.com:umdevelopera/um-optimize.git um-optimize`
2222

23-
Once the plugin is cloned, enter your site admin dashboard and go to _wp-admin > Plugins > Installed Plugins_. Find the "Ultimate Member - Optimize" plugin and click the "Activate" link.
23+
Once the plugin is cloned, enter your site admin dashboard and go to _wp-admin > Plugins > Installed Plugins_. Find the "Ultimate Member - Optimize and Color" plugin and click the "Activate" link.
2424

2525
### How to install from ZIP archive
2626

27-
You can install the plugin from this [ZIP file](https://drive.google.com/file/d/1DCro3M0qR4pUzx4SgHVNun0_c0V9Rq-x/view) as any other plugin. Follow [this instruction](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin).
27+
You can install the plugin from this [ZIP file](https://drive.google.com/file/d/1psJ8dKJSY3qsFe2Limw0NNdtOw3kDq4G/view) as any other plugin. Follow [this instruction](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin).
2828

2929
## How to use
3030

@@ -47,6 +47,7 @@ The **Colors** tab also contains tools that may be helpful:
4747
- **Background**
4848
- **Light line**
4949
- **Line**
50+
- **Light text**
5051
- **Text**
5152

5253
#### Links and buttons
@@ -100,11 +101,12 @@ It is recommended to combine multiple Ultimate Member styles and scripts into on
100101
#### Images
101102

102103
Ultimate Member does not allow using Cover Photo and Profile Photo images from the browser cache.
103-
This approach is safe and secure, but it slows down rendering pages with Ultimate Member components and loading the member directory.
104-
It is recommended to allow using images from the browser cache if your site is public.
104+
This approach is safe and secure, but it slows down rendering the member directory and pages with Ultimate Member components.
105+
It is recommended to allow using images from the browser cache.
105106

106-
Ultimate Member uses the largest Cover Photo thumbnail in the member directory on the desktop. Such large images are usually not necessary.
107-
It is recommended to use an image that is 500px wide or slightly larger.
107+
Ultimate Member uses the largest Cover Photo thumbnail in the member directory on the desktop.
108+
However, the directory does not need large images.
109+
It is recommended to use Cover Photo thumbnail that is about 500 pixels wide to load images faster.
108110

109111
- **Profile Photo caching** - Allow using Profile Photo images from the browser cache.
110112
- **Cover Photo caching** - Allow using Cover Photo images from the browser cache.
@@ -113,9 +115,9 @@ It is recommended to use an image that is 500px wide or slightly larger.
113115
#### SQL queries
114116

115117
Ultimate Member uses the standard WP_Query and WP_User_Query classes to build database queries.
116-
Queries built this way are reliable and stable, but not optimized.
117-
This slows down retrieving users in the user directory and posts in extensions that use custom post type, which slows down page rendering.
118-
It is recommended to enable SQL queries optimization to get posts and users faster.
118+
Queries created this way are reliable and stable, but are not optimized for speed.
119+
This slows down retrieving users in the member directory and posts in extensions that use custom post type.
120+
It is recommended to enable SQL queries optimization to get posts and members faster.
119121

120122
- **Speed up member directories** - *(optional)* Optimize the SQL query that retrieves users for the member directory.
121123
- **Speed up Activity** - *(optional)* Optimize the SQL query that retrieves posts for the [Social Activity](https://ultimatemember.com/extensions/social-activity/) extension.

0 commit comments

Comments
 (0)