metatag

Events happening in the community are now at Drupal community events on www.drupal.org.
mikeytown2's picture

metatag_entity_load is slow when node has thousands of revisions

Just a heads up that the newer version of metatag has a bottleneck with lots of node revisions. https://drupal.org/node/2183203

In our case we had a node load take over 8 seconds because the node has over 100k revisions. Raw output from my debug code


hook_entity_load metatag in 8.2447 seconds
hook_entity_load rdf in 0 seconds
hook_TYPE_load webform in 0.0443 seconds
hook_TYPE_load bf_field_mapper in 0.0401 seconds
hook_TYPE_load comment in 0.0165 seconds
hook_TYPE_load print in 0.0159 seconds
hook_TYPE_load scheduler in 0.0159 seconds

Read more
bzj00220's picture

views内の項目を使ってmetatagを設定したい

viewsで作ったページにメタタグを設定したいと思っています。
viewsで「○○の事例一覧」という表を作ってその中には事例の名称を表示させています。

メタタグのデスクリプションを下記のような感じにしたいのですがなにかいい方法はあるでしょうか?

コンテキストやメタタグモジュールでメタタグを設定することはできるのですが、views内に表示されている項目を取得してきてメタタグに表示させるということはできそうにありません。

もし、どなたかよいモジュールなどを知っていたら教えていただけば幸いです。

Read more
Subscribe with RSS Syndicate content