How can I optimize the website speed?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • arunvaishak
    New Member
    • Jan 2015
    • 2

    How can I optimize the website speed?

    My website's loading time is very slow. I want to reduce its loading time, Please any one guide me that how to optimize the website speed?
  • Exequiel
    Contributor
    • Jul 2012
    • 288

    #2
    is your website is already uploaded online or just localhost? because if its just in your localhost and its loading slowly, maybe your packages that you used to your website affects its loading speed,

    Comment

    • praneed
      New Member
      • Jan 2015
      • 1

      #3
      First thing you have to do is optimize the image size, the images on your site take up a lot of your page size and can eventually affect the loading time of your page.

      Next avoid text graphics,

      Avoid Unnecessary Plugins, A site that requires plugins may slow your page loading speed.

      Avoid Redirects, Avoiding redirects increases serving speed.

      Optimize browser caching, Every time a visitor loads a site, your web page’s image files, CSS and Java files load as well, thus taking up a lot of page load time.

      Minify JavaScript and CSS, which is the process of removing unused characters from the code which helps to reduce its size and the subsequent loading time.

      If you are a web developer follow these tips or hire a fine web developer.
      Last edited by Frinavale; Jan 8 '15, 05:39 PM.

      Comment

      • johnmiller
        New Member
        • Dec 2015
        • 5

        #4
        Minimize the size of external javascript and css files and if you more files, try to combine them. Use GTmetrix tool. Compress your images. Reduce the web page size. Enable Gzip.

        Comment

        • simbad87
          New Member
          • Jan 2017
          • 1

          #5
          1.Image Optimization
          2.Reduce HTTP Requests
          3.Minify CSS and Javascript
          4.Critical Path and Render Blocking Resources (CSS + JS)
          5.Reduce Latency with a CDN
          6.Time to First Byte (TTFB)
          7.Avoid 301 Redirects
          8.Caching
          9.Prefetch and Preconnect
          10.HTTP/2
          11.PHP7 and HHVM
          12.Web Font Performance
          13.Hotlink protection
          14.Enable Gzip Compression
          15.Infrastructu re
          16.Fix 404 Errors
          17.Serve Scaled Images
          18.Database Optimization
          Last edited by Frinavale; Jan 23 '17, 09:37 PM. Reason: removed link

          Comment

          • Yanisori
            New Member
            • Feb 2017
            • 30

            #6
            Methods depends on what CMS you use. Firstly find more suitable CDN-service. There is free service Cloudinary. And search for image cdn service, if you're needed. Secondly choose some PageCache plugin. For popular CMS there are a lot of them. And then you need JS/CSS minifier-combiner-optimizier. Also the choice is quite huge.

            Comment

            • olso234
              New Member
              • Mar 2017
              • 3

              #7
              Enable browser caching

              Comment

              Working...