-
作者帖子
-
opcache 之前安裝過了,之前還安裝了 redis,這個沒有影響吧
<?php /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the * installation. You don't have to use the web site, you can * copy this file to "wp-config.php" and fill in the values. * * This file contains the following configurations: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('WP_CACHE', true); define( 'WPCACHEHOME', '/www/wwwroot/51findbook_com/wp-content/plugins/wp-super-cache/' ); define('DB_NAME', 'sql_51findbook_c'); /** MySQL database username */ define('DB_USER', 'sql_51findbook_c'); /** MySQL database password */ define('DB_PASSWORD', 'hybsMMmdRp3aKYJL'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8mb4'); /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); /**#@+ * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. * * @since 2.6.0 */ define('AUTH_KEY', 'jA(jV+PjcGu@NGx|.1zYb?+q:/Jb=>ztCHHaKA)Oj7Xu;M?$A 1[x~]iKF>6m?[A'); define('SECURE_AUTH_KEY', '2sr{P/O)a>~D*-NT,k,CcX)#o-un~IPM&!s>xK* v,|j!oqdbSG#/,i&4n3XH,,k'); define('LOGGED_IN_KEY', 'Ijmx-eez+by~Wp{LheND>apoR>!$RKHx{[R#UgIUGG%FGDSWS$U0}N4K7@jh 3rk'); define('NONCE_KEY', 'eUD|:/>_LQ=u
q^;<3:I |l6Ankt-T3!OrWgKgS.lIH@0lmnbs~yI>h)$!D]rJ7o’);
define(‘AUTH_SALT’, ‘M.vC.$+n87|:H j8%cTwO)7)lOV;hV<Y6nDcFimt)2[9d/VFkjYm DR
^hyc[02′);
define(‘SECURE_AUTH_SALT’, ‘:hPL%62N9O8SU.QY(,K4B[0cxqO~dj/;*?E.y!A+_UeR10W-q^3VyO5MM:@[b5kX’);
define(‘LOGGED_IN_SALT’, ‘l0oV^2VXv#I!SHGqHNZklRaMSj#!>)%$YtM51wBPO=j>nl{::(QbRSGKL4jP)PiO’);
define(‘NONCE_SALT’, ‘IH>sspnda5>/G|7bt)2i]E}J!wh
)cGyfg9+Ln=y^nB&nczlP0vs^7Ux6Z?Y.c ‘);define(‘AUTOMATIC_UPDATER_DISABLED’, true );//關閉自動更新
/**#@-*/
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ’51findbook_’;/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define(‘WP_DEBUG’, false);/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
`沒有找到 「請不要繼續編輯」 這句話呢
WP 版本: [?] 4.9.8 WP 多站點: [?] – PHP 記憶體限制: [?] 512 MB
avada 系統狀態顯示這樣就算 512M 設定成功了吧
「https://bbs.weixiaoduo.com/topic/17527」
我是不是也要把頭像的時間戳去掉,我去試試
這個翻譯過來就是,新增到這行上面。
/* That』s all, stop editing! Happy blogging. */
首頁的 TTFB 時間特別長,網上查了下,都說是 Google 字型、表情或者連線了海外伺服器之類的常規原因,我現在已經幾乎不連線任何海外伺服器了 (除了 cdn),為什麼 TTFB 還是這麼大呢
時間戳那個不用管了,新版的已經沒有影響。
另外如果你想要論壇回覆就通知的話,這樣會很讓人煩的,試想一下如果一個人發了貼,但是有十個人回,而且還是隔三差五或者幾個月後的有郵件來
發的帖子越多每次都有提醒,這樣會煩死人。
我看了下不知道你網站是弄的什麼然後每個頁面載入的時候都有個空缺圖片,這個是拖慢速度的原因。
你試著上傳版塊圖示設定下,然後看看速度如何。
-
作者帖子
- 話題 「網站 request 數量特別多」 已關閉,不接受新回覆。