WebP Images Uploading Very Slowly on WordPress: Need Help!
-
Hi everyone,
I’m facing an issue with uploading
.webp
images to my WordPress site. Even though the file sizes are small (around 50KB), the upload process takes a very long time. Here’s what I’ve tried so far:- Increased PHP settings (
upload_max_filesize
,post_max_size
,memory_limit
, andmax_execution_time
) to make sure there are no server-side restrictions. - Verified that my internet connection is stable (I was able to upload
.glb
files of about 2MB each, and they uploaded quickly, so it doesn’t seem to be a connection issue). - Checked the file permissions and server configurations, but everything seems normal.
Despite these adjustments,
.webp
images still take a lot longer to upload compared to other file types. Has anyone encountered a similar issue, or does anyone have suggestions on how to troubleshoot and fix this?I’m not from a coding background, so simple and clear instructions would be really helpful. Thanks in advance!
- Increased PHP settings (
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.