PDA

View Full Version : WordPress and resources



Stoddard
2011-07-04, 10:42 PM
Is there a way to somehow keep WordPress from gobbling up too many of your precious web server resources?

suwunk
2011-07-05, 11:15 AM
-Disable plugins which cause excess server load.
-You can use WP Super Cache: WordPress › WP Super Cache « WordPress Plugins (http://wordpress.org/extend/plugins/wp-super-cache/) with php caching to cut down on CPU usage.
-You should clean out your database too: WordPress › Better Delete Revision « WordPress Plugins (http://wordpress.org/extend/plugins/better-delete-revision/)
-Consider using VPS instead of shared hosting
Hope these helps!!