Description
There is a table in Appthemes Classipress, Clipper and Jobroller installation that can become huge after some time. This table stores daily counters for every ad. Here is a plugin to speed up your AppThemes installation called Faster with Stats that will clear this table on daily basis (or manually) with parameters that you specify.
This table is used for showing daily hits per ad, so moving old values has no effect on total statistics, because for that purpose there is another table.
If you are not using history data of daily statistic for some extensive reports, you don’t need this data. And this table can get really huge. My table had more than 122.000 records and was slowing my site down.
Why is your site getting slower and slower? This table stores hit counts for every ad on daily basis, which means for every ad a new record is added every day if the ad was seen by anyone on that day. So, if you have many ads on your site, it could mean that even 1000 records will be added to this table daily, so in a few months this table will have more than 100.000 records.
It doesn’t sound a lot, but here is what happens when a user visits your web page:
Default theme in Classipress uses 3 tabs on front page and on every tab there are 10 ads by default. So this means that there will be 30 selects only on this table for every customer and this is a big impact on SQL server.
There is also a table that stores total counters for posts, and the records are not getting clared after a post is deleted. So, this plugin will also optimize that table.
Appthemes Classipress, Clipper or Jobroller child theme is required to be installed on your WordPress for this plugin to work.
Feel free to download my other plugins:
Block User Ads
CP Author Online
CP Phone Link
Custom Field Data Icons
EasyCPMods Toolbox
Minimun Order Amount
A brief Markdown Example
Feature list:
Basic version
- Speed up your Appthemes Classipress, Clipper or Jobroller instalation
- Show you how much time you gained with this plugin
- Language files if you would like to translate the plugin
- Moving of data can only be performed manually
- A graph showing you how much time you have gained with this plugin in last 3 months
- Option to move the data back on plugin deactivation
PRO version
Has the same functions as Basic version plus:
- Moving of data automatically on daily basis – recommended
- Show you useful statistics that you can not see from main Appthemes Classipress, Clipper or Jobroller installation
- A graph about daily hits on posts also with number of daily shown posts
- A graph showing you posts from users grouped by status of the post
- A graph showing you user data like registered users by time, number of ads by users, number of dead users and also a table of top users
To purchase a PRO version please visit plugin’s website.
Screenshots
Installation
- Extract the folder into your WordPress plugins directory
- Enable the plugin
- Config the plugin under Settings->Faster with Stats
FAQ
Waiting for first question.
Reviews
Contributors & Developers
“Faster with Stats” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Faster with Stats” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.4.0
- Fixed some bugs with moving data back to theme table
1.3.0
- Compatibility with EasyCPMods Toolbox plugin
1.2.3
- Minor update
1.2.2
- Added missing files
1.2.0
- Some option changes
1.1.4
- Compatibility with WP 4.4
1.1.3
- Small correction for WP 4.3
1.1.2
- Fixed a bug with css formating
1.1.1
- Added performance checking for total counts table
1.0.5
- Fixed statistics about speed
- Data removal is moved to uninstall stage
- Minor GUI changes
1.0.4
- Added new statistic about dead users (users without posts)
1.0.3
- Added links to user’s ads and user profile on the top user table
1.0.0
- Initial version