我想知道为什么 wordpress 网站top -c
显示只使用索引文件。
所有请求都由index.php处理吗?
每次我检查时都top -c
显示如下:
743204 (Trace) (Kill) affinity 0 4.34 0.14 /usr/bin/php /home/affinity/public_html/index.php
743251 (Trace) (Kill) sdoifn3m2 0 4.01 0.12 /usr/bin/php /home/sdoifn3m2/public_html/index.php
743228 (Trace) (Kill) noidaads 0 3.96 0.12 /usr/bin/php /home/noidaads/public_html/index.php
743323 (Trace) (Kill) hotelhil 0 2.39 0.07 /usr/bin/php /home/hotelhil/public_html/index.php
742994 (Trace) (Kill) xtremeit 0 2.26 0.13 /usr/bin/php /home/xtremeit/public_html/index.php
743013 (Trace) (Kill) xtremeit 0 2.19 0.12 /usr/bin/php /home/xtremeit/public_html/index.php
742914 (Trace) (Kill) mjtouchc 0 1.43 0.10 /usr/bin/php /home/mjtouchc/public_html/index.php
742373 (Trace) (Kill) mjtouchc 0 1.36 0.14 /usr/bin/php /home/mjtouchc/public_html/index.php
743278 (Trace) (Kill) ypages99 0 1.20 0.18 /usr/bin/php /home/ypages99/public_html/index.php
答案1
Wordpress 的工作原理是只加载一个index.php
带有附加请求参数的参数,这些参数控制在浏览器中显示哪些数据库条目。
我手头没有安装 wordpress,所以参数可能不同,但它的工作原理大致如下:
http://example.org/wp/index.php?id=222
将告诉 Wordpress 加载内部 ID 为 222 的博客条目并显示它。