Forums / Setup & design / node vs. object

node vs. object

Author Message

Marko Žmak

Wednesday 29 September 2004 5:33:39 am

What is the difference between $node.object and $node?

Is it better to use $node.object.data_map or $node.data_map?

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

Balazs Halasy

Wednesday 29 September 2004 5:41:51 am

$node points to the content node itself (which can be thought of as an encapsulation of an object within the content node tree).

$node.object points to the object itself (the object being encapsulated/pointed to by the node)

$node.object.data_map and $node.data_map are the same (both point to the attributes of the *current* version of the object) - the most "correct" notation is $node.object.data_map. $node.data_map is just an alias/shortcut (makes it easier/faster to remember/write). Doesn't really matter which one you're using, since they do exactly the same thing (point to the attributes of the current version of the object which is encapsulated by (or pointed to by - just another way of seeing it) a particular node.

If you're unsure about nodes and objects, I strongly recommend reading the following doc pages:

http://ez.no/ez_publish/documentation/ez_publish_basics/content_management_in_ez_publish/the_content_object

and especially this one:

http://ez.no/ez_publish/documentation/ez_publish_basics/content_management_in_ez_publish/objects_nodes_and_the_content_node_tree

Balazs

Marko Žmak

Wednesday 29 September 2004 6:13:01 am

Thx for the info. I still have one question. Regarding the implementation of the EZ engine, which one is faster:

- to address $node.data_map
- or to address $node.object.data_map

It would seem that the second one is slower beacuse has one reference more. Is it so? And if yes, how much?

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

Frederik Holljen

Wednesday 29 September 2004 7:19:10 am

$node.data_map is an alias of $node.object.data_map. There should be no real speed difference. I suggest using the latter since it is more "correct".

eZ debug

Timing: Jan 18 2025 15:54:24
Script start
Timing: Jan 18 2025 15:54:24
Module start 'content'
Timing: Jan 18 2025 15:54:25
Module end 'content'
Timing: Jan 18 2025 15:54:25
Script end

Main resources:

Total runtime1.0464 sec
Peak memory usage4,096.0000 KB
Database Queries199

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0062 587.6016180.8516
Module start 'content' 0.00620.9129 768.4531606.2422
Module end 'content' 0.91920.1271 1,374.6953337.4063
Script end 1.0463  1,712.1016 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00440.4166210.0002
Check MTime0.00160.1498210.0001
Mysql Total
Database connection0.00100.095110.0010
Mysqli_queries0.961291.86091990.0048
Looping result0.00210.20411970.0000
Template Total1.013596.920.5067
Template load0.00220.206520.0011
Template processing1.011396.649020.5056
Template load and register function0.00020.016510.0002
states
state_id_array0.00080.071810.0008
state_identifier_array0.00080.074120.0004
Override
Cache load0.00180.1715250.0001
Sytem overhead
Fetch class attribute can translate value0.00130.120640.0003
Fetch class attribute name0.00180.174170.0003
XML
Image XML parsing0.00450.425740.0011
class_abstraction
Instantiating content class attribute0.00000.001380.0000
General
dbfile0.00900.8606410.0002
String conversion0.00000.000530.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 16
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs