Forum Replies Created

Viewing 10 posts - 21 through 30 (of 106 total)
  • Author
    Posts
  • in reply to: How To Change Colour Of Meta Slider Dots? #26108

    Awesome, thanks mate.

    and background would be the dots, correct?

    .metaslider.ms-theme-nivo-bar.metaslider-nivo .nivo-controlNav a {
    width: 15px;
    height: 15px;
    background: #000;

    in reply to: How To Change Colour Of Meta Slider Dots? #26100

    Awesome, thanks.

    If you kindly let me know how to remove the borderline as well as change the colour of the dots would be great

    in reply to: How To Change Colour Of Meta Slider Dots? #26067

    Hey Harris,

    the new update of MetaSlider changed the look of the Nivo slider again.

     

    Could you provide me with a new code, please?

     

    Thanks mate

     

    in reply to: Update php 7.2 #25877
    This reply has been marked as private.
    in reply to: Super Slow Page Loading #25853
    This reply has been marked as private.
    in reply to: Super Slow Page Loading #25849
    This reply has been marked as private.
    in reply to: Super Slow Page Loading #25847
    This reply has been marked as private.
    in reply to: Sale Sidebar Does Show NON Sale Products #25838

    Sorry, what do you mean with extend?

    in reply to: Super Slow Page Loading #25837

    Yeah, I am writing with the host support for the last two days. They just telling me the server would respond under 0.5 sec.

    This is the last reply I got and thought you guys know, what for a script they are talking about. Regarding the scaled images, I’m trying to find them where they have been used:

     

    Chris,

    The slowness is related to the TTFB. The Time to First byte is the time between the browser makes the request for accessing your website and the receiving of the first packet from the server by the browser. This means that in that time, the browser needs to connect to the server, the server to execute the necessary script for your application, then script needs to run until it starts producing some results and finally these results to be sent and delivered to the browser.

    Usually all of the above things happen really fast, except the execution of the script for the application, which is the slowest part of the system. Usually the script for your application loads many other things before starting to output some information and this is what mainly slows things down.

    This means that in order to reduce the TTFB for your website, you need to optimize the scripts for it as they need to run faster and start producing output faster.

    in reply to: Super Slow Page Loading #25831
    This reply has been marked as private.
Viewing 10 posts - 21 through 30 (of 106 total)