Closed (won't fix)
Project:
Openlayers
Version:
7.x-2.0-beta1
Component:
OL Views
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2011 at 21:59 UTC
Updated:
20 Dec 2011 at 14:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
nod_I don't think it should do that. Can you paste an export of your view please ? Also have you tried dev ? there was a patch dealing with node rendering last week if i remember well.
Comment #2
timonweb commentedHi nod_!
I've tried dev, no changes, my view export is attached as .txt
I analyzed devel query log (97590.txt) and I see that View calls:
page_title_load_title - 32 times
comment_node_load - loads data for 32 entities
user_node_load - loads data for 32 entities
32 is the number of points on the map. So this tells, that View loads full entities to show a point on a map. If I detached OpenLayers View all these queries disappear.
Comment #3
nod_You sure it's not views that load the node every time even for fields ? Because I think the only node_load in openlayers was introduced in the previous patch i was talking about.
Comment #4
timonweb commentedIndeed! I missed the fact that in D7 Views loads entities to render fields. Damn.... This may be closed.