Problem:
My View is very very slow on loading.
It has a few images in it only.
Solution:
The issue for this load time is usually due to Custom Image Sizes loaded in the View on the fly.
For example the ShortCode "[wpv-post-featured-image size="custom" width="400" height="283" crop="true"]".
Replace that ShortCode using the "Fields and Views" button and do not use a Custom Size.
Instead, use a predefined Size.
Then the problem will be gone.
If you miss some sizes apart of the default one, you can register a new Custom Size in your theme.
After you do that, all images that you upload to WordPress will have as well this new custom size.
That can then be picked to use with the ShortCode of the Featured Image or other images as well.
To update old existing images to use the new size as well, you can use plugins like this:
https://de.wordpress.org/plugins/regenerate-thumbnails/
Relevant Documentation:
https://developer.wordpress.org/reference/functions/add_image_size/
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | - | 14:00 – 20:00 | 14:00 – 20:00 | 14:00 – 20:00 | 14:00 – 20:00 | 14:00 – 20:00 |
- | - | - | - | - | - | - |
Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)
This topic contains 16 replies, has 3 voices.
Last updated by 6 years, 9 months ago.
Assisted by: Beda.