[wp-trac] [WordPress Trac] #63503: Exporting in high data instances results in empty file download
WordPress Trac
noreply at wordpress.org
Thu May 29 21:38:16 UTC 2025
#63503: Exporting in high data instances results in empty file download
---------------------------------------+------------------------------
Reporter: bor0 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Export | Version: 6.8
Severity: normal | Resolution:
Keywords: needs-test-info has-patch | Focuses:
---------------------------------------+------------------------------
Comment (by bor0):
Let me know if this gives a general idea:
{{{
$ vip wp -a woocommerce -e production -y -- db query "SELECT count(*) FROM
wp_posts WHERE post_status != 'auto-draft'"
count(*)
13382311
$ vip wp -a woocommerce -e production -y -- db query "SELECT count(*) AS
cnt FROM wp_posts WHERE post_status != 'auto-draft' GROUP BY post_type
ORDER BY cnt DESC LIMIT 10"
cnt
12463550
703227
90765
81500
17002
8845
4208
2326
2189
1560
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63503#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list