Search
Lighthouse Protocol Aims to End Wallet Draining Attacks on Solana
27.2.2024
Lighthouse Protocol, an initiative that simulates transactions, aims to end the security problems derived from using unknown smart contracts in Solana. The project, which is currently in its testing stages and is projected to be included in more wallets this year, would avoid the execution of...
Merging Crypto and TradFi: Mastercard Backs Fideum Group as Winner of Lighthouse FINITIV Program
22.12.2023
Source: mclighthouse.com Financial aggregator Fideum has been announced as the winner of the Mastercard Lighthouse Finitiv program on its path to merge crypto and traditional finance. According to the press release, Fideum received a “double award”: as the regional Baltic class winner...
Bright Horizons: Fideum Group Anchors Spot in Mastercard Lighthouse Elite Program
14.9.2023
PRESS RELEASE. Fideum Group, an ambitious financial aggregator renowned for its commitment to enhancing both retail and institutional client experiences, announced its notable inclusion in the prestigious Mastercard Lighthouse FINITIV 2023 Fall Program. As one of 15 selectees from the Nordic...
Ethereum Gears Up for ‘Holesky’ Testnet Launch With 1.6 Billion Testnet Ether
19.8.2023
Ethereum developers plan to roll out a new testnet named Holesky, intending to bring 1.6 billion Holesky testnet ether to the network. The core devs of Ethereum highlighted that 1.4 million validators were evaluated for Holesky, with the aim of enhancing the blockchain’s comprehensive...
Russia’s Largest Digital Asset Deal Denominated in Chinese Yuan
5.12.2022
A Russian company has announced the country’s first authorized transaction with digital financial assets (DFAs) involving a foreign currency, China’s yuan. The deal, reportedly the largest made to date under the current Russian DFA law, covers the issuance of tokens secured by commercial debt....
Financial Companies Report First Deal With Digital Assets Under Russian Law
1.7.2022
Two companies have carried out Russia’s first transactions with digital financial assets as defined by the country’s current legislation. The deal involved the tokenization of debt issued by a third party and its subsequent acquisition. Russian Companies Conduct Issue and Placement...
Lighthouse Raises $7M to Be the Search Engine of the Metaverse
12.5.2022
The platform is looking to bring interoperability to an array of virtual worlds
Monitoring Lighthouse Scores and Core Web Vitals with DebugBear
3.6.2021
DebugBear takes just a few seconds to start using. You literally point it at a URL you want to watch, and it’ll start watching it. You install nothing.
It’ll start running tests, and you’ve immediately got performance charts you can …
The post Monitoring Lighthouse Scores...
Fixing a slow site iteratively
1.4.2021
Site performance is potentially the most important metric. The better the performance, the better chance that users stay on a page, read content, make purchases, or just about whatever they need to do. A 2017 study by Akamai says as …
The post Fixing a slow site iteratively appeared first...
99.98% less power: Lighthouse’s first Ethereum and Eth2 merge transaction
26.3.2021
It is one of the first steps towards Phase 1.5 that will ‘dock’ Eth1 with Eth2
Tech Stacks and Website Longevity
25.1.2021
Steren Giannini in “My stack will outlive yours”:
My stack requires no maintenance, has perfect Lighthouse scores, will never have any security vulnerability, is based on open standards, is portable, has an instant dev loop, has no build step
…
The post Tech Stacks and Website...
Continuous Performance Analysis with Lighthouse CI and GitHub Actions
23.12.2020
Lighthouse is a free and open-source tool for assessing your website’s performance, accessibility, progressive web app metrics, SEO, and more. The easiest way to use it is through the Chrome DevTools panel. Once you open the DevTools, you will see a “Lighthouse” tab. Clicking the “Generate report”...
Otázky k přístupnosti webů
7.12.2020
Je přístupnost v naší legislativě nové téma? Stačí pro testování přístupnosti použít pouze Google Lighthouse? Zlepšují sémantické elementy přístupnost? K čemu jsou dobré tzv. přeskakovací odkazy? Je nějaké rozvržení webu, které je “univerzální” v tom smyslu, že jsou návštěvníci s handicapem zvyklí...
Otázky k přístupnosti webů
7.12.2020
Je přístupnost v naší legislativě nové téma? Stačí pro testování přístupnosti použít pouze Google Lighthouse? Zlepšují sémantické elementy přístupnost? K čemu jsou dobré tzv. přeskakovací odkazy? Je nějaké rozvržení webu, které je “univerzální” v tom smyslu, že jsou návštěvníci s handicapem zvyklí...
How to Load Fonts in a Way That Fights FOUT and Makes Lighthouse Happy
24.11.2020
A web font workflow is simple, right? Choose a few nice-looking web-ready fonts, get the HTML or CSS code snippet, plop it in the project, and check if they display properly. People do this with Google Fonts a zillion times a day, dropping its <link> tag into the <head>.
Let’s...
Core Web Vital Tooling
26.10.2020
I still think the Google-devised Core Web Vitals are smart. When I first got into caring about performance, it was all: reduce requests! cache things! Make stuff smaller! And while those are all very related to web performance, they are abstractly related. Actual web performance to users are things...
Make Jamstack Slow? Challenge Accepted.
15.7.2020
“Jamstack is slowwwww.” That’s not something you hear often, right? Especially, when one of the main selling points of Jamstack is performance. But yeah, it’s true that even a Jamstack site can suffer hits to performance just like any other site. 
Don’t think that by choosing Jamstack you...
We need more inclusive web performance metrics
10.7.2020
Scott Jehl argues that performance metrics such as First Contentful Paint and Largest Contentful Paint don’t really capture the full picture of everyone’s experience with websites:
These metrics are often touted as measures of usability or meaning, but they are not necessarily meaningful...
Core Web Vitals
29.5.2020
Core Web Vitals is what Google is calling a a new collection of three web performance metrics:
LCP: Largest Contentful Paint
FID: First Input Delay
CLS: Cumulative Layout Shift
These are all measurable. They aren’t in Lighthouse (e.g. the Audits tab in Chrome DevTools) just yet, but sounds...
Build a Node.js Tool to Record and Compare Google Lighthouse Reports
16.3.2020
In this tutorial, I’ll show you step by step how to create a simple tool in Node.js to run Google Lighthouse audits via the command line, save the reports they generate in JSON format and then compare them so web performance can be monitored as the website grows and develops.
I’m hopeful this...