this post was submitted on 24 May 2026
6 points (87.5% liked)

Web Development

5649 readers
22 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ICastFist@programming.dev 2 points 1 day ago
Table of Contents

1.    Find your bottleneck first
2.    Slow server response time (TTFB)
3.    Render-blocking JavaScript and CSS
4.    Large image and video files
5.    Third-party scripts
6.    Slow interactions and a blocked main thread
7.    Unoptimised JavaScript
8.    Unoptimised CSS
9.    Web fonts
10.    Plugins, themes, and page builders
11.    Aggressive bot and AI crawler traffic
12.    Make speed a team habit

So, first step is selling the product. Second step, check if the server is actually working fine.

Steps 3 - 11 -> fix your fucked up shit

The fix for 5 is REMOVE THAT FUCKING SHIT. Very similar fix for 10