English 中文(简体)
我们用购买力平价书写的某些标签是否影响到现役服务器的运行?
原标题:Does certain tags we write in PHP affects the performance of the live server?

我已经用购买力平价书写了一些标签。

<a href="<?php bloginfo( url ); ?>/?cat=<?php $cate_id ?>"><?php echo $resid->post_content ?></a>

甚至

echo "<li><a href =  ?cat=$cate_id >".$resid->post_content."</a></li>";?>

不管怎样,这是否影响到现场服务器的业绩。 我在上载后,不会忘记现场服务器上的形象,但是,在我的地方系统(在我方)上,事情是好的。

最佳回答

无,从服务器性能来看,管道系统的跳出和跳出不应影响任何东西。 保证检查您的档案途径,以证实这种形象。 可能的做法是,这条道路被错误地规范,或者如果你将亚洲开发银行从当地转移至当地生活,则当地的道路环境可能不正确。

页: 1 工具-> View 信息——和;和任何光线/红外线将返回404个。

问题回答

最可能的问题是,进入图像的道路在服务器上是正确的。 为检查这一情况,查看网页的源头,看图像的斜体,看看看是否通过在地址上铺设这一条路。

无,标签永远不会影响服务器的性能。 请确保,如果你使用某种框架,可能会影响守则的执行时间。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签