How To Find Number of Non-Stale aka Fresh Pages in Translator Cache from Database
Hello Translator Plugin Pro user. Hope you are benefiting from our product. Why don’t we give you more reasons to smile and work quickly? Here are some tricks that will help you.
Suppose you want to find the number of non stale a.k.a. fresh pages in translator cache from database. There is a simple solution for that.
Guide
- Open a terminal
- type mysql -u <user_name> -p
- Give your password when prompted for
- type use <database_name>
- then type SELECT count(*) FROM `wp_atpp_page_cache`WHERE stale=0
and you are done.
Note: Translator Plugin Pro (for WordPress blogs) provides automatic machine translation of blogs in 13+1 languages (many more will be added soon) with 4 translation engines to provide transparent fail-over support and load balancing.
Translator Plugin Gold (for WordPress blogs) provides automatic machine translation of blogs in 32 languages (more will be added soon) with 5 translation engines to provide transparent fail-over support and advanced load balancing.
Tags: WordPress, WordPress Translator Plugin Gold, WordPress Translator Plugin Pro