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

PHP–implode() 將陣列轉成字串

PHP–implode() ...

pexelsphoto 使用implode將陣列轉換成字串; $ar=array(&#;a&#;,&...

解決iphone 不能使用colorbox 滑動的方式

解決iphone 不能使用c...

pexelsphotoiphone #cboxLoadedContent, #cboxContent...

使用PHP mb_substr() 函式,擷取部分字串並記得使用UTF-8。

使用PHP mb_subst...

pexelsphotohello5 文字長度太長,一般來說我們可以使用DIV包住字串,再定義DIV的...

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