Webpage optimization Flashcards

1
Q

What is website performance?

A

Website performance is the speed at which web pages are downloaded and displayed in a user’s web browser.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is website speed important?

A

Website speed impacts rankings in organic search, visibility on Facebook, and the user experience. Slow websites can lead to higher bounce rates and lower conversions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does website performance affect organic search rankings?

A

Search engines like Google prioritize faster websites to provide a better user experience, which can lead to higher rankings in search engine results pages (SERPs).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are some methods to improve page load speed?

A

Methods include minification (removing unnecessary characters from code), compression (reducing file sizes), using Google Fonts, hosting videos on platforms like YouTube or Vimeo, and compressing images.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is minification?

A

Minification is the process of reducing the size of HTML, CSS, and JavaScript files by removing unnecessary characters like whitespaces and comments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is compression in the context of website performance?

A

Compression reduces file sizes by replacing repetitive code with markers, making files smaller and faster to transfer from the server to the browser.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How can you optimize images on a website?

A

Optimize images by compressing them, using responsive images, and saving illustrations as SVG files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the impact of HTTP requests on website performance?

A

Reducing the number of HTTP requests can decrease the load time of a webpage. Strategies include combining text and image resources, moving render-blocking JavaScript, and reducing redirects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is caching and how does it benefit website performance?

A

Caching saves resources to be reused, reducing network costs and improving responsiveness. It can be server-side or client-side.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are some tools mentioned for minification and compression?

A

Tools include PageSpeed Insights for HTML, CSS Compressor for CSS, and JS Compress for JavaScript. For compression, gzip and Brotli are recommended

How well did you know this?
1
Not at all
2
3
4
5
Perfectly