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/
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!
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?
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.
GENESIS SLOW WOO COMMERCE - CANVAS THEME - FASTER ALSO GODADDY MANAGED HOSTING ( FAST ) THANK YOU for the APACHE CODE - I was looking for that
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.
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.
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.
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.