queries

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

Assessing Devel output (mySQL queries, memory usage)

As suggested in another thread I used the Devel module to get an overview of the mySQL queries. I used the frontpage since this is the most used and biggest page. I have some questions:

1) The Devel module displays a column "where" obviously including the function name which makes the mySQL query, but the function name links to the Drupal API which does not include custom module, i.e. I cannot see where to find the function. Is there a way to find the function to optimize?

Read more
prosk's picture

Does Views supports MIN(), MAX() in SELECT queries?

Hi,

Does views supports queries like for instance

Select node_revisions.vid, MAX(node_revisions.created) FROM node_revisions

which could return the last revision created for each node?

Thanks!

Read more
chud's picture

new module: query recorder

Just posted a little module I wrote... let's you log all insert/update/delete queries so you can transfer changes from one site to another by dumping the sql.

http://drupal.org/node/99734

c.h.u.d.

Read more
silence's picture

Weekly Update

Hi!

Hopefully you have been to the midweek demo that I had provided a few days back. After that update, I tried to support other widgets. Hence here's the new demo and below is the report:

Read more
silence's picture

26th June - 1st July

In this week (from 26th June to 1st July), one of the primary aims was to develop a framework on client side which implements addWidget(), deleteWidget() etc. The framework should be working directly on the DOM form and JS form object.

Here is a demo of what I am trying to do for the goal.

Read more
Subscribe with RSS Syndicate content