2
iamroot
5y

I am doing a lot more freelancing recently, what are your tips on making websites faster. I tend to focus on really small details which slow me down. What are your tips and tricks

Comments
  • 4
    Make everything as modular as possible (ie, easy to change color scheme).

    Think templates.
  • 0
    Avoid using uncessary JS libraries.
    Make sure you backend queries or db are designed properly.
    And google it.
  • 0
    Make a task list.
    If you found anything that needs to be tweak. Put it in your ticket list.

    Priority.
    1. Fix bugs
    2. Do features
    3. No bugs then tweak.
    4. Always take a break and sleep.
Add Comment