Simple Page Speed Optimizer
A lightweight WordPress plugin to improve website performance by optimizing HTML, scripts, and removing unnecessary WordPress features.
by Your Name · github.com/ismailanowar/simple-page-speed-optimizer
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ismailanowar/simple-page-speed-optimizer/archive/refs/heads/main.zipA lightweight WordPress plugin to improve website performance by optimizing HTML, scripts, and removing unnecessary WordPress features.
✨ Features
- ⚡ Enable browser caching
- 🧹 Remove WordPress bloat from
<head> - 📉 Minify HTML output
- ⏳ Defer JavaScript loading
- 🚫 Disable WordPress emojis
- 🧩 Modular file structure (clean & scalable)
📁 Plugin Structure
simple-page-speed-optimizer/
│
├── simple-page-speed-optimizer.php
├── includes/
│ ├── cache.php
│ ├── cleanup.php
│ ├── minify.php
│ ├── defer-js.php
│ ├── emoji.php
└── README.md
🔧 Installation
Method 1: Manual Upload
- Download the plugin ZIP
- Go to WordPress Dashboard → Plugins → Add New
- Click Upload Plugin
- Upload the ZIP file
- Click Activate
Method 2: Via FTP
-
Upload the plugin folder to:
/wp-content/plugins/ -
Go to WordPress Dashboard
-
Activate Simple Page Speed Optimizer
⚙️ Usage
Once activated, the plugin automatically:
- Adds caching headers
- Minifies HTML output
- Defers JavaScript loading
- Removes unnecessary WordPress head elements
No configuration required (basic version).
🚀 Performance Benefits
- Faster page load time
- Reduced page size
- Improved SEO score
- Better user experience
⚠️ Compatibility Notes
- Some themes/plugins may conflict with JS defer
- Test your site after activation
- Always keep a backup before using optimization plugins
🛠️ Development
Requirements
- WordPress 5.0+
- PHP 7.4+
📌 Future Improvements
- Admin settings panel (enable/disable features)
- CSS minification
- Lazy loading images
- Database optimization
- Cache clearing option
🤝 Contributing
Contributions are welcome!
- Fork the repository
- Create a new branch
- Commit your changes
- Submit a Pull Request
📄 License
This plugin is open-source and available under the MIT License.
👨💻 Author
Your Name
⭐ Support
If you like this plugin, please ⭐ star the repository on GitHub!