Has anyone played with tag cloud ?

Author Message

Xavier Dutoit

Thursday 11 May 2006 2:30:00 am

Hi,

Just to pretend I speak fluently web 2.0 (for those that aren't in the hype/bullshit yet, that's what I'm talking about:
http://www.flickr.com/photos/tags/ )

I wanted to create some tag cloud to display reverse related objects.

I have a class "topic" and you can "tag" articles/event with these topics (ie. for each article, I associate the choosen topics as related objects, with the enhanced object relation).

I wanted to display the topics that are the most used (that got the more reverse relations) and display them as a cloud (shouldn't be too complicated).

I also wanted to display the trend and display the same, but only for content that's been publish in the last few days. Anyone done something like that already ?

I didn't come up with an easyway to limit the fetch to the content published the x few days. Any suggestion ?

X+

http://www.sydesy.com

Kristof Coomans

Thursday 11 May 2006 6:26:38 am

Hi Xavier

Probably not the less resource intensive solution would be:
Loop over all tags. For each tag, do a content/tree fetch with the objectrelationfilter (http://ez.no/community/contribs/template_plugins/objectrelationfilter) and a normal attribute filter on the published date.

Unfortunately a content/tree_count fetch does not support extended attribute filtering yet ( http://ez.no/bugs/view/8227 ). Otherwise that would be the preferred solution.

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

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 31 2025 07:29:29
Script start
Timing: Jan 31 2025 07:29:29
Module start 'layout'
Timing: Jan 31 2025 07:29:29
Module start 'content'
Timing: Jan 31 2025 07:29:31
Module end 'content'
Timing: Jan 31 2025 07:29:31
Script end

Main resources:

Total runtime1.0862 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0073 588.1406151.2109
Module start 'layout' 0.00730.0034 739.351636.6484
Module start 'content' 0.01071.0748 776.0000927.3203
Module end 'content' 1.08550.0007 1,703.32037.8438
Script end 1.0862  1,711.1641 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.2884160.0002
Check MTime0.00130.1178160.0001
Mysql Total
Database connection0.00120.106410.0012
Mysqli_queries1.035295.3034540.0192
Looping result0.00050.0460520.0000
Template Total1.046696.420.5233
Template load0.00200.180820.0010
Template processing1.044696.171220.5223
Template load and register function0.00130.118310.0013
states
state_id_array0.00230.210010.0023
state_identifier_array0.00200.183820.0010
Override
Cache load0.00160.1471190.0001
Sytem overhead
Fetch class attribute can translate value0.00050.045020.0002
Fetch class attribute name0.00210.194440.0005
XML
Image XML parsing0.00440.403720.0022
class_abstraction
Instantiating content class attribute0.00000.000640.0000
General
dbfile0.00500.4635220.0002
String conversion0.00000.000640.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
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 12
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs