Title: Phynite Analytics
Author: Phynite Solutions
Published: <strong>06.02.2026</strong>
Last modified: 10.07.2026

---

Поиск плагинов

![](https://ps.w.org/phynite-analytics/assets/banner-772x250.png?rev=3529116)

![](https://ps.w.org/phynite-analytics/assets/icon-256x256.png?rev=3529116)

# Phynite Analytics

 Автор: [Phynite Solutions](https://profiles.wordpress.org/phynite/)

[Скачать](https://downloads.wordpress.org/plugin/phynite-analytics.1.5.0.zip)

 * [Детали](https://ru.wordpress.org/plugins/phynite-analytics/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/phynite-analytics/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/phynite-analytics/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/phynite-analytics/#developers)

 [Поддержка](https://wordpress.org/support/plugin/phynite-analytics/)

## Описание

**Phynite Analytics** turns your GA4, Pinterest, and Search Console data into two
or three warm little insights you can act on — the kind a smart friend would text
you over coffee.

This plugin connects your WordPress site to the Phynite Analytics platform, syncing
your content so we can power personalized recommendations, action plans, and your
morning letter.

**This plugin requires an active [Phynite Analytics](https://phyniteanalytics.com)
subscription ($79/month or $790/year).** The plugin itself is free, but it connects
to the paid Phynite Analytics service. You can sign up at [phyniteanalytics.com](https://phyniteanalytics.com/register/signup).

#### What does this plugin do?

 * Syncs your post metadata to Phynite Analytics
 * Reads your SEO plugin data (focus keywords, meta descriptions)
 * Extracts recipe data from popular recipe plugins
 * Maps your internal link structure
 * Runs quietly in the background — no impact on your site’s speed

#### What you get with Phynite Analytics

 * **The Morning Letter** — a short note each morning about what changed on your
   blog overnight
 * **The Sunday Letter** — a weekly wrap with three things to do next week
 * **Content Overview** — every post, sorted by what matters
 * **Pinterest Analytics** — which pins drive real traffic, not just impressions
 * **Keyword Opportunities** — posts ranking #11 that a quick rewrite could push
   to page one
 * **Cooper** — an AI assistant that reads your data and answers questions in plain
   English

#### Supported Plugins

**SEO:**
 * Yoast SEO * RankMath * All in One SEO

**Recipes:**
 * WP Recipe Maker * Tasty Recipes * Mediavine Create

### External Services

This plugin connects to the Phynite Analytics service to sync your content data 
and power personalized analytics.

**Service:** Phynite Analytics API
 **URL:** https://api.phyniteanalytics.com **
Website:** [phyniteanalytics.com](https://phyniteanalytics.com)

**When does this plugin connect?**

 * When you save your API key (to validate it)
 * When you publish or update a post (to sync content)
 * When you click «Sync All Content» (to sync existing posts)
 * Once daily (scheduled sync to catch missed posts)
 * Hourly (health check to verify connection)

**What data is sent?**

 * Post URLs, titles, excerpts, and publication dates
 * Categories and tags
 * Featured image URLs
 * SEO data (focus keywords, meta descriptions) if Yoast/RankMath/AIOSEO is installed
 * Recipe data (recipe names, ingredients, times) if WPRM/Tasty/Create is installed
 * Internal links (anchor text, target URLs)
 * Site URL and name

**This plugin does NOT send:**

 * User personal data or email addresses
 * Comments or visitor information
 * Passwords or sensitive credentials
 * Analytics data (pageviews, visitors)

**Legal:**

 * [Terms of Service](https://phyniteanalytics.com/terms-of-service)
 * [Privacy Policy](https://phyniteanalytics.com/privacy-policy)

By using this plugin, you agree to the Phynite Analytics Terms of Service and Privacy
Policy.

## Установка

 1. Upload the plugin files to `/wp-content/plugins/phynite-analytics/`
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Go to Settings  Phynite Analytics
 4. Enter your API key from your [Phynite Analytics dashboard](https://phyniteanalytics.com/dashboard/settings/connections)
 5. Click «Sync All Content» for the initial sync

Your content will start appearing in your Phynite dashboard within minutes.

## Часто задаваемые вопросы

### Where do I get an API key?

Sign up at [phyniteanalytics.com](https://phyniteanalytics.com) and find your API
key under Settings  Connections  WordPress.

### Does this plugin slow down my site?

No. The plugin uses background processing via WP-Cron. It never runs on the frontend—
your readers won’t notice a thing.

### What about shared hosting?

The plugin is built for resource-constrained environments. It processes data in 
small batches and uses efficient parsing. Works on shared hosting, managed WordPress,
and everything in between.

### Can I manually trigger a sync?

Yes. Go to Settings  Phynite Analytics and click «Sync All Content» to sync all 
published posts.

### Is the plugin required to use Phynite Analytics?

No. Phynite reads your analytics through official APIs (GA4, Search Console, Pinterest,
Kit). The plugin is optional — it adds content-level insights like recipe data, 
internal links, and SEO metadata that make recommendations smarter.

### What data is synced?

Post URLs, titles, excerpts, dates, categories, tags, featured images, SEO data (
if Yoast/RankMath/AIOSEO is installed), recipe data (if WPRM/Tasty/Create is installed),
and internal links. We never sync visitor data, comments, passwords, or personal
information.

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«Phynite Analytics» — проект с открытым исходным кодом. В развитие плагина внесли
свой вклад следующие участники:

Участники

 *   [ Phynite Solutions ](https://profiles.wordpress.org/phynite/)

[Перевести «Phynite Analytics» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/phynite-analytics)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/phynite-analytics/),
проверьте [SVN репозиторий](https://plugins.svn.wordpress.org/phynite-analytics/),
или подпишитесь на [журнал разработки](https://plugins.trac.wordpress.org/log/phynite-analytics/)
по [RSS](https://plugins.trac.wordpress.org/log/phynite-analytics/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.5.0

 * Content capture rebuilt around a layered, no-external-HTTP architecture. (1) 
   Renders now run inside a faked main query (real WP_Query for the post, both query
   globals swapped, genuine loop entry) so query-conditional plugins — recipe cards,
   TOCs, ad injectors — render as they would on the front end. (2) A trust guard
   compares rendered vs. raw word counts and never ships a render that lost article
   text, making gutted-content overwrites structurally impossible. (3) Saves whose
   render fails the guard retry from WP-Cron a minute later (where admin-only registration
   gates don’t apply). (4) A new frontend capture observes the genuinely-rendered
   article body during the next real page view of an edited post — correct by construction—
   and ships it asynchronously. No crawling, no self-fetch: works behind Cloudflare
   bot protection and robots.txt restrictions.
 * Payloads now carry render provenance (context, trust, word counts, content hash)
   so the server can prefer frontend captures and dedupe idempotently.
 * Fix: WP Recipe Maker recipes embedded via the Gutenberg block are now discovered(
   previously only the legacy shortcode/meta were checked, so block-editor WPRM 
   sites could silently sync no recipe data).
 * New WP-CLI diagnostic: `wp phynite diagnose-render <post_id>` shows which the_content
   callbacks exist in the current context and whether renders pass the trust guard.
 * The `phynite_skip_cron_content` filter now defaults to guard-based decisions 
   instead of a blanket cron skip; pass `true` to restore the old behavior as an
   emergency kill switch.

#### 1.4.1

 * Fix: Don’t send post content for parsing from WP-Cron. When a scheduled task 
   touches a post, `the_content` renders incompletely (query-conditional plugins
   like recipe cards bail without a main query), producing a gutted body that overwrote
   the correct on-save version. Content parsing now happens only from genuine (request-
   context) saves; cron syncs metadata only. Overridable via the `phynite_skip_cron_content`
   filter.

#### 1.4.0

 * Fix: Word count and content body now use the fully rendered post (the_content
   filters applied) instead of raw post_content. On recipe sites the recipe renders
   from a recipe-card plugin, so the raw content was just the intro — this captures
   the full published page.
 * Compatibility: Added WordPress 6.8, 6.9, and 7.0 to the CI test matrix

#### 1.2.1

 * Compatibility: Verified with WordPress 7.0
 * Compatibility: Added PHP 8.3, 8.4, and 8.5 to CI test matrix

#### 1.0.9

 * Fix: Scheduled sync and automated cron jobs now run reliably after plugin updates
 * Fix: Cron handlers registered unconditionally to prevent missed syncs

#### 1.0.8

 * Fix: Override dark theme conflicts from Phynite Maintenance plugin
 * Fix: Force light backgrounds when body[data-theme=»dark»] is set

#### 1.0.7

 * Fix: Complete admin UI overhaul with isolated CSS architecture
 * Enhancement: Modern, food blogger-friendly design

#### 1.0.6

 * Fix: Admin UI completely overhauled for better readability
 * Fix: Card headers now visible with proper contrast

#### 1.0.5

 * Fix: Updated Plugin URI to valid URL
 * Fix: Updated API key settings link

#### 1.0.4

 * Fix: JavaScript API key validation now matches PHP validation

#### 1.0.3

 * Fix: Improved API key validation with whitespace trimming

#### 1.0.2

 * Fix: API key format validation now accepts base64url-encoded keys

#### 1.0.1

 * Fix: Remove restricted term from plugin name
 * Update: Tested up to WordPress 6.9

#### 1.0.0

 * Initial release
 * Support for Yoast SEO, RankMath, and AIOSEO
 * Support for WP Recipe Maker, Tasty Recipes, and Mediavine Create
 * Background sync via WP-Cron
 * Internal links extraction

## Мета

 *  Версия **1.5.0**
 *  Обновление: **9 часов назад**
 *  Активных установок: **Менее 10**
 *  Версия WordPress ** 6.0 или выше **
 *  Совместим вплоть до: **7.0.1**
 *  Версия PHP ** 7.4 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/phynite-analytics/)
 * Метки:
 * [analytics](https://ru.wordpress.org/plugins/tags/analytics/)[content](https://ru.wordpress.org/plugins/tags/content/)
   [food blog](https://ru.wordpress.org/plugins/tags/food-blog/)[Recipe](https://ru.wordpress.org/plugins/tags/recipe/)
   [seo](https://ru.wordpress.org/plugins/tags/seo/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/phynite-analytics/advanced/)

## Оценки

Пока что нет ни одного отзыва.

[Your review](https://wordpress.org/support/plugin/phynite-analytics/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/phynite-analytics/reviews/)

## Участники

 *   [ Phynite Solutions ](https://profiles.wordpress.org/phynite/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/phynite-analytics/)