We’re grateful to these projects for helping us keep the lights on:
sites.google.com/phantom-solana-wallet.com/phantom-wallet – Phantom is the leading Solana wallet for storing, swapping, and managing SOL and NFTs.
sites.google.com/phantom-solana-wallet.com/phantom-wallet-extension – The Phantom browser extension brings instant, in-tab access to all your Solana assets.
sites.google.com/walletcryptoextension.com/rabby-wallet – Rabby is an open-source multi-chain wallet built for DeFi users with smart network switching.
sites.google.com/walletcryptoextension.com/rabby-wallet-extension – The Rabby extension delivers the same multi-chain DeFi features right in your browser.
sites.google.com/walletcryptoextension.com/solflare-wallet – Solflare is a full-featured Solana wallet offering secure storage, swaps, and staking.
sites.google.com/walletcryptoextension.com/solflare-wallet-extension – The Solflare extension makes Solana transactions seamless from your toolbar.
sites.google.com/walletcryptoextension.com/polymarket-wallet – Polymarket Wallet lets you trade prediction markets using USDC on Polygon.
sites.google.com/walletcryptoextension.com/polymarket-official-site – The official site of Polymarket, a decentralized platform for information markets.
sites.google.com/walletcryptoextension.com/aave-official-site – The official portal for Aave, a decentralized liquidity protocol for lending and borrowing crypto.
sites.google.com/walletcryptoextension.com/hyperliquid-official-site – Hyperliquid is a high-performance decentralized perpetuals exchange with ultra-fast trading.
sites.google.com/trustwalletus.com/trust-wallet – Trust Wallet is a popular multi-chain mobile wallet with built-in DEX and NFT support.
sites.google.com/trustwalletus.com/trust-wallet-extension – The Trust Wallet extension brings multi-chain crypto management to desktop browsers.
sites.google.com/okx-wallet-extension.com/okx-wallet – OKX Wallet lets you manage assets across 60+ networks and access a vast DApp ecosystem.
sites.google.com/okx-wallet-extension.com/okx-wallet-extension – The OKX Wallet extension offers seamless DeFi and NFT interactions right from your browser.
There! You’ve finally taken care of everything for your WordPress website.
Now, you need to know how you can maintain it efficiently.
This maintenance checklist will give you stepwise Information on how you can run your website smoothly and conduct regular checks to make sure it functions impeccably.
Delete SPAM Comments.
Test the functioning of your Contact form by sending an inquiry through it.
Look for broken links on your website with the CheckMylink Extension for Chrome & Broken Link Checker for WordPress.
Make sure you check your comments section and answer questions & interact regularly with your readers.
Keep a tab on plugin updates and upgrade them regularly.
Don’t forget to make backups of the latest databases and files using BackUpWordPress (free) | BackupBuddy (Paid)
Check Google Analytics regularly.
Similarly, check Google Webmaster Tools periodically.
Keep an eye on your resources used on your website.
Use WP Statistics plugin to monitor your WordPress website’s statistics.
Find a good Plugin that will check for the items below:
1- Passwords
2- File Permissions
3- Database Security
4- WordPress Admin protection
If you have all these things in place, and still wish I to add some additional characteristics to the website then follow these following steps, when using WP config.php.
Define(‘WP_DEBUG’, false);
define(‘AUTOSAVE_INTERVAL’, 300 );
//Completely Disable Automatic Updates
Define( ‘AUTOMATIC_UPDATER_DISABLED’, true);
//Disable all updates to the Core
Define( ‘WP_AUTO_UPDATE_CORE’, true );
// Limit the number of saved revisions. Limit to 10.
define(‘WP_POST_REVISIONS’, 3);
//Disable the post revision feature completely.
define(‘WP_POST_REVISIONS’, false);
//Empty every 7 days
define(‘EMPTY_TRASH_DAYS’, 7);
//Disable Trash Completely
define(‘EMPTY_TRASH_DAYS’, 0);
// Set Memory Limit to 64MB
define(‘WP_MEMORY_LIMIT’, ’64M’);
//Set Memory Limit to 96MB
define(‘WP_MEMORY_LIMIT’, ’96M’);
//Set Memory Limit to 128MB
define(‘WP_MEMORY_LIMIT’, ’128M’);
//Empty every 7 days
define(‘EMPTY_TRASH_DAYS’, 7);
//Disable Trash Completely
define(‘EMPTY_TRASH_DAYS’, 0);