You need to be logged in to get access to the forums. You can do so here

Turning off debug for xml output

  • Currently 5 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Friday 19 August 2011 12:52

by Steven E. Bailey  | 4 comments

So I'm trying to debug a site which has ajax calls to a module that serves xml.  Of course the debug output appended to the xml breaks it.  I've had this problem before but I never bothered looking closer at it until now.

Finding the objects of a class with non-null values

  • Currently 5 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Thursday 18 August 2011 09:22

by Steven E. Bailey  | 0 comments

For a customer i had to find the objects (out of hundreds) that had an attribute filled out, I figured an attribute filter would be the easiest:

Protip suhosin

  • Currently 3 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Sunday 10 July 2011 10:54

by Steven E. Bailey  | 2 comments

If you are using suhosin you WILL end up having a problem when trying to edit a class with more than 20 attributes if you don't first increase the suhosin.post.max_vars and suhosin.request.max_vars to more than the default 200.

Using php to pass database values to a bash shell

  • Currently 3 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Friday 01 July 2011 02:55

by Steven E. Bailey  | 0 comments

Here's code that I've used in a bunch of places - especially for automated syncing scripts:

Dumping classes

  • Currently 3 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Thursday 30 June 2011 04:18

by Steven E. Bailey  | 3 comments

Here's a little script I use when I have get the info from a class or classes:

Finding double-published items

  • Currently 4 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Wednesday 29 June 2011 02:47

by Steven E. Bailey  | 7 comments

I had to find objects that had multiple locations for a client.  This is what I came up with:

Wherefore art thou Data?

  • Currently 5 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Thursday 26 May 2011 03:13

by Steven E. Bailey  | 7 comments

As a novice eZPublish programmer 6 year ago my biggest problem was always trying to find my data.  Of course attribute(show) was invaluable... and at first I wrote a shell script to parse that data to make it readable and years later I wrote ezfire to make that data more accessible...  But, for much of the time I was cursing and thinking - to paraphrase Mojo Nixon - "Where the hell's my data."

Tags

Archive

Mon Tue Wed Thu Fri Sat Sun
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 17 2025 21:14:36
Script start
Timing: Jan 17 2025 21:14:36
Module start 'layout'
Timing: Jan 17 2025 21:14:36
Module start 'content'
Timing: Jan 17 2025 21:14:36
Module end 'content'
Timing: Jan 17 2025 21:14:36
Script end

Main resources:

Total runtime0.2434 sec
Peak memory usage8,192.0000 KB
Database Queries199

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0050 596.0781152.0938
Module start 'layout' 0.00510.0021 748.171939.4063
Module start 'content' 0.00720.2347 787.5781696.8047
Module end 'content' 0.24190.0014 1,484.382832.2656
Script end 0.2434  1,516.6484 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00321.3182160.0002
Check MTime0.00130.5512160.0001
Mysql Total
Database connection0.00090.366510.0009
Mysqli_queries0.146160.04271990.0007
Looping result0.00140.56321930.0000
Template Total0.01727.130.0057
Template load0.00230.936430.0008
Template processing0.01676.867630.0056
Template load and register function0.00010.060410.0001
states
state_id_array0.00471.943280.0006
state_identifier_array0.00311.267790.0003
Override
Cache load0.00170.7180260.0001
Sytem overhead
Fetch class attribute name0.00271.0927150.0002
Fetch class attribute can translate value0.00080.333510.0008
class_abstraction
Instantiating content class attribute0.00000.0098150.0000
XML
Image XML parsing0.00060.238310.0006
General
dbfile0.00100.4238210.0000
String conversion0.00000.003240.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/blog.tplextension/sevenx/design/simple/override/templates/full/blog.tplEdit templateOverride template
7content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
7content/datatype/view/ezkeyword.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezkeyword.tplEdit templateOverride template
1content/datatype/view/ezxmltags/strong.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/strong.tplEdit templateOverride template
1tagcloud/tagcloud.tpl<No override>extension/community_design/design/suncana/templates/tagcloud/tagcloud.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 25
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs