Skip to main content

Home/ Webpulser/ Group items tagged loading

Rss Feed Group items tagged

Garry Ysenbaert

WordPress › WP Deferred Javascripts « WordPress Plugins - 0 views

  •  
    Defer the loading of all javascripts in Wordpress
kamtorus

Fast Tests With and Without Rails - Destroy All Software Screencasts - 0 views

  •  
    Rails' startup can make running tests, and especially doing TDD, painful. You can escape this for most tests by moving code into the lib directory and testing it outside of Rails. We'll look at the performance of tests with and without Rails, as well as how I configure my environment to automatically skip loading it when possible. The script mentioned at the end of this screencast is available for download.
Garry Ysenbaert

wbench Benchmark - 0 views

  •  
    WBench is a tool that uses the HTML5 performance timing API to benchmark end user load times for websites. It simulates users visiting your website for the first time, with nothing of your site cached.
kamtorus

rtomayko/replicate - GitHub - 2 views

  • Dump and load relational objects between Ruby environments. The project started at GitHub to simplify the process of getting real production data into development and staging environments. We use it to replicate entire repository data (including associated issue, pull request, commit comment, etc. records) from production to our development environments with a single command. It's excessively useful for troubleshooting issues, support requests, and exception reports as well as for establishing real data for evaluating design concepts.
kamtorus

Why Rubyists Should Care About Messaging (A High Level Intro) - 1 views

  • There are many reasons for using messaging in your applications. It can help you: improve response times by doing some tasks asynchronously reduce complexity by decoupling and isolating applications build smaller apps that are easier to develop, debug, test, and scale build multiple apps that each use the most suitable language or framework versus one big monolithic app get robustness and reliability through message queue persistence potentially get zero-downtime redeploys distribute tasks across machines based on load
1 - 18 of 18
Showing 20 items per page