current location:Home > Technical Articles > Database

  • 6 Reasons to Move to Laravel Homestead
    6 Reasons to Move to Laravel Homestead
    Laravel Homestead: a convenient local development environment Want to get started with Homestead quickly? Please check the quick tips. For more details, please continue reading. Simply put, Laravel Homestead is: An official pre-packaged Vagrant “box” provides you with an excellent development environment without installing PHP, web server and any other server software on your local machine. In other words, it automatically completes what we did manually through Vagrant and PuPHPet in previous articles (such as those articles). Well, it's with normal Vaprobash/Vagrant/PuPHPet
    PHP Tutorial . memcached 931 2025-02-21 10:36:10
  • 18 Critical Oversights in Web Development
    18 Critical Oversights in Web Development
    Over the past years I had the opportunity to work on some interesting projects, complex in nature with an ongoing development, constantly upgrading, refactoring and adding new features to them. This article will cover the biggest coding oversights mo
    PHP Tutorial . memcached 510 2025-02-20 09:15:11
  • Understanding OpCache
    Understanding OpCache
    Key Takeaways OpCache is a built-in caching engine in PHP 5.5 that stores precompiled script bytecode in memory, leading to performance boosts in PHP applications. It can be installed as an extension on older PHP versions and can reduce the mean r
    PHP Tutorial . memcached 859 2025-02-20 08:38:10
  • How to Install Custom PHP Extensions on Heroku
    How to Install Custom PHP Extensions on Heroku
    In this tutorial, we’ll learn how to install custom extensions on Heroku. Specifically, we’ll be installing Phalcon. Key Takeaways Custom PHP extensions, such as Phalcon, can be installed on Heroku using the PHP buildpack tool, which sets up the
    PHP Tutorial . memcached 645 2025-02-19 11:53:09
  • How to Run Multiple Versions of PHP on One Server
    How to Run Multiple Versions of PHP on One Server
    In this particular post, we’ll demo a solution to install multiple versions of Phalcon and PHP and run them on a single web server. PHP 5.5.x and 5.6.x will be used here, but you can replace them with other versions. Any servers that support PHP-FPM
    PHP Tutorial . memcached 424 2025-02-19 09:02:13
  • 9 JavaScript Libraries for Working with Local Storage
    9 JavaScript Libraries for Working with Local Storage
    The HTML5 local storage API (part of Web storage) has excellent browser support and is being applied in more and more applications. It has a simple API, but it also has some disadvantages similar to cookies. I've come across quite a few tools and libraries that use the localStorage API over the past year or so, so I've sorted them out into this post with some code examples and feature discussions. Important points The HTML5 local storage API is widely supported and is becoming more and more common in applications, but it also has some limitations similar to cookies. Various JavaScript libraries have been developed to improve and extend their capabilities. Lockr, store.j
    JS Tutorial . memcached 610 2025-02-19 08:47:10
  • Introducing Pagoda Box - a PaaS just for PHP
    Introducing Pagoda Box - a PaaS just for PHP
    Pagoda Box: A PHP-focused PaaS for streamlined development and deployment Key Features: Pagoda Box is a Platform as a Service (PaaS) specifically designed for PHP applications. Its component-based architecture simplifies development and cost managem
    PHP Tutorial . memcached 924 2025-02-18 12:25:10
  • The Complete Guide to the WordPress Transients API
    The Complete Guide to the WordPress Transients API
    WordPress's Transients API has been supported since version 2.8, but many WordPress developers are still unaware of its existence and its purpose. In short, the WordPress Transients API allows us to store key-value pair data with expiration times. This tutorial will explain in depth how to use this API. We will also learn how it differs from the Options API, how it interacts with the WordPress caching system, and some use cases. ### Comparison of Options API and Transients API Most WordPress developers do
    WordPress . memcached 292 2025-02-17 12:19:09
  • Cache Fetched AJAX Requests Locally: Wrapping the Fetch API
    Cache Fetched AJAX Requests Locally: Wrapping the Fetch API
    This article is written by invited author Peter Bengtsson. SitePoint's special guest post is designed to bring you great content from well-known writers and speakers in the JavaScript community This article demonstrates how to implement a local cache of fetched requests so that if executed repeatedly, it will be read from the session store. The benefit of this is that you don't need to write custom code for every resource you want to cache. If you want to show off your next JavaScript party and show off your various skills in handling Promise, state-of-the-art APIs, and local storage, read on. Main gains With the Fetch API, developers can create local caches of AJAX requests by reducing redundancy
    JS Tutorial . memcached 542 2025-02-17 11:06:10
  • PHP vs Node.js Smackdown: Right of Reply
    PHP vs Node.js Smackdown: Right of Reply
    SitePoint recently held a peak showdown between PHP and Node.js, and Craig Buckler puts these two development technologies into one of the ten challenges to determine the ultimate winner. As Craig points out in the article, this comparison is always controversial. As an interesting follow-up, we invited Bruno Škvorc (PHP editor for SitePoint) and James Hibbard (one of SitePoint's JavaScript editors) to comment on each round. Here is their round-by-round evaluation… Key Points Since PHP is simple to setup and can get feedback immediately when running scripts, for
    PHP Tutorial . memcached 748 2025-02-17 10:28:10
  • Caching Hat-trick: Zend Opcache, Etags and Query Caching
    Caching Hat-trick: Zend Opcache, Etags and Query Caching
    This article explores common PHP caching techniques: Zend Opcache, Expires Headers, and MySQL Query Caching. We'll delve into further strategies in a subsequent article. Key Advantages: Zend Opcache, Expires Headers, and MySQL Query Caching signif
    PHP Tutorial . memcached 681 2025-02-17 09:29:12
  • Caching Hat-trick: Varnish, Memcached and PHP libraries
    Caching Hat-trick: Varnish, Memcached and PHP libraries
    This article explores advanced caching techniques for PHP applications, focusing on Memcached, Varnish, and supporting PHP libraries. Let's delve into how these tools enhance application speed and efficiency. Key Concepts: Memcached: A high-perfor
    PHP Tutorial . memcached 329 2025-02-17 09:11:10
  • The Ultimate Guide to Deploying PHP Apps in the Cloud
    The Ultimate Guide to Deploying PHP Apps in the Cloud
    li.toc-h3 { margin-left: 20px; } li.toc-h4 { margin-left: 40px; } Table of Contents Introduction to Cloud Servers Heroku Make a small change Database, Caching & Cron Jobs Google Cloud Database, Caching & Cr
    PHP Tutorial . memcached 803 2025-02-12 09:08:18
  • A Comprehensive Guide to Django Caching
    A Comprehensive Guide to Django Caching
    Key Takeaways Understand the Basics: Grasp the foundational concepts of caching in Django, including its importance for reducing server load and enhancing user experience by speeding up response times. Setup and Configuration: Learn how to set u
    Python Tutorial . memcached 428 2025-02-10 12:29:11
  • Accelerating the Cloud: What to Expect When Going Cloud Native
    Accelerating the Cloud: What to Expect When Going Cloud Native
    Ampere Cloud Native Platform: The perfect combination of performance, sustainability and cost-effectiveness This article is the fourth part of Ampere Computing’s “Accelerating Cloud Computing” series, which explores the many benefits of migrating to cloud-native platforms. The previous article has explained the differences between x86 architecture and cloud-native platforms and the investments required for cloud-native migration. This article will focus on the advantages brought by cloud-native platforms. Advantages of cloud native processors in cloud computing: Improve performance per rack and per dollar Enhance predictability and consistency Improve efficiency Optimize scalability Reduce operating costs Cloud native processors achieve peak performance Unlike the x86 architecture that carries a large number of legacy functions, Ampere cloud native processors are designed to efficiently execute common cloud applications.
    It Industry . memcached 831 2025-02-09 10:37:09

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28