Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105728 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 41750 invoked from network); 17 May 2019 10:30:02 -0000 Received: from unknown (HELO mail-oi1-f182.google.com) (209.85.167.182) by pb1.pair.com with SMTP; 17 May 2019 10:30:02 -0000 Received: by mail-oi1-f182.google.com with SMTP id y10so4474298oia.8 for ; Fri, 17 May 2019 00:36:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=a2Xwm3ESdu7KPpDSv0NH2QbvGHyuuHMvm+h/AC2lPkE=; b=YXryNG6vOPHy/r3WPbtKaTyWLJIbevMSx46AJ+fc1vbF7Y/Wyo8MAeryUB6/LGz8sy T1BEY1w/73oC/ekjDx8RUIztCc/ripwUJgBgjRgEbBXPCAsUlzsaf1HIbq/Q3PaXB5Cr 7qqMnMnmRHA3n+2pp+wEe23gXu1a4jljTnQG7I5DmjHoe9V0WmOOLbYar/50A3ewbf8m kPmPqgTHGim4v/LifRHG6xsw02W+qP4qV07fOM8lU1zf49YXQ9RhDKESTslDJzpiGV/f xybYiFofImGGBhiTTdyicBTQSmwX35/YJg2CkP+mw5IaS/StY8Yn+UC2/CTSIjOMPKUR YuSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=a2Xwm3ESdu7KPpDSv0NH2QbvGHyuuHMvm+h/AC2lPkE=; b=c+0rVt0BtiM2zz66yzNOTnUMOKAGIfuBvS0Xbpm2HA7T/+Na69/p9uKA8COM+XSYGC 0qjPiV7GOB7qDvuLDBgB0onCr2lwwFS6FEq3Su8gnFz3zLgusGnaBeb9vKF2UkuUsHt0 /ctjUZjIQP5igZr2d6Mdh+qpKA4rK7UxP+bTqHo5VGiQAxhiLoHrUr0E4KumqD1m9jLz EXNiUoS/q8syqi2ptGgbWLOlXJRTHkE8m0Eoq2/13f+DeIaD+RNTXCMIBWQNgewgjS3z cvBd40fuLbOLDq6/cydU8tRExxQ/dHOGVKjipg2ba9ZO9Xu6rtzKb6v4ZACKrPnUiGnB pRrw== X-Gm-Message-State: APjAAAVt7cIcMOhymG+Fmg3Vmr/OyUNb6Yfk+Js83/xG4eMEtm1rVQU2 x/zynairQ4MaRBfAKAdd/aWN/SPE X-Google-Smtp-Source: APXvYqzA06YmuYzrYEWGtlyYzu/VtXqS8axc1uiuS6u3biiR5hleYuf1OAe3bs2DmEZCI7Zj+YBo3Q== X-Received: by 2002:aca:ea55:: with SMTP id i82mr13140680oih.33.1558078582300; Fri, 17 May 2019 00:36:22 -0700 (PDT) Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com. [209.85.210.51]) by smtp.gmail.com with ESMTPSA id o19sm2742820ote.62.2019.05.17.00.36.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 May 2019 00:36:21 -0700 (PDT) Received: by mail-ot1-f51.google.com with SMTP id i2so523170otr.9 for ; Fri, 17 May 2019 00:36:21 -0700 (PDT) X-Received: by 2002:a9d:6b0d:: with SMTP id g13mr2880014otp.91.1558078581241; Fri, 17 May 2019 00:36:21 -0700 (PDT) MIME-Version: 1.0 References: <1058746402.956664.1557939676820.JavaMail.zimbra@pieterhordijk.com> <1558042859.2054.5.camel@oracle.com> In-Reply-To: <1558042859.2054.5.camel@oracle.com> Date: Fri, 17 May 2019 08:35:45 +0100 X-Gmail-Original-Message-ID: Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: Pieter Hordijk , internals Content-Type: multipart/alternative; boundary="0000000000005e0beb05891070d1" Subject: Re: [PHP-DEV] Removing mysqlnd stats from phpinfo From: phpmailinglists@gmail.com (Peter Bowyer) --0000000000005e0beb05891070d1 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable If the problem is that (multiple) people find the page too long to scroll through, we can add some JavaScript to the output to hide the stats by default. This could be a good time to make all blocks on the page collapsible, with a "Collapse/Expand all" link added at the top. All added as progressive enhancement, so people with JavaScript disabled see everything. Though personally I have no problem with the length of the page; I use the browser's in-built "Find" tool to jump to where I need to go. Peter On Thu, 16 May 2019 at 22:41, Johannes Schl=C3=BCter < johannes.schlueter@oracle.com> wrote: > On Mi, 2019-05-15 at 19:01 +0200, Pieter Hordijk wrote: > > Hey internals, > > > > when there is support for mysqlnd the `phpinfo()` page hows the > > entire list of available mysqlnd stats. > > > > Do we really need to show the stats here? It makes the page > > unnecessary long and somewhat annoying to scroll past for no obvious > > (to me) reason it to be there. > > > > In a way it gives nice attention to the fact thy are there. But I guess > they don't have to be there. If this makes he page too long removing is > fine. > > johannes > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --0000000000005e0beb05891070d1--