April 20, 2020
Estimated Post Reading Time ~

Performance Optimization tools for AEM

Use case- Perform below the performance optimizations.
- CSS Optimization Test
- CSS Compressor Test
- JS Optimization Test
- JS Compressor Test
- Image Optimization Test
- Cache Optimization Test
- PNG Compressor Test
- JPEG Compressor Test
- HTTP Request Checker
- CSS Sprites Generator
- Gzip compression Test
- Broken Request Test
- Base 64 encoder
- Line Breaks remover
- Keep Alive Cehcker
- HTTP Header Checker

Solution :
Page speed tools.
Use the below tools to improve your page speed. https://www.giftofspeed.com/

CSS Optimization Test
Test how well the CSS delivery of your web page is optimized and learn how to improve the delivery.

CSS Compressor
Automatically compress your CSS scripts and files into a much smaller size. Minimizing the file size improves page speed.
Javascript Optimization Test
Check how you can improve the Javascript delivery by running this test.

Javascript Compressor
Compress your Javascripts by improving and removing bad and unnecessary code. Supports file uploads as well.

GZIP Compression Test
Check whether your website has GZIP enabled and how well it compresses your web files.

Image Optimization Test
Test the image delivery to learn what you can do to optimize the usage of your images for page speed.

PNG Compressor
Minify the file size of PNG images to speed up page load times.

JPEG Compressor
Compress JPEG images to the smallest size to improve page speed.

CSS Sprites Generator
Combine and save multiple images into one to reduce the number of HTTP requests.

Caching Test
Check whether your files are cached or not and by which method.

Broken Requests Test
Check your web page for broken links, images, scripts, etc.. so you can remove these requests from your web pages.

HTTP Requests Checker
Check how many (and which type of) HTTP requests your web page makes. Reduce requests to improve page load times.

B Base64 Encoder
Encode web files into a Base64 string to reduce the amount of HTTP requests made by your web pages.

Line Breaks Remover
Remove line breaks and unnecessary whitespace to minify web documents and reduce the file size.

Keep-Alive Checker
Test whether your website has keep-alive enabled so you can enable it if it isn't.

HTTP Header Checker
Check the HTTP server header of your site.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.