vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Forum and Server Management (https://vborg.vbsupport.ru/forumdisplay.php?f=232)
-   -   Time of the answer of the server (https://vborg.vbsupport.ru/showthread.php?t=321704)

SWSUSA 02-03-2016 10:16 PM

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. Каким сервисом можно точно протестировать время ответа сервера?

Спасибо!

Dave 02-03-2016 10:27 PM

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 02-03-2016 11:26 PM

Quote:

Originally Posted by Dave (Post 2564165)
I'm sure Max will show up in this thread sometime soon. ;)

:D

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.

Gio~Logist 02-12-2016 09:43 PM

Quote:

Originally Posted by Dave (Post 2564165)
1. TTFB is decided by how many plugins you have installed


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.

Dave 02-12-2016 11:04 PM

Quote:

Originally Posted by Gio~Logist (Post 2564759)
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.

True, it heavily depends on what kind of plugin.
A lot of plugins aren't optimized though.

Gio~Logist 02-12-2016 11:34 PM

Quote:

Originally Posted by Dave (Post 2564763)
True, it heavily depends on what kind of plugin.
A lot of plugins aren't optimized though.

:x
Code:

$num = 0;
while($num <= 1000){
$num--;
}


Max Taxable 02-13-2016 02:34 AM

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.


All times are GMT. The time now is 06:58 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01100 seconds
  • Memory Usage 1,723KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete