page execution time fix

Hi,

I am using devel module to analyze the query execution time.
I have created a view for which Queries execution time was 151.16 milliseconds. But the Page execution time was 6250.58 ms.

I would be very thankful if you give me some suggestion to fix this page execution time?

Thanks,
Sumoanand
Working on Food.Video.Community

any Drupallers using CCNOW for their site?

Hi,

I'm just wondering if any other Drupallers are using ccnow as a payment gateway?

(This probably only makes sense to people already or planning to use ccnow.)

The reason I ask is that I'm migrating a site at the moment to Drupal and the only ecommerce gateway available for ccnow appears to be cubecart.

http://www.ccnow.com/partners.html

I've emailed the ccnow team to say that I would like to create a ccnow.module for Drupal.

How to stop receiving mail notice from Askimet?

This is probably not an issue in Askimet but just my own stupidity. I'm looking for an option to tell Askimet no to send email to the admins each time a spam is detected.

At the moment I'm getting too many spams entitled People (referrer Google). As the IP changes all the time I can't ban the IP. So I simply delete those spams on the Askimet admin page.

Many thanks in advance for your help.

no changes will save anywhere

My client has had someone else managing the site, they switched hosts so that they could get PHP 5.1 for some reason. As a result, everything went to shit and they called me back in to fix it. the site is drupal 4.7.
The theme was no longer working as it was xtemplate which doesnt work with php 5.1, so I converted the theme to a phptemplate.
The major problem that I'm having now though is that nothing will save anywhere in the admin section, cant change posts, cant edit the settings, cant change themes (can only change themes directly in settings.php using

help with multi-select and javascript

$fields['district'] = array(
		'type'=>'select',        	
		'title'=>t('District(s)'),      	
		'required'=>false,              		
		'storedb'=>true,               	
		'showview'=>array(true, ''),      	
		'access'=>$access,                 	
		'options'=>_RoMoP_get_districts(),	
		'multiple'=>true,					
		'help'=>t(''),	
		'attributes'=>NULL,
		'tablerow'=>2,
		'table_list'=>array('show'=>true,'header'=>array('data' => t('District'), 'field' => 'district'))
		);
		
	$fields['vdc'] = array(

Allowing group managers to moderate posts w/o site admin approval

I'm using organic groups with the og moderated posts module, and I have a question regarding moderation. What I want to do with the og moderated posts module is make it so that when a group member submit a post, the group manager can determine if the post should be made public and then flag the post accordingly. The problem I'm having is that the post is only showing up in the "moderate public access to group content" queue after it has been published by the site administrator in Administer -> Content.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x