AlexGeorge
New member
- Joined
- Mar 21, 2015
- Messages
- 28
- Points
- 0
I have some sites built base on WP cms but 2 sites are running slowly now.
Do you know any tips or speed up WordPress sites?
Do you know any tips or speed up WordPress sites?
Be careful, when you choose a plugin for your website and remove all the unwanted plugins from the site. These unnecessary plugins are the major cause for slow websites. Slow website means low position and lower rank means lose in business. So, if you don't want to see lose in your business, remove all unused or needless plugins as soon as possible.I have some sites built base on WP cms but 2 sites are running slowly now.
Do you know any tips or speed up WordPress sites?
You should use CDN (Content delivery network), Minify your Javascript & CSS, use WP total cache OR WP super cache kind of plugin, Optimize your images, Use theme which has less coding & Use low light weight Plugins for your website.I have some sites built base on WP cms but 2 sites are running slowly now.
Do you know any tips or speed up WordPress sites?
There is so much you can do! As many have mentioned caching is huge at the app, web server and PHP levels. We highly recommend WP Super Cache in mod_rewrite mode, have the rewrites added to your .htaccess, the recommended options enabled in advance and preload mode enabled. If that plugin gives you any troubles WP Fastest Cache is also excellent. If you want to try a different plugin which allows for finer tweaking and do not mind getting your hands dirty we recommend W3 Total Cache, which information can be found @ http://wordpress.org/extend/plugins/w3-total-cache/ It is an excellent plugin and may be configured for xcache / opcache.I have some sites built base on WP cms but 2 sites are running slowly now.
Do you know any tips or speed up WordPress sites?
// Remove Query String
function _remove_script_version( $src ){
$parts = explode( '?ver', $src );
return $parts[0];
}
add_filter( 'script_loader_src', '_remove_script_version', 15, 1 );
add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );
My hosting VPS is getting the problem with high load on RAM, if I install W3 Total Cache on websites, it could solve the problem or not?If you want to try a different plugin which allows for finer tweaking and do not mind getting your hands dirty we recommend W3 Total Cache
There are actually plugins that help you boost site speed. Or you may look into your contents size such as images and videos. They are of course biggest contributors of speed.I have some sites built base on WP cms but 2 sites are running slowly now.
Do you know any tips or speed up WordPress sites?
$100 to your Paypal
300 Trophy Points
1 banner ad 728x 90
Referral link for :
Webmaster Sun is a forum where you’ll find in-depth discussions and resources to help you succeed on the web whether you are new or experienced. You’ll find it all here. With topics ranging from internet marketing, search engine optimization, social networking, make money online, web hosting, affiliate marketing as well as hands-on technical support for web design, programming and more. We are a growing community of like-minded people that is keen to help and support each other with ambitions and online endeavors. Learn and grow, make friends and contacts for life.
The world's smartest webmasters and internet marketers come here to discuss & share what's trending in the online marketing world!