Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103352 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 58383 invoked from network); 21 Oct 2018 02:15:15 -0000 Received: from unknown (HELO mail-oi1-f170.google.com) (209.85.167.170) by pb1.pair.com with SMTP; 21 Oct 2018 02:15:15 -0000 Received: by mail-oi1-f170.google.com with SMTP id u197-v6so29440022oif.5 for ; Sat, 20 Oct 2018 15:29:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lerdorf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=gABOO8fx7mJqRpV1+nJCbQcex+N33lU83BZjALEduSQ=; b=Se3WzL0NZ79gKGAV8WJNnX5YaGGsdTYi3NsjEXlnVMZsqZahEyJIdVeuFwM4EVbos5 //eZ+qL/5srGKx2sDea8fCZ/ZQpXCiWgWuV8CbweS9EmnlPBqY5SN50sNMbDF2ZDztx+ aKPIRYESBEoH3xOUWoA1HxYTk5rjFtkZoKO+nN2FL7aj4nNKgFHgi80mNr7tm97APBkm F7bJrnfj/58ExLjoxXeUuprdsJM0AVYQJJfs6SSVyGUU+EtaDe+mRJgVie9YVm0Baqxq mbKEk9jqm4+ZBoNF9rIvpQgZhfhLCxMErV8llIHjlJgbT0zvSdvWrItb8RLB195OQRF5 BWEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=gABOO8fx7mJqRpV1+nJCbQcex+N33lU83BZjALEduSQ=; b=SXvGyuhtDe8lYQTMRA15BDneGZqv5R5TVduqo6zS1Dps/cGnlVXWl/tfTo3DS+Zp5w htk5jo2FSFAxOZtgisOXbm+BioXilXzzZ0kzGcVA5Yqyn0r+pew4/L3RZoeQQAEmD3KD wWNsGvBbQGn8VDYy67gnrAcUXob5useszxuhzL4rgvf2BvM3JSp0YfI7+/6ThPxSXOjB l9hpkCEnRdEMCtGJY2RXheCAsW0Cjd4+xDzMyLYQC0K+sphNdbbPS7oLVAObpEqfXmFJ 3jbUBDB/HzJbDk0F8BOoxjl79TZNYE33d6Suq56oYb8N3cdjLW/VzqRLDpPexEr56YW6 HsJg== X-Gm-Message-State: ABuFfoiCjSBekAKzdX39qf5NS0yyJtMhwrgfaWUrk6TUqr3q8QYfCo12 kanVG9FD3s+VwEbSyb8+6SHx/idp2UBwPmdD0L3mHI0FjQA= X-Google-Smtp-Source: ACcGV635UUTX88aAHAt+ZgWkwjQFKoSpYhZaREw+jiGRz2h1br0eYGaAZh5570ToKQi2wTJmCzY6Bs1Le64wIb/rRfE= X-Received: by 2002:aca:e24f:: with SMTP id z76-v6mr22293079oig.95.1540074568793; Sat, 20 Oct 2018 15:29:28 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a4a:95eb:0:0:0:0:0 with HTTP; Sat, 20 Oct 2018 15:28:48 -0700 (PDT) In-Reply-To: References: Date: Sat, 20 Oct 2018 15:28:48 -0700 Message-ID: To: Dmitry Stogov Cc: PHP internals Content-Type: multipart/alternative; boundary="00000000000099d7040578b08d0a" Subject: Re: [PHP-DEV] [RFC] Preloading From: rasmus@lerdorf.com (Rasmus Lerdorf) --00000000000099d7040578b08d0a Content-Type: text/plain; charset="UTF-8" On Fri, Oct 19, 2018 at 1:17 AM, Dmitry Stogov wrote: > > I would like to start discussion on a Preloadng RFC > https://wiki.php.net/rfc/preload I have been playing with this a bit this weekend. It is tricky to tell if it is working. I think it would be helpful if the opcache section on the phpinfo page, and/or opcache_get_status() would have some way to see which scripts are preloaded. -Rasmus --00000000000099d7040578b08d0a--