This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
@font-face{ | |
font-family:'Open Sans'; | |
src:url(https://www.everyplate.com/assets/everyplate/fonts/opensans/OpenSans-Regular.woff2) format('woff2'),url(https://www.everyplate.com/assets/everyplate/fonts/opensans/OpenSans-Regular.woff) format('woff'),url(https://www.everyplate.com/assets/everyplate/fonts/opensans/OpenSans-Regular.ttf) format('ttf'); | |
font-weight:400; | |
font-style:normal; | |
font-display:swap | |
} | |
@font-face{ | |
font-family:'Open Sans'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"products":[ | |
{ | |
"handle":"ER-DIN-4-2-0", | |
"quantity":1, | |
"deliveryOption":"ER-4-0800-2000", | |
"deliveryDate":null, | |
"currency":"ERN", | |
"unitPrice":39.92, | |
"paidPrice":39.92, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -v 'https://rp.liadm.com/p?aid=a-049&li_t=conversion&li_n=product_purchase&e=fb@hellofresh.com&li_tid=1&li_tp=38.0' -H 'authority: rp.liadm.com' -H 'pragma: no-cache' -H 'cache-control: no-cache' -H 'sec-fetch-dest: empty' -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36' -H 'dnt: 1' -H 'accept: */*' -H 'origin: https://www.everyplate.com' -H 'sec-fetch-site: cross-site' -H 'sec-fetch-mode: cors' -H 'referer: https://www.everyplate.com/' --compressed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pixel = function() { | |
var url = 'https://rp.liadm.com/p?'; | |
var params = [ | |
'aid=a-049', | |
'li_t=conversion', | |
'li_n=product_purchase', | |
'e=fb@hellofresh.com', | |
'li_tid=1', | |
'li_tp=38.0' | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
[ -e vendors.min.js ] && rm vendors.min.js | |
[ -e vendors.js ] && rm vendors.js | |
[ -e versions.txt ] && rm versions.txt | |
REACT_VERSION="16.8.3" | |
IMMUTABLE_VERSION="3.8.2" | |
AXIOS_VERSION="0.18.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -eo pipefail | |
lighthouse-graphite "$URL" --runs=7 --graphite-host="$GRAPHITE_HOST" --graphite-prefix="$GRAPHITE_PREFIX" --function-blacklist=min,max,mean --metrics-blacklist=dom-size,pwa-score,accessibility-score,best-practices-score,seo-score,total-time | |
{ 'first-contentful-paint': { median: 1951 }, | |
'first-meaningful-paint': { median: 1951 }, | |
'speed-index': { median: 2582 }, | |
'estimated-input-latency': { median: 54 }, | |
'time-to-first-byte': { median: 1 }, | |
'first-cpu-idle': { median: 3388 }, | |
interactive: { median: 4277 }, | |
'network-requests': { median: 36 }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 2 | |
workflows: | |
version: 2 | |
hourly: | |
triggers: | |
- schedule: | |
cron: "0 * * * *" | |
filters: | |
branches: | |
only: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm i -g lighthouse-graphite |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lighthouse-graphite https://en.wikipedia.org/wiki/Uruguay \ | |
--runs=7 \ | |
--graphite-host=id.carbon.hostedgraphite.com \ | |
--graphite-prefix=your-api-key.lighthouse.wikipedia-uruguay \ | |
--function-blacklist=min,max,mean \ | |
--metrics-blacklist=dom-size,pwa-score,accessibility-score,best-practices-score,seo-score,total-time |