http://xxx.com/ 中文首页 http://xxx.com/en 英文首页 http://xxx.com/de 德文首页 对应的控制器方法是 app\controller\IndexController::index http://xxx.com/product 中文产品页 http://xxx.com/en/product 英文产品页 http://xxx.com/de/product ...
$start = microtime(true); $num = 1000; $step = 10000; $count = $step * $num; for ($i = 0; $i < $num; $i++) { $items = []; for ($j = 0; $j < ...