1) Hello, I get not improve site speed.
I can say as achieving it?
the guide is very complicated https://forum.tagdiv.com/how-to-make-the-site-faster/
This is my .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^ index \ .php $ – [L]
REQUEST_FILENAME RewriteCond% {}! -f
REQUEST_FILENAME RewriteCond% {}! -d
RewriteRule. /index.php [L]
</ IfModule>
# END WordPress
My site is:
http://laradiodetotoral.com.ar/
2) How do I configure exactly WP Super Cache
Thank you very much for your help.
Slds.
Hi,
1. To set Leverage Cache you have to add the code in your htaccess after # END WordPress
2. Also about WP Super Cache configuration we recommend to use it as default.
Also Christopher’s topic may help.
Thanks!
@Alienplot por la noche en horario de México voy a publicarles un tutorial de cómo instalar la versión 6 y optimizar al máximo para obtener los mejores resultados de pagespeed y tiempos de carga casi instantaneos.
Genial carvax, es bueno tener un crack en español! Que proveedor de hosting me recomiendas para el sitio?, actualmente tengo 3000 visitas diarias, hace tres días que lo subí y va creciendo rápidamente. El problema es que corre muy lento y al tener 20 visitas simultaneas se cae. De mi host actual no me dan respuestas claras, Estuve analizando contratar un plan en webempresa. que opinas. muchas gracias.
Slds.
Que tal Alien, mas tarde voy al cine a ver la de jurasic park xD pero te juro que al regresar pongola guía en español y en inglés incluyendo un plus de mi parte para optimizar al máximo el sitio.
Para 3mil visitas no necesitas webempresa, ese es un hosting potente para wordpress. Puedes ir por un paquete unlímited de banahosting por 7usd al mes e inclusive por un paquete standart de 4usd al mes te irá sobrado. Cuando sobre pases las 10mil visitas al día y las 13 a 15mil páginas vistas al día entonces puedes migrar a un paquete mas grande. Yo uso un semidedicado de banahosting desde hace años 😛 pago 25 USD al mes y tengo 5 sitios dentro, entre todos hiteo mas de un millón de visitas al mes y millón 500mil páginas vitas sin problemas.
Hi,
Try to add the code from documentation – http://screencast.com/t/hVdOvH0sEnIn Also please follow Christopher’s topic for more details.
Thanks!
1) Hi, I increase and automatic image resizing? – http://www.screencast.com/t/gDzbotuEyvk
2) How to remove duplicate styles? – http://www.screencast.com/t/cfhYYkN4Z
see website http://laradiodetotoral.com.ar/
thanks.
Hi,
1. Your image width must be at least 745x483 to fill the whole container. If your featured image is smaller, please note that WordPress doesn’t enlarge images and you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.
Or you can try this custom css in Theme Panel > Custom Css:
.td_block_big_grid .td-big-grid-post-0 .entry-thumb {
width: 100%;
height: 100%
}
.td_block_big_grid .td-big-grid-post-0 .thumb-wrap {
height: 100%
}
2. I have checked you site and this is how it looks you articles titles on Big Slide – http://screencast.com/t/o0CeUvG0BDE2 you have changed the default background color. Please provide more details what you are trying to do.
Thanks!
Hi,
This usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into style.css – http://screencast.com/t/HYAkKVIoHBv
Thanks!
