php-windows Digest 6 Oct 2007 06:48:26 -0000 Issue 3342

Topics (messages 28517 through 28519):

Re: [PHP] MySQL Identifying worst-performing codes
        28517 by: Jay Blanchard

Re: $_GET of a parent frame?
        28518 by: trystano.aol.com

Re: [PHP-DB]  Re: MySQL Identifying worst-performing codes
        28519 by: Lasitha Alawatta

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
[snip]
There is  a tool call "idera" (SQL diagnostic manager). Basically it is a 
performance monitoring and diagnostics tool. 
It has a feature;  

Identifying of worst-performing codes - 
Identifies performance bottlenecks such as the worst-performing stored 
procedures, long-running queries, most frequently run queries, SQL Statements 
and SQL batches
http://www.idera.com/Products/SQLdm/Features.aspx 

I'm looking for a same like tool for MySQL. Is anyone have any  ideas.
[/snip] 

Have you thought about asking this on the MySQL list?

--- End Message ---
--- Begin Message ---
 Look to use window.parent.location.href, and window.parent.location.search 
(this gets the query string).

Assuming the frame is same within the main frame like an IFrame.

Tryst


 


 

-----Original Message-----
From: Gustav Wiberg <[EMAIL PROTECTED]>
To: 'GP' <[EMAIL PROTECTED]>; '[EMAIL PROTECTED]' <[EMAIL PROTECTED]>
Sent: Tue, 2 Oct 2007 8.47am
Subject: RE: [PHP-WIN] $_GET of a parent frame?










Hi!

You would have to use Javascript to fix this. Maybe store a variable in a form 
in another frame and reference it from the mainframe.

Best regards
/Gustav Wiberg
 

-----Original Message-----
From: GP [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 02, 2007 9:44 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] $_GET of a parent frame?

Hi all,

I'm working on an page with frames. I would like to read an url variable 
from the 'main' page, in one of the sub-pages.
E.g. url (in the browser) www.test.com?log=NO
One of the frames is an php script (say: content.php), where the log must be 
read.
However, the content.php script is updated from anonther (navigation frame).

So my question: is it possible to read the log variable from the parent 
frame, using the $_Get statement?

If not (would not supprise me) does anyone has a sugestion?

Regards,
Gerrit 

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.488 / Virus Database: 269.13.37/1042 - Release Date: 2007-10-01 
18:59
 

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



 


________________________________________________________________________
Get a FREE AOL Email account with unlimited storage.  Plus, share and store 
photos and experience exclusively recorded live music Sessions from your 
favourite artists. Find out more at http://info.aol.co.uk/joinnow/?ncid=548.

--- End Message ---
--- Begin Message ---
Dear Col,


I'm highly appreciate your reply.



Best Regards,
Lasitha


-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Colin Guthrie
Sent: Thursday, October 04, 2007 7:47 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [PHP-DB] Re: MySQL Identifying worst-performing codes

Lasitha Alawatta wrote:
> There is  a tool call “idera” (SQL diagnostic manager). Basically it is
> a performance monitoring and diagnostics tool.
> 
> It has a feature; 
> 
>  
> 
> Identifying of worst-performing codes –
> 
> Identifies performance bottlenecks such as the worst-performing stored
> procedures, long-running queries, most frequently run queries, SQL
> Statements and SQL batches

You can just turn on the MySQL option "log slow queries" and it logs
them for you. Make those more efficient and you've already taken care of
a lot of the low hanging fruit for db optimisation.

Col.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


DOTW DISCLAIMER:

This e-mail and any attachments are strictly confidential and intended for the 
addressee only. If you are not the named addressee you must not disclose, copy 
or take
any action in reliance of this transmission and you should notify us as soon as 
possible. If you have received it in error, please contact the message sender 
immediately.
This e-mail and any attachments are believed to be free from viruses but it is 
your responsibility to carry out all necessary virus checks and DOTW accepts no 
liability
in connection therewith. 

This e-mail and all other electronic (including voice) communications from the 
sender's company are for informational purposes only.  No such communication is 
intended
by the sender to constitute either an electronic record or an electronic 
signature or to constitute any agreement by the sender to conduct a transaction 
by electronic means.

--- End Message ---

Reply via email to