unset data_map php side

Author Message

Romain Dausset

Tuesday 14 October 2008 2:52:53 pm

Dear all,

How can i correctly unset the data_map in php side ?

I fetch several objects and access to their data_map but when i try to unset,it doesn't work and there is still some php memory used.

I also tried to use clearcache...

Thanks in advance,
Ro

--
Romain Dausset

rdausset@facileit.com

http://www.facileit.com

Piotrek Karaś

Tuesday 18 November 2008 9:06:18 pm

$contentObject = eZContentObject::fetch( 123 );
$contentObject->dataMap();
...

Hope this helps.

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu

Romain Dausset

Wednesday 07 January 2009 7:53:12 am

This is how I get the datamap...

But who knows how to unset it properly from the php memory ?


$dataMap = $object->dataMap();

[...]

eZContentObject::clearCache();
eZContentCacheManager::clearContentCacheIfNeeded( $contentObjectID );

unset($object,$dataMap [....] );

I tried to unset and to use cache functions without success...

Thank you,

Romain.

--
Romain Dausset

rdausset@facileit.com

http://www.facileit.com

André R.

Wednesday 07 January 2009 8:17:15 am

Depends on what you do in your code, do you fetch classes / workflows / sections / and so on?

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

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 18 2025 10:28:48
Script start
Timing: Jan 18 2025 10:28:48
Module start 'layout'
Timing: Jan 18 2025 10:28:48
Module start 'content'
Timing: Jan 18 2025 10:28:49
Module end 'content'
Timing: Jan 18 2025 10:28:49
Script end

Main resources:

Total runtime0.7791 sec
Peak memory usage4,096.0000 KB
Database Queries62

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0092 591.2109152.6250
Module start 'layout' 0.00920.0035 743.835939.4453
Module start 'content' 0.01270.7650 783.2813599.9844
Module end 'content' 0.77770.0013 1,383.265612.1719
Script end 0.7791  1,395.4375 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.4474160.0002
Check MTime0.00140.1751160.0001
Mysql Total
Database connection0.00170.220410.0017
Mysqli_queries0.709391.0393620.0114
Looping result0.00070.0939600.0000
Template Total0.735194.420.3675
Template load0.00200.261120.0010
Template processing0.733094.086920.3665
Template load and register function0.00020.030810.0002
states
state_id_array0.00110.147010.0011
state_identifier_array0.00120.148520.0006
Override
Cache load0.00170.2213250.0001
Sytem overhead
Fetch class attribute can translate value0.00080.097230.0003
Fetch class attribute name0.00140.176570.0002
XML
Image XML parsing0.00460.593030.0015
class_abstraction
Instantiating content class attribute0.00000.002680.0000
General
dbfile0.00480.6202300.0002
String conversion0.00000.001640.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/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
6content/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
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 19
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs