Ticket #2868 (closed defect: worksforme)

Opened 2 years ago

Last modified 1 year ago

select which options to update in options.php

Reported by: filosofo Assigned to: markjaquith
Priority: normal Milestone:
Component: Administration Version: 2.1
Severity: normal Keywords: has-patch options.php commit
Cc:

Description

Problem: use wp-admin/options.php to update your options, and if you have a lot of options (like I do), you'll end up with many truncated (or null) options, as your server chokes trying to update all of them.

Solution: Check which options you want to update, instead of trying to update all of them.

Patch attached.

Attachments

options.php.diff (1.1 kB) - added by filosofo on 06/27/06 05:29:55.

Change History

06/27/06 05:29:55 changed by filosofo

  • attachment options.php.diff added.

06/27/06 06:39:22 changed by markjaquith

Could even do it AJAX style.

08/30/06 10:55:30 changed by markjaquith

  • keywords changed from has-patch options.php to has-patch options.php commit.
  • owner changed from anonymous to markjaquith.
  • status changed from new to assigned.

Tried the patch. I like.

+1

10/13/06 03:52:48 changed by markjaquith

  • status changed from assigned to closed.
  • resolution set to worksforme.

This has been obviated, in my mind, by [4382] (trunk) and [4384] (2.0.x). The main reason options.php was choking was that it was processing a bunch of huge object arrays, like for active plugins and those big RSS cache arrays. It's worlds faster now that serialized data is skipped.

06/20/07 13:40:53 changed by Nazgul

  • milestone deleted.