Tag: Web
10 articles tagged with "Web"
2016
How to hint search engines about pagination?
Use rel=prev and rel=next link tags to help search engines understand pagination structure on your website, improving crawling and indexing of paginated content.
Serving the web at light-speed
Optimize website load speed using Nginx with Pagespeed module and Amazon CloudFront CDN. Part 1 of a 4-part series covering tools, techniques, and performance measurement.
Nginx, pagespeed and a simple node.js backend
Set up Nginx with Pagespeed module and Node.js backend in Docker containers for automatic asset optimization, HTML minification, and improved web performance without code changes.
Amazon Cloudfront as our Content Delivery Network
Configure Amazon CloudFront CDN with Nginx and Pagespeed to serve static assets from geographically distributed edge locations, reducing server load and improving performance.
Instrument, Measure and Learn
Measure web performance improvements using Pagespeed statistics, Google Analytics, Search Console, and PageSpeed Insights to track connection time, response time, and user experience.
2011
Give your WSGI application super-powers
Learn how to enhance your WSGI applications with powerful middleware, including the amazing weberror interactive Ajax debugger for Python web development.
2010
HTTP is the web's language
Understanding HTTP fundamentals: the request/response protocol, methods (GET, POST), status codes, and why web developers must know the language of the web.