DEV Community

Discussion on: Increase Website Page Speed

Collapse
 
reliefs profile image
Steffan Jensen • Edited

Haven't tested but it is faster than anything on the market. You need to have a clean code. It's better to spend 5 hours to fix a Javascript function than load JQuery for only single function.

Compression does not matter as long as we are loading 1000-5000 lines modules just for one single command. As Rasmus Lerdorf says the inventor of PHP, All fuc**g frameworks sucks.

I am not saying it should be taken 100% seriously, but 90% of all frameworks our website does not need and that would increase the speed with 200-700+% easy.