I erased everything and build up a new theme using a boilerplate, I commented the lines that look for the js and the css components, leaving only a link to a simple style.css file. Even so, it still last too long to show up the changes….
Thanks for the help
Lisa
(@workingwebsites)
If it’s slowness, it could be the server, your connection or the template.
Let’s start with the template:
I’d suggest loading a generic WordPress template and see how that works.
Try the standard Twenty Sixteen.
https://en-ca.wordpress.org/themes/twentysixteen/
Lisa
(@workingwebsites)
If the site is slow it could be your theme, your web server or your internet connection.
Let’s start with the theme.
Try loading up a solid working standard template and see how that works.
I’d suggest Twenty Sixteen:
https://en-ca.wordpress.org/themes/twentysixteen/
Also, disable all your plug-ins, keep everything very simple, out-of-the box.
If speed improves with Twenty Sixteen, start adding any plug-ins one at a time and test.
If it’s still working well, re-activate your theme and see what happens.
If it become slow, disable the plug-ins (maybe there’s a conflict).
That should point you to where the problem is.
Ok, after all this time looking for the problem I’ve already found out what was going on. I’ve just disabled the varnish in the file “.htaccess” adding this line:
Header add “disablevcache” “true”
And it seems to be working¡¡¡
Thank you very much everyone for your help, specially Lisa. Thanks for your patience.