Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. args = [
  2. {
  3. 'type': 'INT_LITERAL',
  4. 'value': '21',
  5. 'key': 'NUM_SCRIPTS'
  6. },
  7. {
  8. 'type': 'INT_LITERAL',
  9. 'value': '20',
  10. 'key': 'NUM_CSS'
  11. }
  12. ]
  13.  
  14. format = 'Your page has {{NUM_SCRIPTS}} blocking script resources and {{NUM_CSS}} blocking CSS resources. This causes a delay in rendering your page.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement