Skip to content

yukei.net

Ideas para escribir código. Código para desarrollar ideas.

  • Blog
  • Archive
  • Contact

Tag: performance

  • Oct 10th, 2017
    Control HTTP 301 redirects caching

    HTTP redirects should be your tool of choice when you’re reorganizing or renaming key sections of your site on order to keep visitors from hitting a not found page and make search engines update their location and keep their ranking. However, sometimes you might run into a situation when you need to update a redirect,…

  • Apr 19th, 2016
    Use get_the_terms() instead of wp_get_object_terms()

    I was recently debugging the front page of a WordPress site and found a lot of queries to the terms and term relationships database tables. Digging a little deeper, I found that the culprit were a set of functions that were calling wp_get_object_terms() to get the terms from a set of looped posts… and then…

  • Jun 8th, 2015
    Optimización AJAX 4: Caché permanente

    En la parte final (por ahora) de esta serie sobre Optimización de respuestas AJAX vamos a revisar cómo utilizar técnicas de caché permanente, o lo que se debería denominar más correctamente caché-que-se-controla-desde-el-servidor — lo que complementa a la parte anterior sobre “caché volátil” o caché-que-se-controla-desde-el-cliente.

  • May 25th, 2015
    Architecting Websites for the HTTP/2 Era

    As I’ve written before, HTTP/2 will force us to change many assumptions and re-define good practices. Mattias Genar is trying to keep an up-to-date summary of the most important questions, changes and benchmarks on Architecting Websites For The HTTP/2 Era.

  • May 25th, 2015
    Optimización AJAX 3: caché volátil

    Poder guardar respuestas en caché nos puede evitar tener que realizar nuevas peticiones a consultas para las cuales ya hemos obtenido los resultados anteriormente. Por supuesto, no siempre vamos a querer guardar estos resultados: en casos donde es muy probable que la información sea muy dinámica y lo más importante es contar con la información…

  • May 14th, 2015
    Horizontally scaling PHP applications

    One of the most common worries of the enterprise IT world about WordPress and other Open Source apps it’s how you can scale it — which it’s kind of ironic when their enterprise-y web services response times are usually measured in the scale of tens of seconds… DigitalOcean has published a high-level practical-overview on horizontally…

  • Apr 16th, 2015
    Optimización AJAX 2: compresión GZIP

    Habilitar la compresión de la respuesta puede reducir la cantidad de datos enviados alrededor de un 70%. La mayoría de los navegadores soporta recibir contenidos, e informan de esta capacidad al servidor al realizar una petición. Es posible agregar la indicación de comprimir la respuesta del servidor en su configuración de acuerdo al mime-type de…

  • Mar 31st, 2015
    Optimización AJAX 1: elección del método HTTP

    Si bien las interacciones en AJAX nos permiten obtener información de forma dinámica desde el servidor de un sitio web o aplicación, existen varias formas de aumentar la velocidad de estas respuestas para mejorar la experiencia de nuestros usuarios al cargar información bajo demanda, obtener datos de búsquedas u otras interacciones. Más allá de la…

  • Mar 10th, 2015
    HTTP2 for front-end developers

    HTTP2 is literally a game-changer for the world of web development, so it shouldn’t be a surprise that some of your best established good practices are bound to change. For a good starting point, check HTTP2 for front-end developers

  • Dec 21st, 2014
    Revisiting the “Cookieless Domain” Recommendation

    It’s always nice to see someone question established beliefs, specially on the highly evolving world of web development. Jonathan Klein from Etsy revisits the “cookieless domain” recommendation for serving static assets (CSS in particular) and analyses the pros, cons and the importance of taking DNS lookups and latency into consideration. Revisiting the “Cookieless Domain” Recommendation

yukei.net

yukei.net is a personal blog about technology, culture & web development written by Felipe Lavín from Viña del Mar, Chile.

Elsewhere

  • GitHub
  • Twitter
  • Google Plus

Subscribe via Email

Archives

Proudly powered by WordPress | Theme: minikei by Felipe Lavín.