Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
PIMEc TEST
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Browser:
Chrome 133
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
Test name
Executions per second
futuro
5822.1 Ops/sec
actual
1799.3 Ops/sec
HTML Preparation code:
<!--your preparation HTML code goes here-->
Script Preparation code:
/*your preparation JavaScript code goes here To execute async code during the script preparation, wrap it as function globalMeasureThatScriptPrepareFunction, example:*/ async function globalMeasureThatScriptPrepareFunction() { // This function is optional, feel free to remove it. // await someThing(); }
Tests:
futuro
var gtm_epi_chartbeat = true var gtm_epi_domain = window.location.hostname.split('.').slice(-2).join('.'); var domain = (window.location.hostname === 'stories.woman.es') ? 'prensaiberica.es' : (gtm_epi_chartbeat) ? gtm_epi_domain : 'prensaiberica.es'; var s = document.createElement('script'); s.type = 'text/javascript'; s.src = 'https://analytics-cdn.' + domain + '/static/javascript/mo_wp.min.js?v=2'; document.getElementsByTagName('head')[0].appendChild(s);
actual
var domain = window.location.hostname.split('.').slice(-2).join('.'); switch (domain) { case "lne.es": case "diaridegirona.cat": case "diariodeibiza.es": case "diariodemallorca.es": case "farodevigo.es": case "informacion.es": case "levante-emv.com": case "laopinioncoruna.es": case "superdeporte.es": case "laopiniondemalaga.es": case "laopiniondemurcia.es": case "laopiniondezamora.es": case "laprovincia.es": case "regio7.cat": case "eldia.es": case "mallorcazeitung.es": case "emporda.info": case "diariocordoba.com": case "stilo.es": case "codigonuevo.com": case "elperiodicomediterraneo.com": case "elperiodicodearagon.com": case "elperiodicoextremadura.com": case "sport.es": case "elperiodico.com": case "elperiodico.cat": case "epe.es": case "elcorreogallego.es": case "elcorreoweb.es": case "neomotor.com": break default: domain = "prensaiberica.es" break }; var s = document.createElement('script'); s.type = 'text/javascript'; s.src = 'https://analytics-cdn.' + domain + '/static/javascript/mo_wp.min.js?v=2'; document.getElementsByTagName('head')[0].appendChild(s);