Forum Replies Created
-
AuthorPosts
-
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;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
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
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Sorry, what do you mean with extend?
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.
This reply has been marked as private. -
AuthorPosts