Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug on parseViewOrLayoutPath #429

Closed
henriquefeijo opened this issue Apr 1, 2016 · 1 comment
Closed

Bug on parseViewOrLayoutPath #429

henriquefeijo opened this issue Apr 1, 2016 · 1 comment
Labels

Comments

@henriquefeijo
Copy link

On Version 3.5 there is a bug on line 1870, 1872 and 1874. (I suspect the bug is on version 3.x)

The line:

if ( !cachedFileExists( expandPath( defaultPath ) ) )

should be:

if ( !cachedFileExists( defaultPath ) )

Since cachedFileExists already performs an expandPath() inside the function. By doing this the cache is never created because of the double ExpandPath() being executed. After I fixed on my side, my website is running a lot faster now when "cacheFileExists = true"

@seancorfield
Copy link
Member

Thanks. Fixed on develop. Will be in next Alpha or first Beta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants