/    Sign up×
Community /Pin to ProfileBookmark

How To Speed Up My Website?

Hi Friends,

I have this small website and need to speed it up. Can anyone tell me how can do that?

to post a comment
PHP

18 Comments(s)

Copy linkTweet thisAlerts:
@ginerjmNov 25.2019 — Where do you think the slowness is coming from? Is it your internet connection/speed? Is it the age of your client? Or is it due to an app that is running poorly or making too many queries or multiple queries built into a loop? Is it the page loading time? Is it the response to the user's actions? Is it php-induced? Is it a huge html-only page that downloads too slowly?

So many possibilities. You really have to think about this.
Copy linkTweet thisAlerts:
@VITSUSANov 26.2019 — @Pace20#1611166 Click on mentioned hyperlink which will help you to check current load time of the website and to find out those points which are affected your load time –

https://developers.google.com/speed/pagespeed/insights/
Copy linkTweet thisAlerts:
@HelenMNov 26.2019 — @Pace20#1611166 Firstly, you should check the speed of your website. The nest step - to make a website audit to identify bottlenecks and then solve them.

Or try to compress the code. Minifying the code helps to diminish any code from its original size to the smallest probable size, without changing the code’s operations.Also, keep your images small, but don’t forget to maintain quality.
Copy linkTweet thisAlerts:
@nshepNov 27.2019 — Input your site into these services to see what is the problem:

  • - https://developers.google.com/speed/pagespeed/insights/

  • - https://gtmetrix.com/

  • - https://tools.pingdom.com/


  • Feel free to ask for assistance if you need help interpreting the results.
    Copy linkTweet thisAlerts:
    @ginerjmNov 27.2019 — Well, so far you haven't elaborated on what it is that you are seeing and are asking for help on. None of my questions gave you any ideas as to what the problem might be related to?

    Help us out if you want help.
    Copy linkTweet thisAlerts:
    @Pace20authorNov 28.2019 — I did some of the optimizations for my [site](https://silicophilic.com). What can be done for the rest?
    Copy linkTweet thisAlerts:
    @nshepNov 28.2019 — https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fsilicophilic.com%2F

    https://gtmetrix.com/reports/silicophilic.com/JsuqOMMN

    https://tools.pingdom.com/#5bac643e65000000

  • - Eliminate render-blocking resources

  • - Do image optimization

  • - Minimize redirects

  • - Use browser caching

  • - Make fewer HTTP requests

  • - Implement Gzip compression
  • Copy linkTweet thisAlerts:
    @WebnyxaNov 28.2019 — The most relevant technique is by reducing the size of the page. Use only related data to your website. In the last take concern with any company related to the website developing.
    Copy linkTweet thisAlerts:
    @ginerjmNov 28.2019 — So exactly WHAT DID YOU DO???? We are not mind-readers here!
    Copy linkTweet thisAlerts:
    @owlypixelDec 01.2019 — Another way to improve the performance of your website is to use a static site generator like Jekyll, Hugo, Nuxt and others. If you have a WordPress site, you can use it as a headless CMS. I recently migrated my site from WordPress to [gatsbyjs](https://www.gatsbyjs.org/) and got 100% Lighthouse score for every metric. That's a pretty good performance boost in my book).

    [upl-image-preview url=https://www.webdeveloper.com/assets/files/2019-12-01/1575160175-594847-score.png]

    Additionally, your website becomes a PWA that can work offline and be installed on the home screen. So, give it a try, in any case, pre-built static pages work really realllly fast:).
    Copy linkTweet thisAlerts:
    @webchefzDec 02.2019 — Compress the images and optimize it from SEO point of view. Make sure to minify CSS, JavaScript, and reduce redirects.

    Thanks

    Webchefz Infotech
    Copy linkTweet thisAlerts:
    @JackyNiksonDec 05.2019 — There are several effective crucial [ways to speed up a website](https://whidegroup.com/services/magento-performance-optimization/):

  • - minimization of JavaScript and CSS files - merging and minifying CSS and JS files can be a great solution, contribution to Magento website speed optimization aimed at helping to lighten the web page load. To that end, the total number of HTTP requests will also be reduced;

  • - optimization of the image size and format - There are various ways to optimize the file size of your website’s images while maintaining its quality. You can use command-line tools, such as gifsicle, jpegtran and optipng. Most likely, your hosting service already has it;

  • - usage of Full Page Cache technology that is natively supported via Varnish (for a Magento website); for a WordPress site - caching plugins (the most popular option), browser (browser caching), or server (server caching); for a Shopify website - caching extensions, browser caching;

  • - optimization of your website database;

  • - decrease in the number of custom fonts, styles, and scripts. In Magento, for example, you will do it manually; in WooCommerce/WordPress you can use a special plugin - WooCommerce Speed Drain Repair;

    server optimization;


  • - reducing page size via reducing the number of files on the page, code minification, optimizing images, or implementing a Lazy Loading technique (for a Shopify website);

  • - cutting down the number of homepage slides you employ, or even eliminating them entirely;
  • Copy linkTweet thisAlerts:
    @NogDogDec 05.2019 — The way to speed up a web site is to first find out where/why it is slow, then address those issues. Just trying random "solutions" is like throwing darts in the general direction of a dartboard and hoping one of them hits the bullseye. Search for the various tools out there than can show you what is taking time on your specific web pages -- and if it includes delays on the server side, then you'll need server-side tools to determine where your application/database needs to be tweaked.

    Measure first, _then_ optimize based on those measurements. Locate the bullseye, then directly place your dart in it, rather than hoping.
    Copy linkTweet thisAlerts:
    @homeshowoffDec 05.2019 — https://developers.google.com/speed/pagespeed/insights/

    https://gtmetrix.com/

    Also upgrade your PHP version -- it may be outdated.
    Copy linkTweet thisAlerts:
    @punjabdentistryJan 20.2020 — 

    ### Ways to Speed Up Your Website



    Upgrade Your Web Hosting Plan

    Enable Browser Caching

    Enable Gzip Compression

    Remove Unnecessary Plugins

    Minimize HTTP Requests

    Enable HTTP Keep-Alive

    Minify JavaScript and CSS Files

    Optimize Your Images

    Change Your Website Theme

    Use a CDN

    Reduce External Scripts

    Fix Broken Links

    Disable Hotlinking

    Use a Reliable CMS

    Optimize Your Database
    Copy linkTweet thisAlerts:
    @tracknutJan 20.2020 — Or, apparently, throw more darts ;)
    Copy linkTweet thisAlerts:
    @cmswebsiteservicessJan 21.2020 — There are some factors that influence how long your website takes to load, there are some steps that can improve your speed and user experience.

  • 1. Minimize HTTP Request

  • 2. Minify & Combine files

  • 3. Use asynchronous loading for CSS and JavaScript files

  • 4. Defer Javascript loading

  • 5. Minimize time to fist byte

  • 6. Reduce Server Response Time

  • 7. Choose the right hosting option

  • 8. Enable Compression

  • 9. Enable Browser Caching
  • Copy linkTweet thisAlerts:
    @NogDogJan 21.2020 — {"locked":true}
    ×

    Success!

    Help @Pace20 spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 4.25,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,

    tipper: @Samric24,
    tipped: article
    amount: 1000 SATS,
    )...