Frontend doesn't show changes made in CSS

Discussion regarding Joomla! 3.x Performance issues.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
chrisinoz
Joomla! Intern
Joomla! Intern
Posts: 94
Joined: Fri Dec 02, 2005 3:52 am

Re: Frontend doesn't show changes made in CSS (Solved)

Post by chrisinoz » Sun Oct 19, 2014 2:44 am

Solved. It was a caching matter with Sucuri who we use. We cleared it there and css showed fine.

Queasy
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 155
Joined: Thu Apr 17, 2014 12:50 am
Location: Portland Main
Contact:

Re: Frontend doesn't show changes made in CSS

Post by Queasy » Sun Oct 19, 2014 5:45 am

It means apache is caching to and after apache cache reset it will show your changes.

I don't see improvements with apache cache no. I do with varnish tho.

Tom Clark
Joomla! Intern
Joomla! Intern
Posts: 68
Joined: Sat Apr 26, 2014 11:58 am
Contact:

Re: Frontend doesn't show changes made in CSS

Post by Tom Clark » Sun Oct 19, 2014 6:29 am

robe001 wrote:I am quite new to Joomla and are trying to learn how to build my own template.
When I first started to do changes in CSS it all worked well, it updated quickly. But now when I have made changes in my CSS, it takes 10 - 20 minutes until it shows on the frontend.
I have tried to clear the cache in Joomla and also tried different web browsers but its still the same. Then I thought it might have to do with my host but when i publish/unpublish modules the change shows immediately.

At the moment the only CSS I have is this:

Code: Select all

.maincontent {
  background-color:#FFFFFF;
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  box-shadow:0px 2px 10px 2px #BDBDBD;
  padding:2px;
}
I have removed everything else in case there was some conflicts.

First time I noticed this delay was when i added a background color for .body

Does anyone know what to do? Why is it so slow?

Thank you!
Something you need to check

- Your site under CDN: if you are using cloudflare or maxcdn, you may turn off the caching from remote service to make static files change immediately
- Your hosting proxy cache: there are some hosting provider have static file cache under there proxy. You may login to control panel hosting and turn it off.

hope it help
Fast Joomla Hosting Reviews: http://fastjoomlahost.com/
Speed Up Joomla Tutorial: http://fastjoomlahost.com/speed-up-joom ... -tutorials

vakil123
Joomla! Intern
Joomla! Intern
Posts: 50
Joined: Mon Jul 05, 2010 10:07 pm

Re: Frontend doesn't show changes made in CSS

Post by vakil123 » Sun May 03, 2015 5:33 pm

It looks that these cache problem is akin to the joomla backend. When you start the computer open your site it will show the changed CSS style. Login to your backend and see your site the changed css stylesheet would have gone.

So the best solution is to just wait for the backend cache to go by itself. I tried clearing all cache but nothing works. I am glad that when I do not login to backend then the site is reflecting the changed css style.

Tatiana1311
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Nov 04, 2015 10:07 am

Re: Frontend doesn't show changes made in CSS

Post by Tatiana1311 » Wed Nov 04, 2015 10:10 am

Had the same problem and successfully solved it by disabling SuperCacher on my hosting server (in my case - SiteGround. cPanel -> SuperCacher -> disable)

pnelson
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Wed Mar 30, 2016 11:58 am

Re: Frontend doesn't show changes made in CSS

Post by pnelson » Thu Apr 14, 2016 12:48 pm

I have the same problem, and im in localhost...


Locked

Return to “Performance - Joomla! 3.x”