Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #32103, comment 39


Ignore:
Timestamp:
10/08/2015 10:59:50 PM (8 years ago)
Author:
wpweaver
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32103, comment 39

    v1 v2  
    33The preview update is as about as fast as I could hope for. Went from 20+ seconds to maybe 2 or 3.
    44
    5 EDIT: Actually,the old version was timing out at 30 seconds - it was 20+ seconds when I had implemented only about 300 options. I've been adding more (moving from the "traditional" settings API based interface customizer), and now the old version won't work at all. So, BIG change!
     5EDIT: Actually,the old version was timing out at 30 seconds - it was 20+ seconds when I had implemented only about 300 options. I've been adding more (moving from the "traditional" settings API based interface customizer), and now the old version won't work at all. So, BIG change! (Benchmarked on a 2012 Mac Pro MAMP development server.)
    66
    77Using my own sub-class doesn't seem to make much difference in update with the updated class. Of course, it is still essential to use my own class for older versions (4.3) of the class, but I suppose I'll eventually just go back to the native class. Fortunately, I only need to change one line of code to switch from one the the other.