$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>how to Optimize Wordpress database for 10 million post?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

how to Optimize Wordpress database for 10 million post?

matteradmin10PV0评论
This question already has an answer here: Wordpress speed slow after .5 million single image post via wp-cli (1 answer) Closed 6 years ago.

i am trying to create a website with 10 million post but after half a million website posting goes too slow how i can optimize my database and import data like a new website

This question already has an answer here: Wordpress speed slow after .5 million single image post via wp-cli (1 answer) Closed 6 years ago.

i am trying to create a website with 10 million post but after half a million website posting goes too slow how i can optimize my database and import data like a new website

Share Improve this question edited Jan 2, 2019 at 11:18 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Dec 30, 2018 at 22:01 ShoabchShoabch 11 bronze badge 1
  • Possible dup of wordpress.stackexchange/questions/248207/… – Rick James Commented Dec 30, 2018 at 23:36
Add a comment  | 

1 Answer 1

Reset to default -1

You can build a database with connect your own AWS cloud hosting and can help via java script

<script>
document.getElementById("demo").innerHTML = "Hello JavaScript!";
</script>

<noscript>Sorry, your browser does not support JavaScript!</noscript>
Post a comment

comment list (0)

  1. No comments so far