William Torrez Corea wrote: > One page by means of firefox has a latency of 49.9 ms. > > > *How can I improve the latency?* > > I want a latency of 0 ms
Every page is different. You can measure with the developer tools, in the performance tab. Things you can try: - different network connections - different DNS resolver - remove ads with an adblocker (uBlock Origin is generally preferred) - turn off JavaScript - turn off graphics If you have control of the page, on the other hand: - remove JavaScript - reduce graphics size - simplify or eliminate CSS 0 ms is, of course, unobtainable. The browser needs to ask for the page, receive the page, decode the page, and render the content. -dsr-