English 中文(简体)
提交时间总是不同时段的。
原标题:Rendering time is always different from time to time

我想知道,为什么装上某一页的时间与时俱进(即使用某个浏览器)。 我在该网页上有一部java字母代码。

我倾向于比较一个浏览器的页数。 但是,当只有一个浏览器时,时间的长短可能不同。 很难比较这些浏览器的提供时间。

为什么会发生这种情况?

感谢一栋楼房:

问题回答

是否在实验室条件下测试。 你确信,在页上,你的系统资源没有其他负担。

最重要的是,在您的浏览器、推广器、其他表格中是否有任何其他进程。 等等。

如果你不把当地服务器重新装上该网页,那么你还有许多变量需要考虑,这一点也非常重要。

而且,正如吨位指出的那样,它是否装载时间,还是提供时间?

简言之,以下因素会严重影响到时间:

  • Caching rules
  • Server speed & server load
  • Cookies
  • Network (your internet connection, the server s connection speed, etc.)

首先,我检查了打字规则。 根据这些条件,可以告诉你的浏览器,在短时间内只能节省静态元素,在接获要求重载这些装置时,就会增加装载时间。

Secondly, compare server speeds at different times of day (there s online tools for this). Also have a look on how busy your server is. Especially shared servers can be quite slow from time to time.

Then, have a look at your code. If you re setting cookies, these might influence loading time depending on their size. The larger the cookies grow, the slower the site loading might become.





相关问题
Block Websites Under Certain Conditions

I d like to create a simple program that will block certain websites for the user under certain conditions (e.g. after 7:00pm if homework is due the next day). This would be just a programming ...

Looking for a good exercise in building a website

I d like to learn how to build a website, say using .Net (Monorail comes to mind). I d like a pet project, something that: Will take a fair yet reasonble amount of time I can I can build on my own ...

Recoding a Podcast Website - What should I use?

OK here is the deal. Me and some buddies are doing a Podcast(for over 4 year now) and in April we relaunched the site, that included a new Backend. Since I only had 2 weeks back then for getting ...

Cache And Compare Files In C#

Ok, I m trying to make an application for an online Radio Station. I have it set to read the song title and artist and write it to a text file on the webserver. I want to have the application store ...

How does Drupal provide an edit/review/publish model?

How does Drupal support a means to update and review a website before it is published? Does it only allow you to preview a page at a time before you publish it or is there a way to create a site ...

热门标签