PDA

View Full Version : Plugin for increasing blog speed?



Victornguyen
07-24-2016, 10:11 AM
Hi bro,
Pls show me Plugin for increasing blog speed?
Tks

arianagrand
02-02-2017, 12:26 AM
WP Optimize, W3 Total Cache, WP Smush.it, P3 Profiler are some of the best plugins for increasing blog speed.

rosestorm
02-03-2017, 03:01 AM
Use Google Libraries.WP Super Cache for increasing blog speed

wayne_n_conley
03-19-2018, 04:06 AM
In 2010, Search Engine Land reported that it was finally official – Google counts the loading speed of your website as a ranking factor.
Speed enhancing WordPress plugins
1. Perfmatters
2. WP Fastest Cache
3. Cache Enabler
4. WP Super Cache
5. W3 Total Cache
6. WP Super Minify
7. WP Smush.it
8. BJ Lazy Load

AdrianG001
03-18-2022, 06:23 AM
One of the primary areas of opportunity for improving site speed is to reduce the number and size of scripts added onto pages. This can be addressed in a number of ways:

-Using lazy loading so that only essential files are loaded before rendering

-Only including necessary pieces, such as JS scripts or fonts, at key moments

-Relying heavily on CSS rather than JavaScript for design; cuts down on general code needed and because HTML/CSS has been converted into pure HTML (not interpreted by the browser), it also speeds up page load time.

-Opting for using SVG over PNG as an image format where possible - SVGs take less space than PNGs in the same file size.