• let me explain my question.
    I need to start from zero point when User insert our URL to web browser, if you notice in Chrome web Browser after this session Chrome shows you a little spin left of tab title when server start to response this spin start to rotate oposite way, here our reciving data was started, the time lenght betwine enter URL and start reciving data is the Topic of my question, How can I specefie this duration and reduce it?
    here my toughts : I think WordPress Database request is to slow is this true or not?

    • This topic was modified 4 years, 10 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Check the “network” tab of your browser’s developer tools.

    Learn to use the Chrome Developer Tools or Firefox Developer Tools.

    You have a 2.91 second TTFB, so there’s probably some things you can do. I’d start by installing caching and minification tools. My recommendation is to use Comet Cache for caching and Autoptimize for minification and aggregation.

    If this is you own server and not a shared web host, then you might also look into database tuning.

    Start first, however, focusing on caching and optimization.

Viewing 1 replies (of 1 total)
  • The topic ‘how can I reduce time from user enter url to server response?’ is closed to new replies.