Questions tagged as 'cache'

1
answer

Cache on server

I have a system that holds more than 2000 clients and it keeps growing, and every time they do a search, they call mysql with more than 20,000 items (and that number also keeps increasing), would it be possible for me to have one cache or do som...
asked by 10.02.2016 / 13:16
1
answer

Remote file cache with interval updates with PHP

I'm developing a news portal and I'm using a Weather API . The problem is that every time people open the page, PHP downloads the API JSON , and this interferes with page loading speed. In order to solve this problem and save bandwidth, I t...
asked by 16.01.2016 / 18:55
2
answers

Cache on Web Systems [duplicate]

I have a web system using Ajax which is constantly updated. I need to implement a way to update the user cache of .js and .css files when these files are modified. I tried to solve it in two ways. The first is the use of url with variable t...
asked by 21.02.2017 / 15:49
1
answer

Doubts about gzip compression on IIS servers

I'm having a question, I'm hosting kinghost and before activating support I'd like to know if what's going on is really a problem. What happens is that the static files (mainly the css and js ) are not always being delivered. Content...
asked by 15.12.2015 / 11:45
1
answer

Hibernate Cache with select count

Hello I have a JPQL query, with count : public Long quantidadeFaturasAbertasAssinante(Integer idAssin){ return manager.createQuery("select count(f) from Fatura f where f.dataLiquidacao IS NULL and f.assinante.id = :ass", Long...
asked by 11.10.2016 / 21:06
4
answers

ObjectCache to make a variable available to all users

I have an application in ASP.NET and would like to cache all users as if the variable were in the pool application and everyone had access, something other than the session that makes the section variable for each user. ObjectCache...
asked by 08.04.2015 / 15:47
1
answer

Error 503 Backend fetch failed

Sometimes I get this error when I'm developing some wordpress application, can anyone tell me the reason?     
asked by 05.04.2017 / 18:34
2
answers

How to disable Godaddy server cache?

I have a problem with server caching on Godaddy. I do not know if this is with all Godaddy clients with shared server or just with my account. It turns out that I make changes to a file and upload it, but the change is only reflected after a...
asked by 23.05.2014 / 06:05
1
answer

What is the "correct way" to use destructors in PHP

When looking for references to good practices in PHP for memory management, I came across a number of ways to use destructors . I know the main actor is the Garbage Collector but this one is not Garbage Collector is part of the...
asked by 08.03.2017 / 10:17
2
answers

Cronjob with cached file

On my site and using cpanel, I have several cronjobs that run multiple php files. Each of these cronjobs creates a cached file where the site will fetch information. All cronjobs are working fine, but I'm having a problem with one of them. This...
asked by 20.01.2017 / 02:57