The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Time of the answer of the server
Hi, everybody!
1. How to reduce time of the answer of the server that it made no more than 200 ms? 2. What service it is possible to test time of the answer of the server precisely? Thanks! ================================================== ========== Всем привет! 1. Как уменьшить время ответа сервера, чтобы оно составляло не более 200 мс? 2. Каким сервисом можно точно протестировать время ответа сервера? Спасибо! |
#2
|
|||
|
|||
1. TTFB is decided by how many plugins you have installed, how much the load is on the server, how fast your SQL server is, etc.
2. Most browsers these days have developer tools (which in most browser you can open by pressing F12) which displays the TTFB, DNS response time, etc. of each request. Making use of caching modules, PHP 7, less plugins, etc. all has impact on your website its performance. I'm sure Max will show up in this thread sometime soon. |
Благодарность от: | ||
Max Taxable |
#3
|
||||
|
||||
But nothing to say, you did a good job covering it! Additionally, getting 200ms or under for "time of the answer of the server" really doesn't help much if your site then takes forever to load. I'm talking seconds there. |
#4
|
||||
|
||||
This is actually a really common misconception. Plugins can only really effect your speed if they're intense or unoptimized. Not to mention, there's various ways to use plugins to further optimize load. |
#5
|
|||
|
|||
Quote:
A lot of plugins aren't optimized though. |
#6
|
||||
|
||||
Quote:
Code:
$num = 0; while($num <= 1000){ $num--; } |
Благодарность от: | ||
RichieBoy67 |
#7
|
||||
|
||||
It depends upon how many queries the server has to run to construct the page source code in the "first byte" which is request #1. Lots of plugins require lots of queries. Lots don't.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|