Guest User

Untitled

a guest
Apr 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # WebPage uses cache??? What the heck is cache in context of a webpage crawling process? It should only crawl pages. You need to inject some dummy cache to prevent caching.
  2.  
  3. # thumnail generation is an expensive job, thus lazy-loading. But you are not saving already generated thumbnails in cache. :(
  4.  
  5. # Nice tests.
Add Comment
Please, Sign In to add comment