Loading...

如何增加WordPress網站的PHP時間限制?

Temperature: 0 °C

Mark ChangMark Chang
author_tools

PHP時間限制是您的網站在超時之前將花費在單個操作上的時間。當操作達到設置的時間限制時,它將返回錯誤。
大多數主機上的PHP時間限制的默認值是30秒。
因此在WordPress必須透過修改wp-config.php的方式來延長時間限制。
在WordPress的wp-config.php中添加以下code

define( 'WP_DEBUG', false );
set_time_limit(3000);
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}

以上代碼樣本中的3000表示3000秒。
隨時將其更改為任何適當的數字。

以上紀錄

如何增加WordPress網站的PHP時間限制?
 

https://innstory.com/story-如何增加WordPress網站的PHP時間限制-2278
WORDPRESS

Prev
 修改phpini更改允許上傳檔案的大小

Next
ubuntu_1804__apache_目錄啟用並開啟htaccess_覆寫 

About the Author

Mark Chang

離不開電腦的宅男

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

如何緩存靜態資源使用HTTP緩存

如何緩存靜態資源使用HTTP...

配置服務器以返回CacheControlHTTP響應標頭: CacheControl: maxage...

判斷字串是否存在於內容中

判斷字串是否存在於內容中

searchphoto5 以下範例~ 搜尋 If you are lucky enough to b...

使用jQuery阻止input直接按Enter就送出表單

使用jQuery阻止inpu...

使用表單是傳送資料裡經常會用到的方式。 這時當使用者輸入表單後習慣上按下Enter,則會將表單內容送...

Please select an option

error

Hi, thank you for your participation, but you cannot vote repeatedly~

Join innstory now and start recording your story.

"Innstory" is a place to store stories. We are committed to becoming a warm platform. Deepening the bonds between people is our direction.
We are convinced that the blockchain between people is not just a cold calculation. Join us now.

Wrong format