[buddypress-trac] [BuddyPress Trac] #6847: xprofile_set_field_data is very slow
buddypress-trac
noreply at wordpress.org
Wed Jan 27 08:59:58 UTC 2016
#6847: xprofile_set_field_data is very slow
----------------------------------+------------------------------
Reporter: danielhuesken | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Component - XProfile | Version: 2.4.0
Severity: major | Resolution:
Keywords: |
----------------------------------+------------------------------
Comment (by DJPaul):
Writes are always going to be slower than reads. You might want to
consider splitting your sync into small batches so that each sync runs
individually quicker. The cause may be your server infrastructure, not
just BuddyPress or WordPress.
Alternatively, if you know how to configure XDebug and get a profile log
generated, I'm happy to take a look through that and identify where the
most time is spent. It may reveal slow parts of BuddyPress we could
optimise, as what you're doing sounds like it's an edge case we've not
tried before.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6847#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list