wp-media / wp-media/imagify-plugin
Improved Error Message For cURL Error 28 Blocked Self-requests Issue
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 82
- Forks
- 31
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 9
Description
When the self-requests for optimization are being blocked by a user's server due to cURL error 28 (or similar), we could offer a popup informing them about what is happening and linking to our documentation:

<div id="swal2-content" class="swal2-content" style="display: block;">The HTTP requests required for image optimization are currently being blocked by your server. <a href="https://imagify.io/documentation/optimization-is-stuck/" rel="noopener" target="_blank">More info and possible solutions</a>.</div>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the existing handling for blocked self-requests and cURL error 28, then inspect how optimization errors display popups. Done means the specified message and documentation link appear when image-optimization requests are blocked.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100