Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurooba/wpaudit.site
An easy to use checklist to optimize your WordPress website.
https://github.com/aurooba/wpaudit.site
audit wordpress wordpress-development
Last synced: 23 days ago
JSON representation
An easy to use checklist to optimize your WordPress website.
- Host: GitHub
- URL: https://github.com/aurooba/wpaudit.site
- Owner: aurooba
- License: gpl-3.0
- Created: 2019-11-12T03:02:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T15:15:12.000Z (about 1 year ago)
- Last Synced: 2024-10-03T12:41:04.822Z (about 1 month ago)
- Topics: audit, wordpress, wordpress-development
- Language: HTML
- Homepage: https://wpaudit.site
- Size: 484 KB
- Stars: 32
- Watchers: 5
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Audit: audit.html
Awesome Lists containing this project
README
WPAudit.site
===================================
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
#### v0.6.4
#### Last updated: October 2023
#### Created by Aurooba AhmedA helpful checklist to audit your website for formatting, WordPress specific optimization, accessibility, performance, and security.
Best used before a launch or on a monthly basis.
Got a suggestion?
--------------------------------------You have a suggestion to make WordPress websites more awesome? PR it!
### Contributors
A host of folks have helped me improve this checklist and make it even better. Thank you to all of those lovely folks!### Dev
This is a basic html file with SCSS for the CSS Processor, when in dev, you just need to run the following for the CSS to compile:
```bash
sass --style=compressed scss:css --watch
```