P
P
paulvales2015-11-23 18:50:55
CodeIgniter
paulvales, 2015-11-23 18:50:55

Caching or something else in Codeigniter?

Hello, tell me what could be the problem, I’m making a website and after making edits to css or to the html structure I have to update many times and wait about five minutes for the changes to take effect.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
paulvales, 2015-12-18
@paulvales

It's all about hosting. They put some kind of caching there to speed up page loading. Fixed it.

M
Maxim Smirnov, 2015-11-23
@MaxiStyle

Codeigniter can't cache like that. It's either in the browser settings or in the web server settings.
Just in case, in the browser in the developer console, look at what the server gives, what http code? If 302, then caching. If 200, and the static has not been updated, then the problem is in the code (or in something else unknown).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question