This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
aosus wordpress
FarisZR edited this page Mar 22, 2023
·
1 revision
DON'T ENABLE Compress pages so they’re served more quickly to visitors. (Recommended)
IN WP-SUPER CACHE, it breaks the site.
1 - switch to ludicrous mode
2- go to local > install svg cleaner
- enable Add Missing Dimensions
- enable WebP Delivery Method > JS WebP Rewriting
- enable Parallel Optimization
- enable Scheduled Optimization if you want to
- disable delete original
copy robots.txt from https://www.cyberciti.biz/robots.txt
edit robots.txt using yoast , and make sure not to remove the sitemap.
/* disable link underline */
.nv-comment-content a,
.nv-content-wrap a:not(.button):not(.wp-block-file__button) {
text-decoration: none;
}
https://docs.themeisle.com/article/1267-how-to-remove-the-underline-from-links-in-neve
This problem is caused by improper upgrade for MariaDB.
The solution is to enable upgrade checks for MariaDB, using the MARIADB_AUTO_UPGRADE envvar