litespeedtech / litespeedtech/lscache_wp
[Usability suggestion] SSL requirement for HTTP/2 push
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 257
- Forks
- 123
- PR merge metrics
- No merged PRs in 30d
Description
Not all users know that encrypted connection is required by all browsers for HTTP/2 usage.
The plugin currently allows non-https sites to enable the CSS/JS HTTP/2 Push optimization feature, even if it's useless in their case,, and won't actually work for users.
The fact that SSL is needed should be mentioned next to these options on the Optimize tab, and it shouldn't be possible to enable it on an http:// site, or at least show a warning.
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
Start in the WordPress plugin's Optimize tab and locate the CSS/JS HTTP/2 Push options. Check how the plugin detects the site's HTTP or HTTPS scheme, then make the SSL requirement visible and prevent enabling the options or show a warning for HTTP sites; verify both schemes in the relevant settings UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100