Help, how to set speed

Posted in: Newspaper
Post count: 26

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.

Post count: 9544
Post count: 7909

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!

Post count: 26

exactly what code should I put? My compression is not good in English, sorry.

Post count: 260

@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.

Post count: 26

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.

Post count: 26
Post count: 260

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.

Post count: 26

Hi, Alin [tagDiv]: exactly what code should I put? My compression is not good in English, sorry.

Post count: 7909

Hi,

Try to add the code from documentation – http://screencast.com/t/hVdOvH0sEnIn Also please follow Christopher’s topic for more details.

Thanks!

Post count: 26

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.

Post count: 7909

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!

Post count: 26

If I change the default style for a personal one, but it shows me the two styles to default style first and then the staff.
As I do to show only the personal style?

Post count: 7909

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.csshttp://screencast.com/t/HYAkKVIoHBv

Thanks!

Viewing 14 posts - 1 through 14 (of 14 total)
You must be logged in to reply to this topic.