Using of mod_expires caching for improve Performance ?
What is mod_expires caching ? Mod_expires caching is a powerful tool that can be used to improve the performance of your website. By caching static files, mod_expires…
Using of register_globals for improve PHP performance ?
disabling the register_globals option in PHP can improve performance. When register_globals is enabled, all variables from the HTTP request are automatically registered as global variables. This can…
Script timeout passed, if you want to finish import, please resubmit the same file and import will resume.
When i import table then its showing error ” Script timeout passed, if you want to finish import, please resubmit the same file and import will resume”….
Enable compression in apache for improve performance ?
Enabling compression in Apache can significantly reduce the size of data transferred between the server and clients, leading to faster page load times. The most common method…
Implementation of opcode in apache Server for Improve Performance ?
What is opcode ? Opcode in Apache is a way to improve the performance of web applications by caching the compiled bytecode of PHP scripts. When a…
Missing expression. (near on at position 25)
In this tutorial i’m going to solve Error (Missing expression near “ON” at position 25) while importing Table for WORDPRESS ( A foreign key Error). So follow…
List of Performance Checklist for LAMPP ?
1. Use Apache mod_expires caching Apache mod_expires caching is a way to improve the performance of your website by caching static content. Static content is content that…
How to Use jQuery to Validate an Empty Input Field in laravel ?
jQuery is still a strong and popular JavaScript library for processing user input and providing interactivity to online projects. It is the best option for implementing client-side…
What are the example of encapsulation in Laravel ?
In this tutorial i’m going to learn what are the example of encapsulation in laravel so follow this tutorial i have mentioned in very easy way. What…
How to setup Contact us page using email in laravel ?
In this tutorial i’m going to learn how to setup contac us page in laravel with email features if anyone put data in contact us page then…