Mobile app version of vmapp.org
Login or Join
Deb1703797

: Website speed issues I am developing a website however i have noticed speed issues, i am not sure whether is due to the location of the server. I am not a guru when it comes to performance

@Deb1703797

Posted in: #PageSpeed #Wordpress

I am developing a website however i have noticed speed issues, i am not sure whether is due to the location of the server.

I am not a guru when it comes to performance or speed issues, but according to a website speed test it seems that it takes quite a long time to connect to the website.

Speed Test Results

Can someone suggest something or give me some tips, the website address is www.n1bar.com

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Deb1703797

4 Comments

Sorted by latest first Latest Oldest Best

 

@Harper822

"This is a good plugin to minify your CSS, JS, and HTML wordpress.org/extend/plugins/w3-total-cache/

Just a quick note that you don't want to turn on minify options at both CloudFlare and W3TC,if using both. You would really just want to choose one or the other. Other than that, there are no conflicts with W3TC.

10% popularity Vote Up Vote Down


 

@Kaufman445

A great, easy way to increase your page speed is to stick your site on CloudFlare.

It sits at the DNS level of your site and automatically serves all your static assets from a CDN, speeding up their delivery and saving you bandwidth - among many other features. It's free too!

10% popularity Vote Up Vote Down


 

@Angela700

This is a good plugin to minify your CSS, JS, and HTML wordpress.org/extend/plugins/w3-total-cache/
Also look for common jQuery on www.cdnjs.com which is a free CDN for common jQuery files that you can load from.

10% popularity Vote Up Vote Down


 

@Rambettina238

I just did an analysis on tools.pingdom.com, results here: tools.pingdom.com/fpt/#!/Hyu8qrcXJ/n1bar.com
From this, I gather (the yellow bar) that 1.5 seconds are spent for the user to wait for the server to send the starting data. You also have 128 requested objects, which is ridiculous. The next thing I see is a large number of decent-sized blue bars, which indicates the server is actively sending data to the user.

Looking at the actual data, it seems most of these requests are for /plugins/* which indicates you have a large number of plugins enabled. Try disabling those that you don't need.

Next, if you still have issues with speed after completing the changes from above, I recommend you look into a CDN system, which is optimized for sending content to locations through accelerated tunnels. This includes switching web hosts.

You may also benefit very much from server-side caching of static resources like images and stylesheets.
www.cloudflare.com is a CDN and caching service and may help, and it's free. You don't need to get a new web host if you use this.

If you still have any issues, don't hesitate to update your post or comment below.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme