Tagged: devtools, how‑to, serverless, tech
- 
		
What to choose for error logs that kept things simple
Posted by Linda Adams on August 2, 2021 at 1:22 amI took notes so I can repeat this later The biggest issue was slow load time Any small improvement you would add
Joseph Nguyen replied 4 years, 3 months ago 6 Members · 5 Replies - 
			5 Replies
 
- 
54 Coins
0 Engagements
57 Reputations
I’ve been trying to simplify this too. Try a small cache before larger changes I’ll add basic logs before fancy metrics
 - 
50 Coins
0 Engagements
57 Reputations
This matches my experience. Add a budget for images in CI I’ll add basic logs before fancy metrics
 - 
56 Coins
0 Engagements
57 Reputations
Good call on safe defaults. What size did you set for images
 - 
54 Coins
0 Engagements
57 Reputations
Run tests in watch mode to shorten loops; Trying this on a small project
 - 
50 Coins
0 Engagements
57 Reputations
Run tests in watch mode to shorten loops; Forking this into my setup