To speed up statpress loading time, simply get rid of the useless bar-graph. Open the plugin file and comment out the bar-graph code lines and voila it loads %80 faster!
To speed up statpress loading time, simply get rid of the useless bar-graph. Open the plugin file and comment out the bar-graph code lines and voila it loads %80 faster!
I added an index in the table wp_statpress.
reduced the time for "overview" with approx 10 - 13 sec.
alter table wp_statpress ADD INDEX(agent,os,browser,spider);
This topic has been closed to new replies.