1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to wordpress website make more faster? Loading time 2 Sec

Discussion in 'Site & Server Administration' started by Neonnidhi, Mar 17, 2016.

  1. #1
    Hello Everyone,
    I just make a Classified website with wordpress. It's come with largest collection of classified adds, events, Business Listings, News, Jobs, Find & Book hotels.

    But the problem is that the page speed of my website is 5 sec. But I want to make it 2-3 sec.

    Any expert please help. Visit & Check the website: http://musafir.world/
     
    Neonnidhi, Mar 17, 2016 IP
  2. Localnode

    Localnode Active Member

    Messages:
    33
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    65
    #2
    Hello.
    You can see a Pingdom result here: http://tools.pingdom.com/fpt/#!/dENvmB/http://musafir.world/
    As well as a GTmetrix result here: https://gtmetrix.com/reports/musafir.world/fu1YKVko

    These will help you greatly.

    But a good starting point is installing a caching plugin.
    My personal recommendation is Cache Enabler - https://wordpress.org/plugins/cache-enabler/
    Install that, and configure it.
    Next - optimise images - use EWWW Image Optimizer. See https://wordpress.org/plugins/ewww-image-optimizer/
    I'm not sure if you have cPanel or not - but it's always a good idea to also use cPanel's in-built optimising.
    Login to cPanel and in the search bar type "Optimize Website" then click on this button - http://i.imgur.com/sZT8smc.png
    Then select "Compress all content" - http://i.imgur.com/vK1QU9b.png

    Your website has no expires headers.
    Enter this into your .htaccess:
    
    # Expires headers (for better cache control)
    <IfModule mod_expires.c>
    ExpiresActive on
    
    # Perhaps better to whitelist expires rules? Perhaps.
    ExpiresDefault                          "access plus 1 month"
    
    # cache.appcache needs re-requests in FF 3.6 (thanks Remy ~Introducing HTML5)
    ExpiresByType text/cache-manifest       "access plus 0 seconds"
    
    # Your document html
    ExpiresByType text/html                 "access plus 0 seconds"
    
    # Data
    ExpiresByType text/xml                  "access plus 0 seconds"
    ExpiresByType application/xml           "access plus 0 seconds"
    ExpiresByType application/json          "access plus 0 seconds"
    
    # Feed
    ExpiresByType application/rss+xml       "access plus 1 hour"
    ExpiresByType application/atom+xml      "access plus 1 hour"
    
    # Favicon (cannot be renamed)
    ExpiresByType image/x-icon              "access plus 1 week"
    
    # Media: images, video, audio
    ExpiresByType image/gif                 "access plus 1 month"
    ExpiresByType image/png                 "access plus 1 month"
    ExpiresByType image/jpeg                "access plus 1 month"
    ExpiresByType video/ogg                 "access plus 1 month"
    ExpiresByType audio/ogg                 "access plus 1 month"
    ExpiresByType video/mp4                 "access plus 1 month"
    ExpiresByType video/webm                "access plus 1 month"
    
    # HTC files  (css3pie)
    ExpiresByType text/x-component          "access plus 1 month"
    
    # Webfonts
    ExpiresByType application/x-font-ttf    "access plus 1 month"
    ExpiresByType font/opentype             "access plus 1 month"
    ExpiresByType application/x-font-woff   "access plus 1 month"
    ExpiresByType application/x-font-woff2  "access plus 1 month"
    ExpiresByType image/svg+xml             "access plus 1 month"
    ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
    
    # CSS and JavaScript
    ExpiresByType text/css                  "access plus 1 year"
    ExpiresByType application/javascript    "access plus 1 year"
    
    </IfModule>
    Code (markup):
    Avoiding URL redirects will help too:
    There are 4 redirects
    
    [*]http://placehold.it/140x110 redirects to https://placeholdit.imgix.net/~text?...
    [*]http://go.padstm.com/slider.php?... redirects to http://go.padsdel.com/slider.php?...
    [*]http://go.padstm.com/slider.php?... redirects to http://go.padsdel.com/slider.php?...
    [*]http://v2.zopim.com/?... redirects to http://v2.zopim.com/bin/v/widget_v2.134.js
    Code (markup):
    Finally, use a CDN. CloudFlare has a free option - and unless you need your own SSL (issued to you), CloudFlare will be sufficient.
    If you need your own SSL (issued to you) then KeyCDN is a great choice.
    CloudFlare has their own Wordpress plugin - https://wordpress.org/plugins/cloudflare/
    KeyCDN does, too - https://wordpress.org/plugins/cdn-enabler/

    These should help greatly!
     
    Last edited: Mar 17, 2016
    Localnode, Mar 17, 2016 IP
    postcd, ulterios and sundaybrew like this.
  3. WebIntellects - Rob

    WebIntellects - Rob Active Member

    Messages:
    689
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    First of all it depends on your hosting provider performance, what software are they using? Do you have administration access on your server to tweak and optimize your account?
     
    WebIntellects - Rob, Mar 29, 2016 IP
  4. Delimiter.com

    Delimiter.com Greenhorn

    Messages:
    6
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    11
    #4
    Would be happy to give some tips, but i think you need to clean this issue up first:

    [​IMG]
     
    Delimiter.com, Apr 5, 2016 IP
    sarahk likes this.
  5. pupul

    pupul Prominent Member

    Messages:
    1,737
    Likes Received:
    66
    Best Answers:
    2
    Trophy Points:
    340
    #5
    Change your hosting to SSD server & use caching plugin.
     
    pupul, Apr 6, 2016 IP
    postcd likes this.
  6. cculha

    cculha Member

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #6
    You need a good configuration server with best cache softwares.

    I can help to you if you want.
     
    cculha, May 23, 2016 IP
  7. robinbd4u

    robinbd4u Active Member

    Messages:
    154
    Likes Received:
    13
    Best Answers:
    1
    Trophy Points:
    88
    #7
    Most of thing already told here. I want to tell or suggest a different thing.

    In my experience I see wp theme is somehow related with web page load.
    I got 1.67 second page load. I used something

    studiopress genesis framework
    wp total cache

    I got that speed with genesis framework. You could use studiopress genesis framework.
     
    robinbd4u, May 28, 2016 IP
  8. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #8

    GENESIS SLOW

    WOO COMMERCE - CANVAS THEME - FASTER

    ALSO GODADDY MANAGED HOSTING ( FAST )


    THANK YOU for the APACHE CODE - I was looking for that
     
    Last edited by a moderator: May 30, 2016
    sundaybrew, May 30, 2016 IP
  9. wiredcom

    wiredcom Active Member

    Messages:
    13
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    58
    #9
    Some have already taken out the guess work with managed wordpress platforms. Take a look at CloudOctane, (MT), WPEngine. These are all good hosts and the prices for managed wordpress are coming down.
     
    Last edited: May 30, 2016
    wiredcom, May 30, 2016 IP
  10. seoaceindia

    seoaceindia Banned

    Messages:
    439
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    33
    #10
    use w3 cache plugin for your site and see what difference you see
     
    seoaceindia, May 31, 2016 IP
  11. seoservice1

    seoservice1 Well-Known Member

    Messages:
    1,401
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    130
    #11
    You can use W3 total cache or supper cache with Cloudflare or MAX CDN.
     
    seoservice1, Jun 1, 2016 IP
  12. 24x7servermanagement

    24x7servermanagement Greenhorn

    Messages:
    18
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    23
    #12
    Your server response time is fine , but i will still recommend get your server optimized for response time. The above suggestions give for using Cache plugins etc are all good. But take a look at report from pingdom as they have reported multiple issues with your website itself. https://tools.pingdom.com/#!/dENvmB/http://musafir.world/ check the WAIT time for more insights.
     
    24x7servermanagement, Jun 10, 2016 IP
  13. HostWinds_Jesse

    HostWinds_Jesse Member

    Messages:
    82
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    45
    #13
    Another thing you can do is move your <script> tags to the bottom of you webpages. This will help increase page load time. You can find a wordpress plugin to do this for you.
     
    HostWinds_Jesse, Jun 10, 2016 IP
  14. Host Little

    Host Little Greenhorn

    Messages:
    8
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    21
    #14
    The first thing you should do is optimized all your images. Combine JS into one file, same with CSS. Once you have done these steps, you can start tweaking and tuning for maximum speed.
     
    Host Little, Jul 14, 2016 IP
  15. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #15
    guess he didn't care to come back
     
    sundaybrew, Jul 14, 2016 IP