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

Neonnidhi

New member
Registered
Joined
Mar 16, 2016
Messages
3
Points
0
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. My site is http://musafir.world
 

Localnode

Well-known member
Registered
Joined
Dec 15, 2015
Messages
333
Points
43
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:
Code:
# 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>
Avoiding URL redirects will help too:
Code:
Remove the following redirect chain if possible:

http://go.padstm.com/slider.php?zoneid=536446&position=top
http://go.padsdel.com/slider.php?zoneid=536446&position=top
Remove the following redirect chain if possible:

http://go.padstm.com/slider.php?zoneid=539107&position=center
http://go.padsdel.com/slider.php?zoneid=539107&position=center
Remove the following redirect chain if possible:

http://placehold.it/140x110
https://placeholdit.imgix.net/~text?txtsize=13&txt=140%C3%97110&w=140&h=110
Remove the following redirect chain if possible:

http://v2.zopim.com/?3gQOAFIiWsh3yPaYYEsukfCSkFFFQnC2
http://v2.zopim.com/bin/v/widget_v2.134.js
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!
 

samimnoorzaitgc

Well-known member
Registered
Joined
Jan 30, 2016
Messages
155
Points
0
It loads in 1sec for me! Optimized already? Are your connection slow?
:D
 

rad-jason

Member
Registered
Joined
Jun 23, 2017
Messages
28
Points
0
Delete any unnecessary plugins if you have any. Some plugins can slow your site way down.
 

iamchenita

New member
Registered
Joined
Nov 6, 2017
Messages
11
Points
0
Try to see if the images in your website are a big files. If so, try to make it to smaller files because the more the large images you have, the loading it will take your website to fully load.
Try to see the traffic when refreshing it, what are the possible things that your website takes slow down to load.
 

24x7serverman

Well-known member
Hosting Provider
Registered
Joined
Jul 25, 2017
Messages
651
Points
28
You should have applied the website optimization techniques to improve the speed of website. You should optimize the images, databases, scripts. Because website loading depend on how heavy is your website that how much time images, databases, scripts are taking to load.

You can also make sure that there should be minimum redirection applied for the site. One more point is, server uptime and response speed. Your server should be maintained properly so server uptime will remain consistent and site will load properly.

Make sure the plugins which are using are really necessary for working of the website. If there are unnecessary plugins, please deactivate them. Because plugins use the maximum resources. Your theme should be light so site will run in minimum time.
 
Older Threads
Replies
1
Views
3,554
Replies
7
Views
2,841
Newer Threads
Replies
0
Views
2,912
Replies
11
Views
3,158
Replies
13
Views
5,574
Replies
1
Views
1,572
Replies
3
Views
2,498

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top