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 moreDoes 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 morenew 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.
c.h.u.d.
Read moreWeekly 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 more26th 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