Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32358, comment 23


Ignore:
Timestamp:
06/29/2016 11:45:05 AM (9 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32358, comment 23

    initial v1  
    77And what would you do next after knowing the line number and eventually the var name? Look at the trace to see which of your functions called jQuery of course. I bet the error will always be in your function not in the library.
    88
    9 And what is stopping you do the same when jQuery in minified? Well, nothing really. The trace is the part you really want/need to debug it :)
     9And what is stopping you do the same when jQuery is minified? Well, nothing really. The trace is the part you really want/need to debug it :)
    1010
    1111> That will compress to well below 100 KiB. Adding 100 KiB to the 7.4 MiB (zipped) or 6.8 MiB (tarball) Wordpress 4.4.2 is beyond negligible.