From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2001:558:fe21:29:69:252:207:39; helo=resqmta-ch2-07v.sys.comcast.net; envelope-from=eklhad@comcast.net; receiver= Received: from resqmta-ch2-07v.sys.comcast.net (resqmta-ch2-07v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:39]) by hurricane.the-brannons.com (Postfix) with ESMTPS id A831977A9A for ; Wed, 14 Feb 2018 07:58:13 -0800 (PST) Received: from resomta-ch2-05v.sys.comcast.net ([69.252.207.101]) by resqmta-ch2-07v.sys.comcast.net with ESMTP id lzS6ec8REXftWlzSXerlNC; Wed, 14 Feb 2018 15:59:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20161114; t=1518623941; bh=l8Vs38GQo/wcltJzuIdpOSzf4znAJdI28Hq6CrS4064=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=fyMNPW9457llYh3d/NflnbYVltV2evx8dcnFJMNemiQiS1cn0b5vVJF8g/gEQ3UIO oCs876Toz6D6tWL19BnUDikPNhR9Q/aBRGWmWW3p04ewwEQfFRGrOnuU4kLx81NhYv E1xpAuIuXk9mhKgFAxArVxsdc7RQKCqxUT3Swk73qS2nULapubQTfMGG5tMPpg6ciF lNr+u/idVxHHyPPpis/S54OfsL7dIdrPRVRyEhlzGNsBqR2fDv8053WKsiQ0IJ7xTs bRp0YfOgIEGDFBfYjAZVge4W2glfIDG8nluV1fGylMq3MTGcTT1fOJWRMLKPiObkKm jv9uYGfr1f2Gg== Received: from unknown ([IPv6:2601:408:c300:8f09:21e:4fff:fec2:a0f1]) by resomta-ch2-05v.sys.comcast.net with SMTP id lzSXe0zR9J5LxlzSXe6VQr; Wed, 14 Feb 2018 15:59:01 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: edbrowse/3.7.1 Date: Wed, 14 Feb 2018 10:59:01 -0500 Message-ID: <20180114105901.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfLRt1x2IMML0ifjSz3tT4cLBKoJTEnTBcTQWi60Vwfbc8fVgbucalBtDjIG7HhCZou/f+W87RK7kfYbV0cYvTMygzkdP8Iq3aukE9xHylpkkYYHeNxpH stZN7OspThwylSyKnOOtjioiDEteZJVilLxhyGM8zG5lYY7BKTvtsP4V Subject: [Edbrowse-dev] css on demand X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.25 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2018 15:58:13 -0000 As promised, the styles that are created in the original document are now on-demand getters. When you access style it applies the css elements, as though it had done so from the start. You don't know the difference - except we don't waste all that time populating styles that you never look at. stackoverflow is back to 12 seconds (assuming you have the nojs to prevent the infinite loop). I hope other sites will run faster as well. And now, I need to take a break! Karl Dahlke