WPIntell

Source evidence

Backup failure at wp_post_views

Post Views Counter · support · 2025-08-17T22:19:00+00:00

complaintsentiment
highseverity
1.0relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 31 rows with source links

12.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
madflute unresolved
Hi, JetPack backup has been failing with HTTP 5XX Server Error 1 files affectedMore wp_post_views JetPack support thinks it is coming from Post Views Counter. Any feedback would be appreciated. The page I need help with: [ log in to see the link] Hi, This table is coming from Post Views Counter. But why it results in an issue? Why Jetpack tries to copy a PVC table? We’d recommend asking JetPack devs about it. Hi, thank you for your response. This table is causing 1) the site to stop loading with a critical error, and 2) JetPack backup to fail. If I remove number_format( pvc_get_post_views( get_the_ID() ) ); from all the places I used, the site loads. If I ask the host to repair this table, it seems the loading issue gets fixed (but the problem returns in a day or two). According to JetPack support, wp_post_views has around 3.5 million rows, which suggests something is wrong. Any feedback would be appreciated. This reply was modified 9 months, 1 week ago by madflute . Hi, You can try to do the daily views data cleanup to limit number of records in the database by setting the Cleanup Interval option to 1 day. But 3.5 million rows is not much really – these are really tiny records. We’ve seen databases with millions of heavy post records operating without any issues and dozens of millions of wp_post_views records working smoothly, generating reports etc. The issue with backing up a table would happen if the backup mechanism tries to do this in one shot – it might require too many resources to be able to process it.

Comments

3 shown
dFactory 2025-08-19T20:38:00+00:00

Hi, This table is coming from Post Views Counter. But why it results in an issue? Why Jetpack tries to copy a PVC table? We’d recommend asking JetPack devs about it.

madflute 2025-08-19T22:47:00+00:00

Hi, thank you for your response. This table is causing 1) the site to stop loading with a critical error, and 2) JetPack backup to fail. If I remove number_format( pvc_get_post_views( get_the_ID() ) ); from all the places I used, the site loads. If I ask the host to repair this table, it seems the loading issue gets fixed (but the problem returns in a day or two). According to JetPack support, wp_post_views has around 3.5 million rows, which suggests something is wrong. Any feedback would be appreciated. This reply was modified 9 months, 1 week ago by madflute .

dFactory 2025-09-04T13:39:00+00:00

Hi, You can try to do the daily views data cleanup to limit number of records in the database by setting the Cleanup Interval option to 1 day. But 3.5 million rows is not much really – these are really tiny records. We’ve seen databases with millions of heavy post records operating without any issues and dozens of millions of wp_post_views records working smoothly, generating reports etc. The issue with backing up a table would happen if the backup mechanism tries to do this in one shot – it might require too many resources to be able to process it.