Difference between revisions of "Webdesign"

From wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
[[category:Webdesign]]
 
[[category:Webdesign]]
=Speed tests=
+
=Speed=
 +
;Tests
 
*[https://developers.google.com/speed/pagespeed/insights/ Google]
 
*[https://developers.google.com/speed/pagespeed/insights/ Google]
 
*[https://www.fastorslow.com/help/ Fast or Slow], recommended by [https://www.wordfence.com/ wordfence].
 
*[https://www.fastorslow.com/help/ Fast or Slow], recommended by [https://www.wordfence.com/ wordfence].
 +
 +
;Enable http/2 for better performance
 +
:In your webserver condfig put <code>listen 443 http2 ssl;</code>
  
 
=HTML=
 
=HTML=

Revision as of 17:41, 14 March 2021

Speed

Tests
Enable http/2 for better performance
In your webserver condfig put listen 443 http2 ssl;

HTML

Make up language for web pages. Check w3schools

CSS

Change presentation style for html elements. Check w3schools

Certificate

Check https://crt.sh/?q=domain.tld