Ben bir konuda görüş ve bilgi gerekir.
Ben JavaScript iyi bir miktar kullanan bir web sitesi geliştiriyorum. Gövde etiketinin sonunda bir komut dosyası etiketi Ben tüm benim JS dosyaları toplar ve bir (kısa) dosya içine sıkıştırır / birleştiren bir PHP dosyası, çağrı, bu yüzden sunucuya HTTP çağrılarının sayısını azaltabilir.
This is all fine and somewhat standard. Now here is my question: Wouldn't it be faster and easier to exclude the src attributed script tag and just output all the JavaScript directly into the script tag in the first place? Wouldn't that save the call from the received PHP file on the users browser back to the server again to collect those JS files?
To clear it up a little: Instead of the user first having to download an HTML file, which then calls back to the server to get the JS file (output from the PHP file), he/she would just download one html file which then had the JS "hardcoded" into a script tag and thereby cutting the second server call.
Bu makul bir fikir mi? Doğrudan sayfaya javascript eklemek için kötü bir fikir mi? Tüm dinamik yarattı ... Bu JS dosyaları dahil etmek için normalde en iyi uygulama, ama bu sadece bir şey üzerine ... daha miyim sunucu yük olur ya da ben sadece o olsun gerektiğini görünüyor?
Eğer ne söyleyeceklerini duymak için bekliyorum,
Saygılar Mikkel, Danimarka