Support the ongoing development of Laravel.io →

338 Threads

posted 10 years ago

Several Questions about Caching and Session options.

#1. Database vs File System I've done a lot of researching on this and am finding pros and cons for...

0 Likes
3 Replies
posted 10 years ago

How to use 2 Cache drivers?

I need to use Cache with memcache and Cache with file. I would be OK if file cache was like FileCach...

0 Likes
2 Replies
Solved

Where does those calls come from?

Hi, I installed php-debugbar and this is the output I get. select * from `pages`133μs256KB3000000005...

0 Likes
2 Replies
posted 10 years ago

Cache Dependency

Hi In yii, we could use cache dependency. For example: $sql = 'SELECT * FROM tbl_post LIMIT 20'; $de...

0 Likes
0 Replies
posted 10 years ago

Accessing the same cache key multiple times a request

My app often needs data about different categories on different places of the application, so I put...

0 Likes
0 Replies

Pro-active Caching: Looking For Ideas

I have built a business application using Laravel that utilizes several very large datasets. There i...

0 Likes
1 Replies
posted 10 years ago

Problem with cache

Hi all, I have a problem witch cache. I get exception when i try to add tags to cache... Cache::tags...

0 Likes
5 Replies

How can I cache all data in Eloquent

How can I try to using cache for all of Eloquent query. Example: $users = User::remember(10)->get...

0 Likes
1 Replies
posted 10 years ago

[proposal] Cache::put() returning the stored data

Hi i'm wondering is there any particular reasons Cache::put() returning the void? Wouldn't returning...

0 Likes
3 Replies

[Package] Keeper - role/permission based authentication package using Guard

Hello, i have created package, which adds roles and permissions functionality to the laravels authen...

0 Likes
2 Replies

Store data in memcached

Hi, Q1, Is there anyway i can see how Memcache works? with laravel? What does Laravel set in the Key...

0 Likes
3 Replies
Solved

Memcached as default Cache

I'm planning to setup Memcache and APC. Question 1 , If i use File as default cache, does it cache t...

0 Likes
1 Replies

Best Practice for Multi-Page Forms???

I have done some research and am still not able to find any examples or best practices on persisting...

0 Likes
1 Replies

Fix for "Undefined property: {ModelName}:$attributes" error

The old forums either had no solution for this, OR said the issue was solved by switching to file ca...

0 Likes
0 Replies

Laravel and view caching in development — can't see changes right away

When I update a view with different information, it would take almost 5 to 10 minutes before the vie...

0 Likes
4 Replies

[Package] Laravel HttpCache

HttpCache for Laravel 4.1: https://github.com/barryvdh/laravel-httpcache Laravel 4.1 can easily use...

0 Likes
2 Replies

Eloquent relationships remember()

Is it possible to cache relationships with the remember function? $screen->Texts()->with('Tex...

0 Likes
2 Replies

Forget cache on touch

Hey, I want to cache my queries like getting all projects assigned to a user. I use ->remember(36...

0 Likes
3 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.